#include <layout_attributes.hpp>
Definition at line 55 of file layout_attributes.hpp.
§ placement_t
Specifies the placement of child views inside their containing view.
Enumerator |
---|
place_leaf | This view is a leaf node and has no children.
|
place_column | Children are to be stacked in a column in the parent view.
|
place_row | Children are to be lined up in a row in the parent view.
|
place_overlay | Intended for use when two or more placeable objects are to occupy the same screen real estate at mutually exclusive times. In this instance the immediate children of the parent whose placement is set to overlay have their vertical and horizontal alignments set to align_fill.
|
Definition at line 56 of file layout_attributes.hpp.