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
ScrollInfo self()Returns `this`, for use in `with` statements.bool getEnableHorizontal()Checks if horizontal scrolling is enabled. Returns: true if horizontal scrolling is enabled.bool getEnableVertical()Checks if vertical scrolling is enabled. Returns: true if vertical scrolling is enabled.void setEnableHorizontal(bool horizontal)Turns horizontal scrolling on or off.void setEnableVertical(bool vertical)Turns vertical scrolling on or off.