Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_horizontal_list_scroll.c197 GX_WIDGET *last_child; in _gx_horizontal_list_scroll() local
290 last_child = _gx_widget_last_client_child_get((GX_WIDGET *)list); in _gx_horizontal_list_scroll()
295 (last_child -> gx_widget_size.gx_rectangle_right < block.gx_rectangle_right)) in _gx_horizontal_list_scroll()
Dgx_vertical_list_scroll.c196 GX_WIDGET *last_child; in _gx_vertical_list_scroll() local
288 last_child = _gx_widget_last_client_child_get((GX_WIDGET *)list); in _gx_vertical_list_scroll()
293 last_child -> gx_widget_size.gx_rectangle_bottom < block.gx_rectangle_bottom)) in _gx_vertical_list_scroll()