Home
last modified time | relevance | path

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

/GUIX-v6.4.1/common/src/
Dgx_horizontal_list_scroll.c196 GX_WIDGET *last_child; in _gx_horizontal_list_scroll() local
289 last_child = _gx_widget_last_client_child_get((GX_WIDGET *)list); in _gx_horizontal_list_scroll()
294 (last_child -> gx_widget_size.gx_rectangle_right < block.gx_rectangle_right)) in _gx_horizontal_list_scroll()
Dgx_vertical_list_scroll.c195 GX_WIDGET *last_child; in _gx_vertical_list_scroll() local
287 last_child = _gx_widget_last_client_child_get((GX_WIDGET *)list); in _gx_vertical_list_scroll()
292 last_child -> gx_widget_size.gx_rectangle_bottom < block.gx_rectangle_bottom)) in _gx_vertical_list_scroll()
/GUIX-v6.4.1/guix_studio/
Dproject_view.cpp1822 widget_info* last_child = copied_widgets->GetFirstChildWidget(); in PasteWidgets() local
1823 while (last_child && last_child->GetNextWidgetInfo()) in PasteWidgets()
1825 last_child = last_child->GetNextWidgetInfo(); in PasteWidgets()
1837 HTREEITEM select = FindWidget(last_child); in PasteWidgets()