ScrollableSignalName
public enum ScrollableSignalName : String, SignalNameProtocol
Undocumented
-
Horizontal
GtkAdjustmentof 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
GtkAdjustmentof 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"
View on GitHub
Install in Dash
ScrollableSignalName Enumeration Reference