GUI Layout Toolbox 1.17 |
1: Panels |
|
1.1 uiextras.Panel | Arrange a single element inside a standard panel |
1.2 uiextras.CardPanel | Show one element (card) from a list |
1.3 uiextras.BoxPanel | Arrange a single element in a panel with boxed title |
1.4 uiextras.TabPanel | Arrange elements in a panel with tabs for selecting which is visible |
2: Boxes |
|
2.1 uiextras.HBox | Arrange elements horizontally in a single row |
2.2 uiextras.VBox | Arrange elements vertically in a single column |
2.3 uiextras.HBoxFlex | Arrange elements horizontally with draggable dividers |
2.4 uiextras.VBoxFlex | Arrange elements vertically with draggable dividers |
2.5 uiextras.HButtonBox | Arrange buttons horizontally in a single row |
2.6 uiextras.VButtonBox | Arrange buttons vertically in a single column |
3: Grids |
|
3.1 uiextras.Grid | Arrange elements in a two dimensional grid |
3.2 uiextras.GridFlex | Arrange elements in a two dimensional grid with draggable dividers |
4: Other functions |
|
4.1 uiextras.Empty | Create an empty space |
4.2 layoutVersion | Get the toolbox version number and date |
4.3 layoutRoot | Return the folder containing the GUI layout toolbox |
4.4 uiextras.set | Store a default property value in a parent object |
4.5 uiextras.get | Retrieve a default property value from a parent object |
Front page | [Top] | uiextras.Panel |