Searched refs:child_list (Results 1 – 2 of 2) sorted by relevance
210 GX_MENU_LIST *child_list; in _gx_accordion_menu_position() local219 child_list = &((GX_MENU *)child) -> gx_menu_list; in _gx_accordion_menu_position()221 if (child_list -> gx_widget_first_child) in _gx_accordion_menu_position()223 child = child_list -> gx_widget_first_child; in _gx_accordion_menu_position()226 else if (child_list -> gx_widget_parent) in _gx_accordion_menu_position()228 _gx_widget_detach((GX_WIDGET *)child_list); in _gx_accordion_menu_position()246 child_list = (GX_MENU_LIST *)child; in _gx_accordion_menu_position()247 child = child_list -> gx_menu_list_owner; in _gx_accordion_menu_position()
217 GX_MENU_LIST *child_list; in _gx_menu_position() local226 child_list = &((GX_MENU *)child) -> gx_menu_list; in _gx_menu_position()228 if (child_list -> gx_widget_first_child) in _gx_menu_position()230 child = child_list -> gx_widget_first_child; in _gx_menu_position()233 else if (child_list -> gx_widget_parent) in _gx_menu_position()235 _gx_widget_detach((GX_WIDGET *)child_list); in _gx_menu_position()242 child_list = (GX_MENU_LIST *)child -> gx_widget_parent; in _gx_menu_position()243 child = child_list -> gx_menu_list_owner; in _gx_menu_position()