Go to the source code of this file.
|
| enum | cui_widget_anchor : uint8_t {
cui_widget_anchor::top_center,
cui_widget_anchor::center,
cui_widget_anchor::bottom_center,
cui_widget_anchor::top_left,
cui_widget_anchor::center_left,
cui_widget_anchor::bottom_left,
cui_widget_anchor::top_right,
cui_widget_anchor::center_right,
cui_widget_anchor::bottom_right,
cui_widget_anchor::top_fill,
cui_widget_anchor::left_fill,
cui_widget_anchor::right_fill,
cui_widget_anchor::bottom_fill,
cui_widget_anchor::fill
} |
| |
◆ BLAM
◆ tag_cusc
◆ cui_widget_anchor
| Enumerator |
|---|
| top_center | |
| center | |
| bottom_center | |
| top_left | |
| center_left | |
| bottom_left | |
| top_right | |
| center_right | |
| bottom_right | |
| top_fill | |
| left_fill | |
| right_fill | |
| bottom_fill | |
| fill | |