ScrollableSignalName
public enum ScrollableSignalName : String, SignalNameProtocol
Undocumented
-
Horizontal
GtkAdjustment
of the scrollable widget.This adjustment is shared between the scrollable widget and its parent.
Declaration
Swift
case notifyHadjustment = "notify::hadjustment"
-
Determines when horizontal scrolling should start.
Declaration
Swift
case notifyHscrollPolicy = "notify::hscroll-policy"
-
Vertical
GtkAdjustment
of the scrollable widget.This adjustment is shared between the scrollable widget and its parent.
Declaration
Swift
case notifyVadjustment = "notify::vadjustment"
-
Determines when vertical scrolling should start.
Declaration
Swift
case notifyVscrollPolicy = "notify::vscroll-policy"