API ReferenceEditor
BoxLayoutclass
A widget layout. You can think of it as an invisible box of rows or columns, each one containing a widget, useful for automatic positioning and scaling.
Methods9
Showing 9 methods
public virtual void AddSpacingCell(float size)
Add a spacing item
| Parameter | Type | Description |
|---|---|---|
| size | float | — |
Returns:
void—public virtual void AddStretchCell(int stretch = 0)
Add a stretch item
| Parameter | Type | Description |
|---|---|---|
| stretch = 0 | int | — |
Returns:
void—public int GetCellStretch(int index)
| Parameter | Type | Description |
|---|---|---|
| index | int | — |
Returns:
int—No results match this filter.