Home
last modified time | relevance | path

Searched refs:main_screen (Results 1 – 25 of 208) sorted by relevance

123456789

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_widget_find_demo_no_output.c52 {(GX_WIDGET *)&main_screen.main_screen_window_1, ID_1},
53 {(GX_WIDGET *)&main_screen.main_screen_window_1_1, ID_1_1},
54 {(GX_WIDGET *)&main_screen.main_screen_window_1_1_1, ID_1_1_1},
55 {(GX_WIDGET *)&main_screen.main_screen_prompt_1_1_1_1, ID_1_1_1_1},
56 {(GX_WIDGET *)&main_screen.main_screen_prompt_1_1_1_2, ID_1_1_1_2},
57 {(GX_WIDGET *)&main_screen.main_screen_prompt_1_1_1_3, ID_1_1_1_3},
58 {(GX_WIDGET *)&main_screen.main_screen_window_2, ID_2},
59 {(GX_WIDGET *)&main_screen.main_screen_window_2_1, ID_2_1},
60 {(GX_WIDGET *)&main_screen.main_screen_window_2_1_1, ID_2_1_1},
61 {(GX_WIDGET *)&main_screen.main_screen_prompt_2_1_1_1, ID_2_1_1_1},
[all …]
Dvalidation_guix_generic_scroll_wheel.c86 gx_generic_scroll_wheel_row_height_set(&main_screen.main_screen_scroll_wheel, height); in set_row_height()
87 gx_generic_scroll_wheel_row_height_set(&main_screen.main_screen_scroll_wheel_nowrap, height); in set_row_height()
88 gx_generic_scroll_wheel_row_height_set(&main_screen.main_screen_scroll_wheel_wrap, height); in set_row_height()
93 gx_generic_scroll_wheel_total_rows_set(&main_screen.main_screen_scroll_wheel, total_rows); in set_total_rows()
94 … gx_generic_scroll_wheel_total_rows_set(&main_screen.main_screen_scroll_wheel_nowrap, total_rows); in set_total_rows()
95 gx_generic_scroll_wheel_total_rows_set(&main_screen.main_screen_scroll_wheel_wrap, total_rows); in set_total_rows()
100 gx_scroll_wheel_selected_set(&main_screen.main_screen_scroll_wheel, row); in set_selected_row()
101 gx_scroll_wheel_selected_set(&main_screen.main_screen_scroll_wheel_nowrap, row); in set_selected_row()
102 gx_scroll_wheel_selected_set(&main_screen.main_screen_scroll_wheel_wrap, row); in set_selected_row()
117 GX_GENERIC_SCROLL_WHEEL *wheel = &main_screen.main_screen_scroll_wheel; in control_thread_entry()
[all …]
Dvalidation_guix_focus_management.c76 gx_widget_hide(&main_screen.main_screen_prompt_3); in control_thread_entry()
81 gx_widget_hide(&main_screen.main_screen_window); in control_thread_entry()
86 gx_widget_show(&main_screen.main_screen_window); in control_thread_entry()
87 gx_system_focus_claim(&main_screen.main_screen_prompt_2); in control_thread_entry()
92 gx_widget_hide(&main_screen.main_screen_prompt_2); in control_thread_entry()
97 gx_widget_hide(&main_screen.main_screen_prompt_4); in control_thread_entry()
99 if(_gx_system_focus_owner != (GX_WIDGET *)&main_screen.main_screen_window) in control_thread_entry()
Dvalidation_guix_bidi_text_line_break_static.c84 gx_widget_status_add(&main_screen.main_screen_ml_view_Arabic, GX_STATUS_LINE_BREAK_PROCESSED); in control_thread_entry()
85 gx_widget_status_add(&main_screen.main_screen_ml_view_English, GX_STATUS_LINE_BREAK_PROCESSED); in control_thread_entry()
86 gx_widget_status_add(&main_screen.main_screen_ml_view_Hebrew, GX_STATUS_LINE_BREAK_PROCESSED); in control_thread_entry()
95 my_event.gx_event_target = (GX_WIDGET *)&main_screen.main_screen_ml_view_Arabic; in control_thread_entry()
109 …gx_multi_line_text_view_text_set_ext(&main_screen.main_screen_ml_view_Arabic, &test_string_list[in… in control_thread_entry()
119 gx_widget_hide((GX_WIDGET *)&main_screen); in control_thread_entry()
Dvalidation_guix_bidi_text_draw_32bpp.c79 info = &((main_screen).main_screen_vertical_scroll).gx_scrollbar_info; in control_thread_entry()
82 my_event.gx_event_target = (GX_WIDGET *)&main_screen.main_screen_vertical_scroll; in control_thread_entry()
121 gx_system_dirty_mark((GX_WIDGET *)&main_screen); in control_thread_entry()
159 gx_system_dirty_mark((GX_WIDGET *)&main_screen); in control_thread_entry()
172 gx_system_dirty_mark((GX_WIDGET *)&main_screen); in control_thread_entry()
176 …gx_multi_line_text_view_text_id_set(&main_screen.main_screen_text_view, GX_STRING_ID_HEWBREW_SONG); in control_thread_entry()
Dvalidation_guix_animation_drag_flick_event_process.c111 gx_widget_hide(&main_screen.main_screen_h_menu_window); in control_thread_entry()
112 gx_widget_hide(&main_screen.main_screen_v_menu_window); in control_thread_entry()
113 gx_widget_show(&main_screen.main_screen_h_menu_window); in control_thread_entry()
114 gx_widget_show(&main_screen.main_screen_v_menu_window); in control_thread_entry()
140 my_event.gx_event_target = (GX_WIDGET *)&main_screen.main_screen_h_menu_window; in control_thread_entry()
144 my_event.gx_event_target = (GX_WIDGET *)&main_screen.main_screen_v_menu_window; in control_thread_entry()
/GUIX-v6.2.1/tutorials/demo_guix_ml_text_input/
Ddemo_guix_ml_text_input.c105 gx_multi_line_text_input_text_set_ext(&main_screen.main_screen_ml_text_input, &string); in start_guix()
135 …gx_widget_style_remove((GX_WIDGET *)&main_screen.main_screen_ml_text_input, GX_STYLE_TEXT_ALIGNMEN… in set_alignment()
136 gx_widget_style_add((GX_WIDGET *)&main_screen.main_screen_ml_text_input, alignment); in set_alignment()
150 ml_input = &main_screen.main_screen_ml_text_input; in set_cursor_width()
152 cursor_width_input = &main_screen.main_screen_cursor_width_input; in set_cursor_width()
178 ml_input = &main_screen.main_screen_ml_text_input; in set_cursor_height()
180 cursor_height_input = &main_screen.main_screen_cursor_height_input; in set_cursor_height()
201 gx_numeric_prompt_value_set(&main_screen.main_screen_prompt_whitespace, value); in set_whitespace()
204 …gx_multi_line_text_view_whitespace_set((GX_MULTI_LINE_TEXT_VIEW *)&main_screen.main_screen_ml_text… in set_whitespace()
213 gx_numeric_prompt_value_set(&main_screen.main_screen_prompt_line_space, value); in set_line_space()
[all …]
/GUIX-v6.2.1/tutorials/demo_guix_scroll_wheel/
Ddemo_guix_scroll_wheel.c103 … gx_widget_style_add(&main_screen.main_screen_scroll_wheel_day, GX_STYLE_TEXT_SCROLL_WHEEL_ROUND); in main_screen_event_process()
104 …gx_widget_style_add(&main_screen.main_screen_scroll_wheel_month, GX_STYLE_TEXT_SCROLL_WHEEL_ROUND); in main_screen_event_process()
109 …gx_widget_style_remove(&main_screen.main_screen_scroll_wheel_day, GX_STYLE_TEXT_SCROLL_WHEEL_ROUND… in main_screen_event_process()
110 …gx_widget_style_remove(&main_screen.main_screen_scroll_wheel_month, GX_STYLE_TEXT_SCROLL_WHEEL_ROU… in main_screen_event_process()
115 gx_widget_style_add(&main_screen.main_screen_scroll_wheel_day, GX_STYLE_WRAP); in main_screen_event_process()
116 gx_widget_style_add(&main_screen.main_screen_scroll_wheel_month, GX_STYLE_WRAP); in main_screen_event_process()
121 gx_widget_style_remove(&main_screen.main_screen_scroll_wheel_day, GX_STYLE_WRAP); in main_screen_event_process()
122 gx_widget_style_remove(&main_screen.main_screen_scroll_wheel_month, GX_STYLE_WRAP); in main_screen_event_process()
132 …gx_numeric_prompt_value_set(&main_screen.main_screen_selected_day_prompt, event_ptr->gx_event_payl… in main_screen_event_process()
137 …gx_numeric_prompt_value_set(&main_screen.main_screen_selected_month_prompt, event_ptr->gx_event_pa… in main_screen_event_process()
[all …]
/GUIX-v6.2.1/test/example_internal/screen_drag_animation/
Ddemo_screen_drag_animation.c32 (GX_WIDGET *)&main_screen.main_screen_h_menu_window_1,
39 (GX_WIDGET *)&main_screen.main_screen_v_menu_window_1,
141 gx_drop_list_popup_get(&main_screen.main_screen_easing_function_drop_list, &list); in easing_function_drop_list_select_event_handler()
152 gx_widget_hide(&main_screen.main_screen_h_menu_window); in easing_function_drop_list_select_event_handler()
153 gx_widget_hide(&main_screen.main_screen_v_menu_window); in easing_function_drop_list_select_event_handler()
154 gx_widget_show(&main_screen.main_screen_h_menu_window); in easing_function_drop_list_select_event_handler()
155 gx_widget_show(&main_screen.main_screen_v_menu_window); in easing_function_drop_list_select_event_handler()
165 gx_widget_hide(&main_screen.main_screen_h_menu_window); in main_screen_event_handler()
166 gx_widget_hide(&main_screen.main_screen_v_menu_window); in main_screen_event_handler()
167 gx_widget_show(&main_screen.main_screen_h_menu_window); in main_screen_event_handler()
[all …]
/GUIX-v6.2.1/samples/demo_guix_car_infotainment/
Ddemo_guix_car_infotainment.c40 GX_WINDOW *current_screen = (GX_WINDOW *)&main_screen;
96 GX_RADIAL_SLIDER_INFO* info = &main_screen.main_screen_radial_slider.gx_radial_slider_info; in main_screen_init()
158 …gx_system_timer_start(&main_screen, TIMER_ID_MAIN_SCREEN_NUMBER_ANIMATION, 40 / GX_SYSTEM_TIMER_MS… in number_animation_start()
169 …gx_numeric_prompt_value_set(&main_screen.main_screen_remain_miles, CURRENT_NUMBER_VAL_GET(target_r… in number_animation_update()
171 gx_numeric_prompt_value_set(&main_screen.main_screen_remain_battery, val); in number_animation_update()
172 gx_progress_bar_value_set(&main_screen.main_screen_battery_progress_bar, val); in number_animation_update()
176 gx_system_timer_stop(&main_screen, TIMER_ID_MAIN_SCREEN_NUMBER_ANIMATION); in number_animation_update()
185 GX_RADIAL_SLIDER_INFO *info = &main_screen.main_screen_radial_slider.gx_radial_slider_info; in speedometer_aniomation_update()
197 gx_numeric_prompt_value_set(&main_screen.main_screen_MPH_val, MPH_values[MPH_value_index]); in speedometer_aniomation_update()
202 gx_radial_slider_angle_set(&main_screen.main_screen_radial_slider, angle); in speedometer_aniomation_update()
[all …]
Dbase.c19 GX_WIDGET *child = main_screen.main_screen_btn_window.gx_widget_first_child; in screen_btn_deselect()
74 …gx_icon_pixelmap_set(&main_screen.main_screen_weather_icon, main_weather_icon_ids[show], main_weat… in show_hide_screen_contents()
157 if (main_screen.main_screen_on_off_text.gx_prompt_text_id == GX_STRING_ID_OFF) in base_event_process()
161 gx_prompt_text_id_set(&main_screen.main_screen_on_off_text, GX_STRING_ID_ON); in base_event_process()
167 gx_prompt_text_id_set(&main_screen.main_screen_on_off_text, GX_STRING_ID_OFF); in base_event_process()
187 ToggleScreen((GX_WINDOW *)&main_screen); in screen_base_event_process()
Dvehicle.c140 gx_prompt_text_id_set(&main_screen.main_screen_vehicle_mode_text, GX_STRING_ID_ECO); in vehicle_screen_event_process()
141 …gx_icon_pixelmap_set(&main_screen.main_screen_vehicle_mode_icon, GX_PIXELMAP_ID_V_MODE_BTN_ICON_EC… in vehicle_screen_event_process()
146 gx_prompt_text_id_set(&main_screen.main_screen_vehicle_mode_text, GX_STRING_ID_COMFORT); in vehicle_screen_event_process()
147 …gx_icon_pixelmap_set(&main_screen.main_screen_vehicle_mode_icon, GX_PIXELMAP_ID_HOME_MODE_BTN_ICON… in vehicle_screen_event_process()
152 gx_prompt_text_id_set(&main_screen.main_screen_vehicle_mode_text, GX_STRING_ID_SPORT); in vehicle_screen_event_process()
153 …gx_icon_pixelmap_set(&main_screen.main_screen_vehicle_mode_icon, GX_PIXELMAP_ID_HOME_MODE_BTN_ICON… in vehicle_screen_event_process()
/GUIX-v6.2.1/tutorials/demo_guix_generic_scroll_wheel/
Ddemo_guix_generic_scroll_wheel.c98 …gx_single_line_text_input_buffer_get(&main_screen.main_screen_text_input_total_row, &input_string,… in main_screen_event_process()
102 gx_generic_scroll_wheel_total_rows_set(&main_screen.main_screen_scroll_wheel, value); in main_screen_event_process()
103 gx_generic_scroll_wheel_total_rows_set(&main_screen.main_screen_scroll_wheel_nowrap, value); in main_screen_event_process()
104 gx_generic_scroll_wheel_total_rows_set(&main_screen.main_screen_scroll_wheel_wrap, value); in main_screen_event_process()
108 …gx_single_line_text_input_buffer_get(&main_screen.main_screen_text_input_selected_row, &input_stri… in main_screen_event_process()
112 … gx_scroll_wheel_selected_set((GX_SCROLL_WHEEL *)&main_screen.main_screen_scroll_wheel, value); in main_screen_event_process()
113 …gx_scroll_wheel_selected_set((GX_SCROLL_WHEEL *)&main_screen.main_screen_scroll_wheel_nowrap, valu… in main_screen_event_process()
114 …gx_scroll_wheel_selected_set((GX_SCROLL_WHEEL *)&main_screen.main_screen_scroll_wheel_wrap, value); in main_screen_event_process()
118 …gx_numeric_prompt_value_set(&main_screen.main_screen_scroll_wheel_selected_value, event_ptr->gx_ev… in main_screen_event_process()
122 …gx_numeric_prompt_value_set(&main_screen.main_screen_scroll_wheel_nowrap_selected_value, event_ptr… in main_screen_event_process()
[all …]
/GUIX-v6.2.1/tutorials/demo_guix_horizontal_list/
Ddemo_guix_horizontal_list.c102 input = &main_screen.main_screen_text_input_page_index; in set_page_index()
108 gx_horizontal_list_page_index_set(&main_screen.main_screen_horizontal_list_scroll, index); in set_page_index()
109 gx_horizontal_list_page_index_set(&main_screen.main_screen_horizontal_list_wrap, index); in set_page_index()
123 input = &main_screen.main_screen_text_input_selected_set; in set_selected_index()
129 gx_horizontal_list_selected_set(&main_screen.main_screen_horizontal_list_scroll, index); in set_selected_index()
130 gx_horizontal_list_selected_set(&main_screen.main_screen_horizontal_list_wrap, index); in set_selected_index()
144 input = &main_screen.main_screen_text_input_set_total_cols; in set_total_cols()
150 … gx_horizontal_list_total_columns_set(&main_screen.main_screen_horizontal_list_scroll, index); in set_total_cols()
151 gx_horizontal_list_total_columns_set(&main_screen.main_screen_horizontal_list_wrap, index); in set_total_cols()
231 GX_HORIZONTAL_LIST *list = &main_screen.main_screen_horizontal_list_scroll; in horizontal_list_children_create()
[all …]
/GUIX-v6.2.1/tutorials/demo_guix_vertical_list/
Ddemo_guix_vertical_list.c100 input = &main_screen.main_screen_text_input_page_index; in set_page_index()
106 gx_vertical_list_page_index_set(&main_screen.main_screen_vertical_list_scroll, index); in set_page_index()
107 gx_vertical_list_page_index_set(&main_screen.main_screen_vertical_list_wrap, index); in set_page_index()
121 input = &main_screen.main_screen_text_input_selected_set; in set_selected_index()
127 gx_vertical_list_selected_set(&main_screen.main_screen_vertical_list_scroll, index); in set_selected_index()
128 gx_vertical_list_selected_set(&main_screen.main_screen_vertical_list_wrap, index); in set_selected_index()
142 input = &main_screen.main_screen_text_input_total_rows_set; in set_total_rows()
148 gx_vertical_list_total_rows_set(&main_screen.main_screen_vertical_list_scroll, index); in set_total_rows()
149 gx_vertical_list_total_rows_set(&main_screen.main_screen_vertical_list_wrap, index); in set_total_rows()
229 GX_VERTICAL_LIST *list = &main_screen.main_screen_vertical_list_scroll; in vertical_list_children_create()
[all …]
/GUIX-v6.2.1/test/example_internal/rich_text_view_16bpp/
Ddemo_guix_rich_text_view_16bpp.c8 extern MAIN_SCREEN_CONTROL_BLOCK main_screen;
61 gx_widget_show((GX_WIDGET*)&main_screen.main_screen_vertical_scroll); in main_screen_event_process()
66 gx_widget_hide((GX_WIDGET*)&main_screen.main_screen_vertical_scroll); in main_screen_event_process()
71 …gx_numeric_prompt_value_set(&main_screen.main_screen_whitespace_value, (GX_UBYTE)event_ptr->gx_eve… in main_screen_event_process()
74 …gx_multi_line_text_view_whitespace_set((GX_MULTI_LINE_TEXT_VIEW *)&main_screen.main_screen_rich_te… in main_screen_event_process()
80 …gx_numeric_prompt_value_set(&main_screen.main_screen_line_space_value, (GX_UBYTE)event_ptr->gx_eve… in main_screen_event_process()
83 …gx_multi_line_text_view_line_space_set((GX_MULTI_LINE_TEXT_VIEW*)&main_screen.main_screen_rich_tex… in main_screen_event_process()
/GUIX-v6.2.1/samples/demo_guix_industrial/
Ddemo_guix_industrial.c16 GX_WINDOW *current_screen = (GX_WINDOW *)&main_screen;
198 current_screen = (GX_WINDOW *)&main_screen; in root_win_event_process()
232 if (main_screen.main_screen_prompt_on_off.gx_prompt_text_id == GX_STRING_ID_TURN_ON) in main_screen_event_process()
240 screen_toggle_animation_start((GX_WINDOW *)&main_screen, current_screen); in main_screen_event_process()
256 … gx_widget_find(&main_screen, event_ptr->gx_event_sender, GX_SEARCH_DEPTH_INFINITE, &find); in main_screen_event_process()
276 GX_WIDGET *indicator = (GX_WIDGET *)&main_screen.main_screen_button_indicator_dot; in button_indicator_attach()
316 gx_prompt_text_id_set(&main_screen.main_screen_prompt_on_off, GX_STRING_ID_TURN_ON); in screen_toggle_animation_start()
329 gx_widget_attach((GX_WIDGET*)&main_screen, &sequence_number); in screen_toggle_animation_start()
343 info.gx_animation_parent = (GX_WIDGET*)&main_screen; in screen_toggle_animation_start()
361 gx_widget_detach((GX_WIDGET*)&main_screen.main_screen_button_window); in screen_toggle_animation_start()
[all …]
/GUIX-v6.2.1/test/example_internal/generic_scroll_wheel/
Ddemo_guix_generic_scroll_wheel.c103 …gx_single_line_text_input_buffer_get(&main_screen.main_screen_text_input_total_row, &input_string,… in main_screen_event_process()
106 gx_generic_scroll_wheel_total_rows_set(&main_screen.main_screen_scroll_wheel, value); in main_screen_event_process()
107 gx_generic_scroll_wheel_total_rows_set(&main_screen.main_screen_scroll_wheel_nowrap, value); in main_screen_event_process()
108 gx_generic_scroll_wheel_total_rows_set(&main_screen.main_screen_scroll_wheel_wrap, value); in main_screen_event_process()
112 …gx_single_line_text_input_buffer_get(&main_screen.main_screen_text_input_selected_row, &input_stri… in main_screen_event_process()
115 … gx_scroll_wheel_selected_set((GX_SCROLL_WHEEL *)&main_screen.main_screen_scroll_wheel, value); in main_screen_event_process()
116 …gx_scroll_wheel_selected_set((GX_SCROLL_WHEEL *)&main_screen.main_screen_scroll_wheel_nowrap, valu… in main_screen_event_process()
117 …gx_scroll_wheel_selected_set((GX_SCROLL_WHEEL *)&main_screen.main_screen_scroll_wheel_wrap, value); in main_screen_event_process()
181 GX_GENERIC_SCROLL_WHEEL *nowrap_wheel = &main_screen.main_screen_scroll_wheel_nowrap; in widget_scroll_wheel_init()
182 GX_GENERIC_SCROLL_WHEEL *wrap_wheel = &main_screen.main_screen_scroll_wheel_wrap; in widget_scroll_wheel_init()
/GUIX-v6.2.1/tutorials/demo_guix_radial_slider/
Ddemo_guix_radial_slider.c65 …gx_numeric_prompt_value_set(&main_screen.main_screen_animation_step_prompt, radial_slider_animatio… in radial_slider_animation_callback()
77 …gx_radial_slider_animation_set(&main_screen.main_screen_radial_slider, 15, 2, GX_ANIMATION_CIRC_EA… in main_screen_event_handler()
81 gx_radial_slider_animation_set(&main_screen.main_screen_radial_slider, 0, 0, 0, GX_NULL); in main_screen_event_handler()
85 …gx_radial_slider_anchor_angles_set(&main_screen.main_screen_radial_slider, radial_slider_anchor_li… in main_screen_event_handler()
89 gx_radial_slider_anchor_angles_set(&main_screen.main_screen_radial_slider, GX_NULL, 0); in main_screen_event_handler()
93 …gx_numeric_prompt_value_set(&main_screen.main_screen_radial_slider_value, event_ptr->gx_event_payl… in main_screen_event_handler()
/GUIX-v6.2.1/test/example_internal/screen_drag_animation_with_block_move/
Ddemo_screen_drag_animation_with_block_move.c31 (GX_WIDGET *)&main_screen.main_screen_h_menu_window_1,
38 (GX_WIDGET *)&main_screen.main_screen_v_menu_window_1,
105 …enable_screen_drag_animation(&h_screen_drag_animation, h_screen_list, &main_screen.main_screen_h_m… in create_screen_drag_animations()
108 …enable_screen_drag_animation(&v_screen_drag_animation, v_screen_list, &main_screen.main_screen_v_m… in create_screen_drag_animations()
118 … gx_numeric_prompt_value_set(&main_screen.main_screen_h_animation_count_prompt, h_animation_count); in h_menu_window_event_handler()
139 … gx_numeric_prompt_value_set(&main_screen.main_screen_v_animation_count_prompt, v_animation_count); in v_menu_window_event_handler()
/GUIX-v6.2.1/samples/demo_guix_home_automation/
Ddemo_guix_home_automation.c32 APP_INFO app_info = { (GX_WIDGET *)&main_screen.main_screen_home_window, GX_NULL, 8746594 };
276 my_event.gx_event_target = (GX_WIDGET *)&main_screen; in fade_out_home_window()
292 my_event.gx_event_target = (GX_WIDGET *)&main_screen; in fade_in_home_window()
327 if (app_info.current_screen == (GX_WIDGET *)&main_screen.main_screen_home_window) in toggle_screen()
339 gx_widget_attach((GX_WIDGET *)&main_screen, new_screen); in toggle_screen()
385 gx_numeric_prompt_value_set(&main_screen.main_screen_hour, (GX_VALUE)local_time.wHour); in clock_update()
386 gx_numeric_prompt_value_set(&main_screen.main_screen_minute, (GX_VALUE)local_time.wMinute); in clock_update()
387 gx_prompt_text_id_set(&main_screen.main_screen_am_pm, am_pm_id); in clock_update()
392 gx_prompt_text_set_ext(&main_screen.main_screen_date, &string); in clock_update()
396 …gx_widget_fill_color_set(&main_screen.main_screen_lower_dot, GX_COLOR_ID_WHITE, GX_COLOR_ID_WHITE,… in clock_update()
[all …]
/GUIX-v6.2.1/test/example_internal/screen_drag_animation_with_canvas/
Ddemo_screen_drag_animation_with_canvas.c31 (GX_WIDGET *)&main_screen.main_screen_h_menu_window_1,
38 (GX_WIDGET *)&main_screen.main_screen_v_menu_window_1,
151 …enable_screen_drag_animation(&h_screen_drag_animation, h_screen_list, &main_screen.main_screen_h_m… in create_screen_drag_animations()
154 …enable_screen_drag_animation(&v_screen_drag_animation, v_screen_list, &main_screen.main_screen_v_m… in create_screen_drag_animations()
164 … gx_numeric_prompt_value_set(&main_screen.main_screen_h_animation_count_prompt, h_animation_count); in h_menu_window_event_handler()
185 … gx_numeric_prompt_value_set(&main_screen.main_screen_v_animation_count_prompt, v_animation_count); in v_menu_window_event_handler()
/GUIX-v6.2.1/test/example_internal/ml_text_view_16bpp/
Ddemo_guix_ml_text_view_16bpp.c9 extern MAIN_SCREEN_CONTROL_BLOCK main_screen;
113 ml_view = &main_screen.main_screen_text_view; in main_event_handler()
119 gx_widget_show((GX_WIDGET *)&main_screen.main_screen_vertical_scroll_1); in main_event_handler()
124 gx_widget_hide((GX_WIDGET *)&main_screen.main_screen_vertical_scroll_1); in main_event_handler()
202 gx_prompt_text_set_ext(&main_screen.main_screen_prompt_whitespace, &str); in main_event_handler()
211 gx_prompt_text_set_ext(&main_screen.main_screen_prompt_line_space, &str); in main_event_handler()
/GUIX-v6.2.1/test/example_internal/widget_find/
Ddemo_widget_find.c60 gx_widget_first_child_get(&main_screen, &test_1); in main_screen_event_process()
76 gx_widget_last_child_get(&main_screen, &test_1); in main_screen_event_process()
92 if (test_1 != (GX_WIDGET *) &main_screen) in main_screen_event_process()
98 gx_widget_top_visible_child_find(&main_screen, &test_1); in main_screen_event_process()
/GUIX-v6.2.1/tutorials/demo_guix_widget_animation/
Ddemo_guix_widget_animation.c122 GX_WINDOW *chart_win = &main_screen.main_screen_easing_function_chart_win; in animation_start()
157 animation_info.gx_animation_target = (GX_WIDGET *)&main_screen.main_screen_animation_button; in animation_start()
158 animation_info.gx_animation_parent = (GX_WIDGET *)&main_screen; in animation_start()
175 gx_drop_list_popup_get(&main_screen.main_screen_easing_function_drop_list, &list); in easing_function_drop_list_select_event_handler()
180 …gx_window_wallpaper_set(&main_screen.main_screen_easing_function_chart_win, easing_function_list[s… in easing_function_drop_list_select_event_handler()
258 gx_drop_list_popup_get(&main_screen.main_screen_easing_function_drop_list, &list); in populate_drop_list()

123456789