ScrollablePropertyName
public enum ScrollablePropertyName : String, PropertyNameProtocol
Undocumented
-
Horizontal
GtkAdjustmentof the scrollable widget.This adjustment is shared between the scrollable widget and its parent.
Declaration
Swift
case hadjustment = "hadjustment" -
Determines when horizontal scrolling should start.
Declaration
Swift
case hscrollPolicy = "hscroll-policy" -
Vertical
GtkAdjustmentof the scrollable widget.This adjustment is shared between the scrollable widget and its parent.
Declaration
Swift
case vadjustment = "vadjustment" -
Determines when vertical scrolling should start.
Declaration
Swift
case vscrollPolicy = "vscroll-policy"
View on GitHub
Install in Dash
ScrollablePropertyName Enumeration Reference