OverlayLayoutChildPropertyName
public enum OverlayLayoutChildPropertyName : String, PropertyNameProtocol
                Undocumented
- 
                  
                  
The widget that is associated to the
GtkLayoutChildinstance.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
GtkLayoutChildinstance.Declaration
Swift
case layoutManager = "layout-manager" - 
                  
                  
Whether the child size should contribute to the
GtkOverlayLayout‘s measurement.Declaration
Swift
case measure = "measure" 
            View on GitHub
          
            Install in Dash
          
      OverlayLayoutChildPropertyName Enumeration Reference