LayoutManager 
            open class LayoutManager(layoutManagerPointer: CPointer<GtkLayoutManager>) : KGObject
Content copied to clipboard
kotlinx-gtk
01 / 08 / 2021
See also
Constructors
LayoutManager
                          
                    Link copied to clipboard
                        Types
Functions
addWeakPointer  
                          
                    Link copied to clipboard
                        bindProperty 
                          
                    Link copied to clipboard
                        fun bindProperty(property: String, target: KGObject, targetProperty: String, flags: Binding.Flags): Binding
Content copied to clipboard
getLayoutChild  
                          
                    Link copied to clipboard
                        layoutChanged 
                          
                    Link copied to clipboard
                        measure
                          
                    Link copied to clipboard
                        fun measure(widget: Widget, orientation: Orientation, forSize: Int): LayoutManager.MeasureResult
Content copied to clipboard
Properties
layoutManagerPointer
                          
                    
                  Link copied to clipboard
                        requestMode
                          
                    
                  Link copied to clipboard
                        typeInstancePointer
                          
                    
                  Link copied to clipboard
                        Inheritors
BinLayout
                          
                    
                  Link copied to clipboard
                        BoxLayout
                          
                    
                  Link copied to clipboard
                        CenterLayout
                          
                    
                  Link copied to clipboard
                        ConstraintLayout
                          
                    
                  Link copied to clipboard
                        CustomLayout
                          
                    
                  Link copied to clipboard
                        FixedLayout
                          
                    
                  Link copied to clipboard
                        GridLayout
                          
                    
                  Link copied to clipboard
                        OverlayLayout
                          
                    
                  Link copied to clipboard