OverlayLayoutChildPropertyName
public enum OverlayLayoutChildPropertyName : String, PropertyNameProtocol
Undocumented
-
The widget that is associated to the
GtkLayoutChild
instance.Declaration
Swift
case childWidget = "child-widget"
-
Whether the child should be clipped to fit the parent’s size.
Declaration
Swift
case clipOverlay = "clip-overlay"
-
The layout manager that created the
GtkLayoutChild
instance.Declaration
Swift
case layoutManager = "layout-manager"
-
Whether the child size should contribute to the
GtkOverlayLayout
‘s measurement.Declaration
Swift
case measure = "measure"