Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_scroll_thumb_shift_limit.c79 INT maxlimit; in _gx_scroll_thumb_shift_limit() local
98maxlimit = parentsize.gx_rectangle_bottom - bar -> gx_scrollbar_appearance.gx_scroll_thumb_travel_… in _gx_scroll_thumb_shift_limit()
104 if (shiftpos > maxlimit) in _gx_scroll_thumb_shift_limit()
106 shift = maxlimit - thumb -> gx_widget_size.gx_rectangle_bottom; in _gx_scroll_thumb_shift_limit()
122maxlimit = parentsize.gx_rectangle_right - bar -> gx_scrollbar_appearance.gx_scroll_thumb_travel_m… in _gx_scroll_thumb_shift_limit()
128 if (shiftpos > maxlimit) in _gx_scroll_thumb_shift_limit()
130 shift = maxlimit - thumb -> gx_widget_size.gx_rectangle_right; in _gx_scroll_thumb_shift_limit()