|
static proto float | GetFillWeight (notnull Widget widget) |
|
static proto LayoutSizeMode | GetSizeMode (notnull Widget widget) |
|
static proto void | SetFillWeight (notnull Widget widget, float weight) |
|
static proto void | SetSizeMode (notnull Widget widget, LayoutSizeMode mode) |
|
static proto void | GetPadding (notnull Widget widget, out float left, out float top, out float right, out float bottom) |
|
static proto LayoutHorizontalAlign | GetHorizontalAlign (notnull Widget widget) |
|
static proto LayoutVerticalAlign | GetVerticalAlign (notnull Widget widget) |
|
static proto void | SetPadding (notnull Widget widget, float left, float top, float right, float bottom) |
|
static proto void | SetHorizontalAlign (notnull Widget widget, LayoutHorizontalAlign align) |
|
static proto void | SetVerticalAlign (notnull Widget widget, LayoutVerticalAlign align) |
|
◆ GetFillWeight()
static proto float LayoutSlot.GetFillWeight |
( |
notnull Widget |
widget | ) |
|
|
static |
◆ GetSizeMode()
◆ SetFillWeight()
static proto void LayoutSlot.SetFillWeight |
( |
notnull Widget |
widget, |
|
|
float |
weight |
|
) |
| |
|
static |
◆ SetSizeMode()
The documentation for this interface was generated from the following file:
- Core/generated/UI/LayoutSlot.c