The layout of the widget.
More...
#include <Grid.hpp>
The layout of the widget.
Where in the cell is the widget located? The widget is centered by default.
The layout of the widget.
| Enumerator |
|---|
| UpperLeft |
Draw the widget in the upper left corner of the cell.
|
| Up |
Draw the widget at the upper side of the cell (horizontally centered)
|
| UpperRight |
Draw the widget in the upper right corner of the cell.
|
| Right |
Draw the widget at the right side of the cell (vertically centered)
|
| BottomRight |
Draw the widget in the bottom right corner of the cell.
|
| Bottom |
Draw the widget at the bottom of the cell (horizontally centered)
|
| BottomLeft |
Draw the widget in the bottom left corner of the cell.
|
| Left |
Draw the widget at the left side of the cell (vertically centered)
|
| Center |
Center the widget in the cell.
|
The documentation for this struct was generated from the following file: