GtkAdjustment::clamp_page

GtkAdjustment::clamp_page

clamp_page() is used internally to ensure that, if a page is being scrolled down, the incremental value is not added to the end of the page in terms of extra space at the bottom. It compares the set bounds and the page size with the current adjustment value and prevents them from adding up to more than the sum of their parts.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.