sugar3.graphics.scrollingdetector module

class sugar3.graphics.scrollingdetector.ScrollingDetector(scrolled_window, timeout=100)

Bases: gi.overrides.GObject.Object

ScollingDetector emit signals when a ScrolledWindow starts and finish scrolling. Other widets can use that information to avoid do performance expensive operations.

connect_scrolled_window()
scroll_end_signal
scroll_start_signal

Previous topic

sugar3.graphics.radiotoolbutton module

Next topic

sugar3.graphics.style module

This Page