|
stmm-games-doc
0.32.0
|

Public Attributes | |
| std::array< bool, g_nTotLayoutConfigs > | m_aVertical = {{false, false}} |
| Whether the children are stacked vertically or horizontally. More... | |
| std::array< bool, g_nTotLayoutConfigs > | m_aInvertChildren = {{false, false}} |
| Whether the order of the children should be inverted. More... | |
| std::array<bool, g_nTotLayoutConfigs> stmg::BoxWidget::LocalInit::m_aInvertChildren = {{false, false}} |
Whether the order of the children should be inverted.
Default: false.
| std::array<bool, g_nTotLayoutConfigs> stmg::BoxWidget::LocalInit::m_aVertical = {{false, false}} |
Whether the children are stacked vertically or horizontally.
Default: false.
1.8.13