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.c78 INT maxlimit; in _gx_scroll_thumb_shift_limit() local
97maxlimit = parentsize.gx_rectangle_bottom - bar -> gx_scrollbar_appearance.gx_scroll_thumb_travel_… in _gx_scroll_thumb_shift_limit()
103 if (shiftpos > maxlimit) in _gx_scroll_thumb_shift_limit()
105 shift = maxlimit - thumb -> gx_widget_size.gx_rectangle_bottom; in _gx_scroll_thumb_shift_limit()
121maxlimit = parentsize.gx_rectangle_right - bar -> gx_scrollbar_appearance.gx_scroll_thumb_travel_m… in _gx_scroll_thumb_shift_limit()
127 if (shiftpos > maxlimit) in _gx_scroll_thumb_shift_limit()
129 shift = maxlimit - thumb -> gx_widget_size.gx_rectangle_right; in _gx_scroll_thumb_shift_limit()