Searched refs:button_id (Results 1 – 5 of 5) sorted by relevance
/GUIX-v6.2.1/common/src/ |
D | gxe_button_create.c | 83 … USHORT button_id, GX_CONST GX_RECTANGLE *size, UINT button_control_block_size) in _gxe_button_create() argument 109 status = _gx_button_create(button, name, parent, style, button_id, size); in _gxe_button_create()
|
D | gx_button_create.c | 92 ULONG style, USHORT button_id, GX_CONST GX_RECTANGLE *size) in _gx_button_create() argument 96 _gx_widget_create((GX_WIDGET *)button, name, GX_NULL, style, button_id, size); in _gx_button_create()
|
/GUIX-v6.2.1/samples/demo_guix_washing_machine/ |
D | mode_select.c | 87 MODE_BTN_INFO *get_mode_button_info(INT button_id) in get_mode_button_info() argument 93 if ((button_id == entry->button->gx_widget_id) || in get_mode_button_info() 94 (button_id == entry->button_small->gx_widget_id)) in get_mode_button_info() 108 VOID button_select(INT button_id) in button_select() argument 122 info = get_mode_button_info(button_id); in button_select()
|
/GUIX-v6.2.1/samples/demo_guix_home_automation/ |
D | demo_guix_home_automation.h | 36 VOID on_footer_menu_clicked(INT button_id);
|
D | screen_base.c | 558 VOID on_footer_menu_clicked(INT button_id) in on_footer_menu_clicked() argument 566 switch (button_id) in on_footer_menu_clicked() 592 if (info->footer_menu_id == button_id) in on_footer_menu_clicked() 612 if (info->footer_menu_id == button_id) in on_footer_menu_clicked()
|