| /GUIX-v6.2.1/test/example_internal/z_order_overlap_test/ |
| D | overlap_specifications.h | 113 GX_BUTTON w_main_btn_11; 114 GX_BUTTON w_main_btn_12; 116 GX_BUTTON w_main_btn_1; 117 GX_BUTTON w_main_btn_4; 118 GX_BUTTON w_main_btn_9; 119 GX_BUTTON w_main_btn; 120 GX_BUTTON w_main_btn_3; 121 GX_BUTTON w_main_btn_2; 124 GX_BUTTON w_main_btn_14; 125 GX_BUTTON w_main_btn_13;
|
| D | overlap_specifications.c | 54 GX_BUTTON *button = (GX_BUTTON *) control_block; in gx_studio_button_create() 252 sizeof(GX_BUTTON), /* control block size */ 276 sizeof(GX_BUTTON), /* control block size */ 300 sizeof(GX_BUTTON), /* control block size */ 324 sizeof(GX_BUTTON), /* control block size */ 348 sizeof(GX_BUTTON), /* control block size */ 372 sizeof(GX_BUTTON), /* control block size */ 420 sizeof(GX_BUTTON), /* control block size */ 444 sizeof(GX_BUTTON), /* control block size */ 516 sizeof(GX_BUTTON), /* control block size */ [all …]
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_button.h | 56 UINT _gx_button_create(GX_BUTTON *button, GX_CONST GX_CHAR *name, GX_WIDGET *parent, 58 VOID _gx_button_background_draw(GX_BUTTON *button); 59 UINT _gx_button_deselect(GX_BUTTON *button, GX_BOOL generate_event); 60 VOID _gx_button_draw(GX_BUTTON *button); 61 UINT _gx_button_event_process(GX_BUTTON *button, GX_EVENT *event_ptr); 62 VOID _gx_button_siblings_deselect(GX_BUTTON *button); 63 UINT _gx_button_select(GX_BUTTON *button); 133 VOID _gx_monochrome_driver_disabled_button_line_draw(GX_BUTTON *button); 138 UINT _gxe_button_create(GX_BUTTON *button, GX_CONST GX_CHAR *name, GX_WIDGET *parent, ULONG style, 140 UINT _gxe_button_deselect(GX_BUTTON *button, GX_BOOL gen_event); [all …]
|
| /GUIX-v6.2.1/guix_studio/ |
| D | button_service_provider.cpp | 42 GX_BUTTON *button = new GX_BUTTON; in CreateNewInstance() 58 GX_BUTTON *button = new GX_BUTTON; in GenerateFromInfo()
|
| /GUIX-v6.2.1/common/src/ |
| D | gx_button_siblings_deselect.c | 72 VOID _gx_button_siblings_deselect(GX_BUTTON *button) in _gx_button_siblings_deselect() 77 GX_BUTTON *sibling; in _gx_button_siblings_deselect() 91 sibling = (GX_BUTTON *)test; in _gx_button_siblings_deselect()
|
| D | gx_multi_line_text_button_draw.c | 82 _gx_button_background_draw((GX_BUTTON *)button); in _gx_multi_line_text_button_draw() 93 _gx_monochrome_driver_disabled_button_line_draw((GX_BUTTON *)button); in _gx_multi_line_text_button_draw()
|
| D | gx_text_button_draw.c | 85 _gx_button_background_draw((GX_BUTTON *)button); in _gx_text_button_draw() 96 _gx_monochrome_driver_disabled_button_line_draw((GX_BUTTON *)button); in _gx_text_button_draw()
|
| D | gx_pixelmap_button_event_process.c | 89 status = _gx_button_event_process((GX_BUTTON *)button, event_ptr); in _gx_pixelmap_button_event_process() 96 status = _gx_button_event_process((GX_BUTTON *)button, event_ptr); in _gx_pixelmap_button_event_process()
|
| D | gxe_button_create.c | 81 UINT _gxe_button_create(GX_BUTTON *button, GX_CONST GX_CHAR *name, GX_WIDGET *parent, ULONG style, in _gxe_button_create() 96 if (button_control_block_size != sizeof(GX_BUTTON)) in _gxe_button_create()
|
| D | gx_button_draw.c | 77 VOID _gx_button_draw(GX_BUTTON *button) in _gx_button_draw()
|
| D | gxe_button_event_process.c | 74 UINT _gxe_button_event_process(GX_BUTTON *button, GX_EVENT *event_ptr) in _gxe_button_event_process()
|
| D | gxe_button_select.c | 71 UINT _gxe_button_select(GX_BUTTON *button) in _gxe_button_select()
|
| D | gxe_button_deselect.c | 74 UINT _gxe_button_deselect(GX_BUTTON *button, GX_BOOL gen_event) in _gxe_button_deselect()
|
| D | gx_text_button_event_process.c | 108 return _gx_button_event_process((GX_BUTTON*)button, event_ptr); in _gx_text_button_event_process()
|
| /GUIX-v6.2.1/test/guix_studio_test/test_view/golden_files/ |
| D | test_copy_paste_specifications.h | 287 GX_BUTTON base_button; 311 GX_BUTTON window_1_button_1; 318 GX_BUTTON window_1_button_4; 320 GX_BUTTON window_1_button_5; 351 GX_BUTTON window_button_1; 358 GX_BUTTON window_button_4; 360 GX_BUTTON window_button_5;
|
| D | test_project_import_target_specifications.h | 96 GX_BUTTON main_display_window_1_button; 102 GX_BUTTON main_display_window_button;
|
| D | generic_16bpp_specifications.h | 268 GX_BUTTON window_button_1; 275 GX_BUTTON window_button_4; 277 GX_BUTTON window_button_5;
|
| D | test_project_import_target_specifications.c | 82 GX_BUTTON *button = (GX_BUTTON *) control_block; in gx_studio_button_create() 189 sizeof(GX_BUTTON), /* control block size */ 241 sizeof(GX_BUTTON), /* control block size */
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_tree_view_show_event_process.c | 68 GX_BUTTON button; in control_thread_entry() 81 memset(&button, 0, sizeof(GX_BUTTON)); in control_thread_entry()
|
| D | validation_guix_all_widgets_button_event_process.c | 60 static UINT custom_button_select(GX_BUTTON *button) in custom_button_select() 87 GX_BUTTON *button; in control_thread_entry()
|
| D | validation_guix_animation_complete_push_stack.c | 69 GX_BUTTON button; in control_thread_entry() 78 memset(&button, 0, sizeof(GX_BUTTON)); in control_thread_entry()
|
| D | validation_guix_animation_complete.c | 67 GX_BUTTON button; in control_thread_entry() 73 memset(&button, 0, sizeof(GX_BUTTON)); in control_thread_entry()
|
| D | validation_guix_tree_view_event_process.c | 85 GX_BUTTON button; in control_thread_entry() 95 memset(&button, 0, sizeof(GX_BUTTON)); in control_thread_entry()
|
| /GUIX-v6.2.1/samples/demo_guix_smart_watch/ |
| D | guix_smart_watch_specifications.h | 203 GX_BUTTON weather_screen_calorie_button; 208 GX_BUTTON weather_screen_running_button; 213 GX_BUTTON weather_screen_ekg_button; 376 GX_BUTTON fitness_screen_calorie_button; 381 GX_BUTTON fitness_screen_standing_button; 386 GX_BUTTON fitness_screen_running_button;
|
| /GUIX-v6.2.1/samples/demo_guix_washing_machine/ |
| D | demo_guix_washing_machine_specifications.h | 231 GX_BUTTON main_screen_btn_wash_cycle; 234 GX_BUTTON main_screen_btn_temperature; 238 GX_BUTTON main_screen_btn_water_level;
|