Searched refs:last_child (Results 1 – 3 of 3) sorted by relevance
196 GX_WIDGET *last_child; in _gx_horizontal_list_scroll() local289 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()
195 GX_WIDGET *last_child; in _gx_vertical_list_scroll() local287 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()
1822 widget_info* last_child = copied_widgets->GetFirstChildWidget(); in PasteWidgets() local1823 while (last_child && last_child->GetNextWidgetInfo()) in PasteWidgets()1825 last_child = last_child->GetNextWidgetInfo(); in PasteWidgets()1837 HTREEITEM select = FindWidget(last_child); in PasteWidgets()