|
static proto int | GetRow (notnull Widget widget) |
|
static proto int | GetColumn (notnull Widget widget) |
|
static proto int | GetRowSpan (notnull Widget widget) |
|
static proto int | GetColumnSpan (notnull Widget widget) |
|
static proto void | SetRow (notnull Widget widget, int row) |
|
static proto void | SetColumn (notnull Widget widget, int column) |
|
static proto void | SetRowSpan (notnull Widget widget, int rowSpan) |
|
static proto void | SetColumnSpan (notnull Widget widget, int columnSpan) |
|
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) |
|
◆ GetColumn()
static proto int GridSlot.GetColumn |
( |
notnull Widget |
widget | ) |
|
|
static |
◆ GetColumnSpan()
static proto int GridSlot.GetColumnSpan |
( |
notnull Widget |
widget | ) |
|
|
static |
◆ GetRow()
static proto int GridSlot.GetRow |
( |
notnull Widget |
widget | ) |
|
|
static |
◆ GetRowSpan()
static proto int GridSlot.GetRowSpan |
( |
notnull Widget |
widget | ) |
|
|
static |
◆ SetColumn()
static proto void GridSlot.SetColumn |
( |
notnull Widget |
widget, |
|
|
int |
column |
|
) |
| |
|
static |
◆ SetColumnSpan()
static proto void GridSlot.SetColumnSpan |
( |
notnull Widget |
widget, |
|
|
int |
columnSpan |
|
) |
| |
|
static |
◆ SetRow()
static proto void GridSlot.SetRow |
( |
notnull Widget |
widget, |
|
|
int |
row |
|
) |
| |
|
static |
◆ SetRowSpan()
static proto void GridSlot.SetRowSpan |
( |
notnull Widget |
widget, |
|
|
int |
rowSpan |
|
) |
| |
|
static |
The documentation for this interface was generated from the following file:
- Core/generated/UI/GridSlot.c