ScrollInfo
Added in version 4.12.
- class ScrollInfo(**kwargs)
The GtkScrollInfo
can be used to provide more accurate data on how a scroll
operation should be performed.
Scrolling functions usually allow passing a None
scroll info which will cause
the default values to be used and just scroll the element into view.
Constructors
- class ScrollInfo
- classmethod new() ScrollInfo
Creates a new scroll info for scrolling an element into view.
Added in version 4.12.