Returns the size of a non-scrolling border around the outside of the scrollable.
Retrieves the gtk.adjustment.Adjustment used for horizontal scrolling.
Gets the horizontal gtk.types.ScrollablePolicy.
Retrieves the gtk.adjustment.Adjustment used for vertical scrolling.
Gets the vertical gtk.types.ScrollablePolicy.
Sets the horizontal adjustment of the gtk.scrollable.Scrollable.
Sets the gtk.types.ScrollablePolicy.
Sets the vertical adjustment of the gtk.scrollable.Scrollable.
Sets the gtk.types.ScrollablePolicy.
gtk.scrollable.Scrollable is an interface for widgets with native scrolling ability.
To implement this interface you should override the gtk.scrollable.Scrollable.Adjustment and gtk.scrollable.Scrollable.Adjustment properties.
Creating a scrollable widget
All scrollable widgets should do the following.