ScrolledWindow.overlayScrolling

bool overlayScrolling() @property

Get overlayScrolling property.

Returns

Whether overlay scrolling is enabled or not.

If it is, the scrollbars are only added as traditional widgets when a mouse is present. Otherwise, they are overlaid on top of the content, as narrow indicators.

Note that overlay scrolling can also be globally disabled, with the gtk.settings.Settings.gtkOverlayScrolling setting.

void overlayScrolling(bool propval) @property

Set overlayScrolling property.

Parameters

propvalWhether overlay scrolling is enabled or not. If it is, the scrollbars are only added as traditional widgets when a mouse is present. Otherwise, they are overlaid on top of the content, as narrow indicators. Note that overlay scrolling can also be globally disabled, with the gtk.settings.Settings.gtkOverlayScrolling setting.