Searched refs:menu_list (Results 1 – 6 of 6) sorted by relevance
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_tree_view_event_process.c | 84 GX_MENU_LIST menu_list; in control_thread_entry() local 101 memset(&menu_list, 0, sizeof(GX_MENU_LIST)); in control_thread_entry() 102 gx_widget_create((GX_WIDGET *)&menu_list, "menu_list", tree_view, 0, 1025, &size); in control_thread_entry() 103 menu_list.gx_widget_type = GX_TYPE_MENU_LIST; in control_thread_entry() 196 gx_widget_back_attach(tree_view, &menu_list); in control_thread_entry()
|
| D | validation_guix_accordion_menu_shift_no_output.c | 49 GX_MENU_LIST *menu_list; in control_thread_entry() local 85 menu_list = (GX_MENU_LIST *)accordion->gx_widget_parent; in control_thread_entry() 90 menu_list->gx_menu_list_owner = GX_NULL; in control_thread_entry()
|
| D | validation_guix_all_widgets_accordion_menu.c | 66 menu_info menu_list[] = { variable 132 list = menu_list; in control_thread_entry()
|
| D | validation_guix_all_widgets_tree_view.c | 74 menu_info menu_list[] = { variable 125 list = menu_list; in control_thread_entry()
|
| /GUIX-v6.2.1/common/src/ |
| D | gx_accordion_menu_event_process.c | 577 GX_MENU_LIST *menu_list; in _gx_accordion_menu_pen_up_event_process() local 600 menu_list = &((GX_MENU *)child) -> gx_menu_list; in _gx_accordion_menu_pen_up_event_process() 603 _gx_widget_link(child -> gx_widget_parent, (GX_WIDGET *)menu_list); in _gx_accordion_menu_pen_up_event_process() 605 …x_shift = (GX_VALUE)(child -> gx_widget_size.gx_rectangle_left - menu_list -> gx_widget_size.gx_re… in _gx_accordion_menu_pen_up_event_process() 606 …y_shift = (GX_VALUE)(child -> gx_widget_size.gx_rectangle_bottom + 1 - menu_list -> gx_widget_size… in _gx_accordion_menu_pen_up_event_process() 611 _gx_widget_shift((GX_WIDGET *)menu_list, x_shift, y_shift, GX_FALSE); in _gx_accordion_menu_pen_up_event_process()
|
| /GUIX-v6.2.1/guix_studio/ |
| D | target_screen.cpp | 621 GX_MENU_LIST *menu_list = (GX_MENU_LIST *)info->widget->gx_widget_parent; in WidgetWasMoved() local 623 menu_info = GetOpenProject()->FindWidgetInfo(menu_list->gx_menu_list_owner); in WidgetWasMoved()
|