| /GUIX-v6.2.1/common/inc/ |
| D | gx_drop_list.h | 53 UINT _gx_drop_list_close(GX_DROP_LIST *drop_list); 54 UINT _gx_drop_list_create(GX_DROP_LIST *drop_list, GX_CONST GX_CHAR *name, 58 VOID _gx_drop_list_draw(GX_DROP_LIST *box); 59 VOID _gx_drop_list_background_draw(GX_DROP_LIST *drop_list); 60 UINT _gx_drop_list_event_process(GX_DROP_LIST *widget, GX_EVENT *event_ptr); 61 UINT _gx_drop_list_open(GX_DROP_LIST *list); 62 UINT _gx_drop_list_pixelmap_set(GX_DROP_LIST *drop_list, GX_RESOURCE_ID pixelmap_id); 63 UINT _gx_drop_list_popup_get(GX_DROP_LIST *box, GX_VERTICAL_LIST **return_list); 66 UINT _gxe_drop_list_close(GX_DROP_LIST *drop_list); 67 UINT _gxe_drop_list_create(GX_DROP_LIST *drop_list, GX_CONST GX_CHAR *name, [all …]
|
| /GUIX-v6.2.1/guix_studio/ |
| D | drop_list_service_provider.cpp | 105 GX_DROP_LIST *list = new GX_DROP_LIST; in CreateNewInstance() 124 GX_DROP_LIST *list = new GX_DROP_LIST; in GenerateFromInfo() 183 GX_DROP_LIST *list = (GX_DROP_LIST *) (info->widget); in AssignPixelmap()
|
| D | widget_factory.cpp | 251 GX_DROP_LIST *drop = (GX_DROP_LIST *) parent; in GenerateWidgets() 396 void widget_factory::PositionPopupList(widget_info *info, GX_DROP_LIST *drop) in PositionPopupList() 417 GX_DROP_LIST *list = (GX_DROP_LIST *) info->widget; in UpdateWidgetInfoPositions() 557 GX_DROP_LIST *drop = (GX_DROP_LIST *) widget; in DeleteOneWidget()
|
| /GUIX-v6.2.1/common/src/ |
| D | gxe_drop_list_create.c | 84 UINT _gxe_drop_list_create(GX_DROP_LIST *drop_list, GX_CONST GX_CHAR *name, in _gxe_drop_list_create() 101 if (drop_list_control_block_size != sizeof(GX_DROP_LIST)) in _gxe_drop_list_create()
|
| D | gx_drop_list_draw.c | 76 static VOID _gx_drop_list_selected_children_draw(GX_DROP_LIST *drop_list, GX_WIDGET *widget, GX_VAL… in _gx_drop_list_selected_children_draw() 186 VOID _gx_drop_list_draw(GX_DROP_LIST *drop_list) in _gx_drop_list_draw()
|
| D | gxe_drop_list_close.c | 73 UINT _gxe_drop_list_close(GX_DROP_LIST *drop_list) in _gxe_drop_list_close()
|
| D | gxe_drop_list_open.c | 73 UINT _gxe_drop_list_open(GX_DROP_LIST *drop_list) in _gxe_drop_list_open()
|
| D | gx_drop_list_popup_get.c | 77 UINT _gx_drop_list_popup_get(GX_DROP_LIST *drop_list, GX_VERTICAL_LIST **return_list) in _gx_drop_list_popup_get()
|
| D | gx_drop_list_pixelmap_set.c | 73 UINT _gx_drop_list_pixelmap_set(GX_DROP_LIST *drop_list, GX_RESOURCE_ID id) in _gx_drop_list_pixelmap_set()
|
| D | gxe_drop_list_pixelmap_set.c | 76 UINT _gxe_drop_list_pixelmap_set(GX_DROP_LIST *drop_list, GX_RESOURCE_ID id) in _gxe_drop_list_pixelmap_set()
|
| D | gxe_drop_list_popup_get.c | 78 UINT _gxe_drop_list_popup_get(GX_DROP_LIST *drop_list, GX_VERTICAL_LIST **return_list) in _gxe_drop_list_popup_get()
|
| 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_drop_list_close.c | 72 UINT _gx_drop_list_close(GX_DROP_LIST *drop_list) in _gx_drop_list_close()
|
| D | gx_drop_list_event_process.c | 83 UINT _gx_drop_list_event_process(GX_DROP_LIST *drop_list, GX_EVENT *event_ptr) in _gx_drop_list_event_process()
|
| D | gx_drop_list_open.c | 76 UINT _gx_drop_list_open(GX_DROP_LIST *drop_list) in _gx_drop_list_open()
|
| D | gx_drop_list_background_draw.c | 79 VOID _gx_drop_list_background_draw(GX_DROP_LIST *drop_list) in _gx_drop_list_background_draw()
|
| D | gx_drop_list_create.c | 87 UINT _gx_drop_list_create(GX_DROP_LIST *drop_list, GX_CONST GX_CHAR *name, in _gx_drop_list_create()
|
| /GUIX-v6.2.1/test/example_internal/line_8bpp/ |
| D | demo_guix_line_8bpp.c | 149 GX_DROP_LIST *drop; in main_event_handler() 257 GX_DROP_LIST *drop = &pMainWin->main_window_color_list; in PopulateDropList()
|
| /GUIX-v6.2.1/test/example_internal/display_resolution/ |
| D | demo_display_resolution_specifications.h | 158 GX_DROP_LIST MAIN_DISPLAY_main_window_drop_list; 195 GX_DROP_LIST SECONDARY_window_drop_list;
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_all_widgets_drop_list_pixelmap_set.c | 65 GX_DROP_LIST *drop_list; in control_thread_entry()
|
| D | validation_guix_all_widgets_drop_list_background_draw.c | 65 GX_DROP_LIST *drop_list; in control_thread_entry()
|
| D | validation_guix_drop_list_open.c | 68 GX_DROP_LIST *drop_list; in control_thread_entry()
|
| /GUIX-v6.2.1/test/example_internal/lines/ |
| D | demo_guix_lines.c | 136 GX_DROP_LIST *drop; in main_event_handler() 253 GX_DROP_LIST *drop = &pMainWin->main_window_color_list; in PopulateDropList()
|
| /GUIX-v6.2.1/test/example_internal/drop_list/ |
| D | guix_drop_list_specifications.c | 117 GX_DROP_LIST *list = (GX_DROP_LIST *) control_block; in gx_studio_drop_list_create() 220 sizeof(GX_DROP_LIST), /* control block size */
|
| /GUIX-v6.2.1/tutorials/demo_guix_widget_animation/ |
| D | demo_guix_widget_animation_specifications.c | 126 GX_DROP_LIST *list = (GX_DROP_LIST *) control_block; in gx_studio_drop_list_create() 298 sizeof(GX_DROP_LIST), /* control block size */
|