Home
last modified time | relevance | path

Searched refs:menu_list (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_accordion_menu_event_process.c562 GX_MENU_LIST *menu_list; in _gx_accordion_menu_pen_up_event_process() local
585 menu_list = &((GX_MENU *)child) -> gx_menu_list; in _gx_accordion_menu_pen_up_event_process()
588 _gx_widget_link(child -> gx_widget_parent, (GX_WIDGET *)menu_list); in _gx_accordion_menu_pen_up_event_process()
590 …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()
591 …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()
596 _gx_widget_shift((GX_WIDGET *)menu_list, x_shift, y_shift, GX_FALSE); in _gx_accordion_menu_pen_up_event_process()