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.
Get hadjustment property.
Set hadjustment property.
Get hscrollPolicy property.
Set hscrollPolicy property.
Get vadjustment property.
Set vadjustment property.
Get vscrollPolicy property.
Set vscrollPolicy property.
gtk.scrollable.Scrollable is an interface for widgets with native scrolling ability.
To implement this interface you should override the gtk.scrollable.Scrollable.hadjustment and gtk.scrollable.Scrollable.vadjustment properties.
Creating a scrollable widget
All scrollable widgets should do the following.