gtk.scroll_info
Module for [ScrollInfo] class
class ScrollInfo
Types 1
classScrollInfo : gobject.boxed.Boxed
The gtk.scroll_info.ScrollInfo can be used to provide more accurate data on how a scroll operation should be performed.
Scrolling functions usually allow passing a null scroll info which will cause the default values to be used and just scroll the element into view.
Methods
bool getEnableHorizontal() nothrowChecks if horizontal scrolling is enabled. Returns: true if horizontal scrolling is enabled.bool getEnableVertical() nothrowChecks if vertical scrolling is enabled. Returns: true if vertical scrolling is enabled.