Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_scroll_thumb_shift_limit.c83 GX_RECTANGLE parentsize; in _gx_scroll_thumb_shift_limit() local
91 parentsize = parent -> gx_widget_size; in _gx_scroll_thumb_shift_limit()
97 …minlimit = parentsize.gx_rectangle_top + bar -> gx_scrollbar_appearance.gx_scroll_thumb_travel_min; in _gx_scroll_thumb_shift_limit()
98 …maxlimit = parentsize.gx_rectangle_bottom - bar -> gx_scrollbar_appearance.gx_scroll_thumb_travel_… in _gx_scroll_thumb_shift_limit()
121 …minlimit = parentsize.gx_rectangle_left + bar -> gx_scrollbar_appearance.gx_scroll_thumb_travel_mi… in _gx_scroll_thumb_shift_limit()
122 …maxlimit = parentsize.gx_rectangle_right - bar -> gx_scrollbar_appearance.gx_scroll_thumb_travel_m… in _gx_scroll_thumb_shift_limit()