| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_vertical_list_scroll_with_large_value.c | 62 VOID send_drag_event_to_scroll_list(GX_VERTICAL_LIST *list, int distance) in send_drag_event_to_scroll_list() 84 VOID send_scroll_event_to_wrap_list(GX_VERTICAL_LIST *list, int distance) in send_scroll_event_to_wrap_list() 104 GX_VERTICAL_LIST *list = &window.window_vertical_list_scroll; in control_thread_entry() local
|
| D | validation_guix_horizontal_list_scroll_with_large_value.c | 62 VOID send_drag_event_to_scroll_list(GX_HORIZONTAL_LIST *list, int distance) in send_drag_event_to_scroll_list() 84 VOID send_scroll_event_to_wrap_list(GX_HORIZONTAL_LIST *list, int distance) in send_scroll_event_to_wrap_list() 104 GX_HORIZONTAL_LIST *list = &window.window_horizontal_list_scroll; in control_thread_entry() local
|
| /GUIX-v6.2.1/common/src/ |
| D | gx_vertical_list_scroll.c | 72 static VOID _gx_vertical_list_invisible_page_scroll(GX_VERTICAL_LIST *list, INT num_pages) in _gx_vertical_list_invisible_page_scroll() 192 VOID _gx_vertical_list_scroll(GX_VERTICAL_LIST *list, INT amount) in _gx_vertical_list_scroll()
|
| D | gx_horizontal_list_scroll.c | 72 static VOID _gx_horizontal_list_invisible_page_scroll(GX_HORIZONTAL_LIST *list, INT num_pages) in _gx_horizontal_list_invisible_page_scroll() 193 VOID _gx_horizontal_list_scroll(GX_HORIZONTAL_LIST *list, INT amount) in _gx_horizontal_list_scroll()
|
| D | gx_tree_view_draw.c | 90 GX_MENU_LIST *list; in _gx_tree_view_root_draw_helper() local 268 GX_MENU_LIST *list; in _gx_tree_view_root_draw() local
|
| D | gx_tree_view_event_process.c | 77 GX_MENU_LIST *list = &test_menu -> gx_menu_list; in _tree_view_selected_detect() local 162 GX_MENU_LIST *list; in _gx_tree_view_item_find() local
|
| D | gx_drop_list_close.c | 74 GX_VERTICAL_LIST *list = &drop_list -> gx_drop_list_popup.gx_popup_list_list; in _gx_drop_list_close() local
|
| D | gxe_drop_list_event_process.c | 73 UINT _gxe_drop_list_event_process(GX_DROP_LIST *list, GX_EVENT *event_ptr) in _gxe_drop_list_event_process()
|
| D | gx_vertical_list_slide_back_check.c | 75 VOID _gx_vertical_list_slide_back_check(GX_VERTICAL_LIST *list) in _gx_vertical_list_slide_back_check()
|
| D | gxe_vertical_list_total_rows_set.c | 73 UINT _gxe_vertical_list_total_rows_set(GX_VERTICAL_LIST *list, INT count) in _gxe_vertical_list_total_rows_set()
|
| D | gxe_horizontal_list_event_process.c | 74 UINT _gxe_horizontal_list_event_process(GX_HORIZONTAL_LIST *list, GX_EVENT *event_ptr) in _gxe_horizontal_list_event_process()
|
| D | gxe_horizontal_list_total_columns_set.c | 70 UINT _gxe_horizontal_list_total_columns_set(GX_HORIZONTAL_LIST *list, INT count) in _gxe_horizontal_list_total_columns_set()
|
| /GUIX-v6.2.1/guix_studio/ |
| D | drop_list_service_provider.cpp | 105 GX_DROP_LIST *list = new GX_DROP_LIST; in CreateNewInstance() local 124 GX_DROP_LIST *list = new GX_DROP_LIST; in GenerateFromInfo() local 183 GX_DROP_LIST *list = (GX_DROP_LIST *) (info->widget); in AssignPixelmap() local
|
| D | horizontal_list_service_provider.cpp | 101 GX_HORIZONTAL_LIST *list = new GX_HORIZONTAL_LIST; in CreateNewInstance() local 114 GX_HORIZONTAL_LIST *list = new GX_HORIZONTAL_LIST; in GenerateFromInfo() local
|
| D | vertical_list_service_provider.cpp | 102 GX_VERTICAL_LIST *list = new GX_VERTICAL_LIST; in CreateNewInstance() local 115 GX_VERTICAL_LIST *list = new GX_VERTICAL_LIST; in GenerateFromInfo() local
|
| /GUIX-v6.2.1/tutorials/demo_guix_drop_list/ |
| D | demo_guix_drop_list.c | 75 GX_VERTICAL_LIST *list; in drop_list_select_event_handler() local 122 VOID drop_list_row_create(GX_VERTICAL_LIST *list, GX_WIDGET *widget, INT index) in drop_list_row_create() 151 GX_VERTICAL_LIST *list; in populate_drop_list() local
|
| /GUIX-v6.2.1/test/example_internal/vertical_list_32bpp/ |
| D | demo_guix_vertical_list_32bpp.c | 150 void list_callback(GX_VERTICAL_LIST *list, GX_WIDGET *widget, INT index) in list_callback() 176 GX_VERTICAL_LIST *list = &win->window_vertical_list_scroll; in vertical_list_children_create() local 187 GX_VERTICAL_LIST *list = &win->window_vertical_list_wrap; in vertical_wrap_list_children_create() local
|
| /GUIX-v6.2.1/test/example_internal/horizontal_list_32bpp/ |
| D | demo_guix_horizontal_list_32bpp.c | 148 void list_callback(GX_HORIZONTAL_LIST *list, GX_WIDGET *widget, INT index) in list_callback() 174 GX_HORIZONTAL_LIST *list = &win->window_horizontal_list_scroll; in horizontal_list_children_create() local 185 GX_HORIZONTAL_LIST *list = &win->window_horizontal_list_wrap; in horizontal_wrap_list_children_create() local
|
| /GUIX-v6.2.1/tutorials/demo_guix_widget_animation/ |
| D | demo_guix_widget_animation.c | 171 GX_VERTICAL_LIST *list; in easing_function_drop_list_select_event_handler() local 224 VOID drop_list_row_create(GX_VERTICAL_LIST *list, GX_WIDGET *widget, INT index) in drop_list_row_create() 254 GX_VERTICAL_LIST *list; in populate_drop_list() local
|
| /GUIX-v6.2.1/test/example_internal/guix_medical_mouse_support/ |
| D | patients.c | 103 void patient_row_create(GX_VERTICAL_LIST *list, GX_WIDGET *widget, INT index) in patient_row_create() 176 GX_VERTICAL_LIST *list = &win ->patients_screen_patient_list; in patient_list_children_create() local 186 GX_VERTICAL_LIST *list; in patients_screen_event_handler() local
|
| /GUIX-v6.2.1/test/example_internal/screen_drag_animation/ |
| D | demo_screen_drag_animation.c | 137 GX_VERTICAL_LIST *list; in easing_function_drop_list_select_event_handler() local 266 VOID drop_list_row_create(GX_VERTICAL_LIST *list, GX_WIDGET *widget, INT index) in drop_list_row_create() 290 GX_VERTICAL_LIST *list; in populate_drop_list() local
|
| /GUIX-v6.2.1/tutorials/demo_guix_horizontal_list/ |
| D | demo_guix_horizontal_list.c | 182 void horizontal_list_col_create(GX_HORIZONTAL_LIST *list, GX_WIDGET *widget, INT index) in horizontal_list_col_create() 231 GX_HORIZONTAL_LIST *list = &main_screen.main_screen_horizontal_list_scroll; in horizontal_list_children_create() local 245 GX_HORIZONTAL_LIST *list = &main_screen.main_screen_horizontal_list_wrap; in wrap_style_horizontal_list_children_create() local
|
| /GUIX-v6.2.1/tutorials/demo_guix_vertical_list/ |
| D | demo_guix_vertical_list.c | 180 void vertical_list_row_create(GX_VERTICAL_LIST *list, GX_WIDGET *widget, INT index) in vertical_list_row_create() 229 GX_VERTICAL_LIST *list = &main_screen.main_screen_vertical_list_scroll; in vertical_list_children_create() local 244 GX_VERTICAL_LIST *list = &main_screen.main_screen_vertical_list_wrap; in wrap_style_vertical_list_children_create() local
|
| /GUIX-v6.2.1/test/example_internal/drop_list/ |
| D | demo_guix_drop_list.c | 75 VOID drop_list_row_create(GX_VERTICAL_LIST *list, GX_WIDGET *widget, INT index) in drop_list_row_create() 105 GX_VERTICAL_LIST *list; in populate_drop_list() local
|
| /GUIX-v6.2.1/test/example_internal/line_8bpp/ |
| D | demo_guix_line_8bpp.c | 148 GX_VERTICAL_LIST *list; in main_event_handler() local 230 VOID drop_list_color_create(GX_VERTICAL_LIST *list, GX_WIDGET *widget, INT index) in drop_list_color_create() 255 GX_VERTICAL_LIST *list; in PopulateDropList() local
|