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 when horizontal scrolling should start.
Declaration
Swift
case hscrollPolicy = "hscroll-policy"
-
Vertical
GtkAdjustment
of 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"