ScrollablePropertyName
public enum ScrollablePropertyName : String, PropertyNameProtocol
Undocumented
-
Horizontal
GtkAdjustment
of 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
GtkAdjustment
of 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"