Home
last modified time | relevance | path

Searched refs:GX_DROP_LIST (Results 1 – 25 of 258) sorted by relevance

1234567891011

/GUIX-v6.2.1/common/inc/
Dgx_drop_list.h53 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/
Ddrop_list_service_provider.cpp105 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()
Dwidget_factory.cpp251 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/
Dgxe_drop_list_create.c84 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()
Dgx_drop_list_draw.c76 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()
Dgxe_drop_list_close.c73 UINT _gxe_drop_list_close(GX_DROP_LIST *drop_list) in _gxe_drop_list_close()
Dgxe_drop_list_open.c73 UINT _gxe_drop_list_open(GX_DROP_LIST *drop_list) in _gxe_drop_list_open()
Dgx_drop_list_popup_get.c77 UINT _gx_drop_list_popup_get(GX_DROP_LIST *drop_list, GX_VERTICAL_LIST **return_list) in _gx_drop_list_popup_get()
Dgx_drop_list_pixelmap_set.c73 UINT _gx_drop_list_pixelmap_set(GX_DROP_LIST *drop_list, GX_RESOURCE_ID id) in _gx_drop_list_pixelmap_set()
Dgxe_drop_list_pixelmap_set.c76 UINT _gxe_drop_list_pixelmap_set(GX_DROP_LIST *drop_list, GX_RESOURCE_ID id) in _gxe_drop_list_pixelmap_set()
Dgxe_drop_list_popup_get.c78 UINT _gxe_drop_list_popup_get(GX_DROP_LIST *drop_list, GX_VERTICAL_LIST **return_list) in _gxe_drop_list_popup_get()
Dgxe_drop_list_event_process.c73 UINT _gxe_drop_list_event_process(GX_DROP_LIST *list, GX_EVENT *event_ptr) in _gxe_drop_list_event_process()
Dgx_drop_list_close.c72 UINT _gx_drop_list_close(GX_DROP_LIST *drop_list) in _gx_drop_list_close()
Dgx_drop_list_event_process.c83 UINT _gx_drop_list_event_process(GX_DROP_LIST *drop_list, GX_EVENT *event_ptr) in _gx_drop_list_event_process()
Dgx_drop_list_open.c76 UINT _gx_drop_list_open(GX_DROP_LIST *drop_list) in _gx_drop_list_open()
Dgx_drop_list_background_draw.c79 VOID _gx_drop_list_background_draw(GX_DROP_LIST *drop_list) in _gx_drop_list_background_draw()
Dgx_drop_list_create.c87 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/
Ddemo_guix_line_8bpp.c149 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/
Ddemo_display_resolution_specifications.h158 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/
Dvalidation_guix_all_widgets_drop_list_pixelmap_set.c65 GX_DROP_LIST *drop_list; in control_thread_entry()
Dvalidation_guix_all_widgets_drop_list_background_draw.c65 GX_DROP_LIST *drop_list; in control_thread_entry()
Dvalidation_guix_drop_list_open.c68 GX_DROP_LIST *drop_list; in control_thread_entry()
/GUIX-v6.2.1/test/example_internal/lines/
Ddemo_guix_lines.c136 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/
Dguix_drop_list_specifications.c117 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/
Ddemo_guix_widget_animation_specifications.c126 GX_DROP_LIST *list = (GX_DROP_LIST *) control_block; in gx_studio_drop_list_create()
298 sizeof(GX_DROP_LIST), /* control block size */

1234567891011