Optionalproperties: Partial<{}>Checks if horizontal scrolling is enabled.
true if horizontal scrolling is enabled.
Checks if vertical scrolling is enabled.
true if vertical scrolling is enabled.
Increases the reference count of a Gtk.ScrollInfo by one.
the passed in Gtk.ScrollInfo.
Turns horizontal scrolling on or off.
if scrolling in the horizontal direction should happen
Turns vertical scrolling on or off.
if scrolling in the vertical direction should happen
Decreases the reference count of a Gtk.ScrollInfo by one.
If the resulting reference count is zero, frees the self.
Staticnew
Provides detailed information on how a scroll operation should be performed.
Scrolling functions usually allow passing a
NULLscroll info which will cause the default values to be used and just scroll the element into view.Since
4.12