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 whether horizontal scrolling should start once the scrollable widget is allocated less than its minimum width or less than its natural width.
Declaration
Swift
case hscrollPolicy = "hscroll-policy" -
Verical
GtkAdjustmentof the scrollable widget. This adjustment is shared between the scrollable widget and its parent.Declaration
Swift
case vadjustment = "vadjustment" -
Determines whether vertical scrolling should start once the scrollable widget is allocated less than its minimum height or less than its natural height.
Declaration
Swift
case vscrollPolicy = "vscroll-policy"
View on GitHub
Install in Dash
ScrollablePropertyName Enumeration Reference