![]() |
Ember
|
Entry describing a pane's proportion and resize behavior. More...
#include <ProportionalLayout.h>
Public Attributes | |
| wxString | paneName |
| AUI pane identifier. | |
| double | proportion |
| Proportional share of available space. | |
| double | minProportion |
| Minimum proportion when resizing. | |
| bool | isWidth |
| True if proportion applies to width, false for height. | |
Entry describing a pane's proportion and resize behavior.
Definition at line 10 of file ProportionalLayout.h.
| bool EmberUI::PaneEntry::isWidth |
True if proportion applies to width, false for height.
Definition at line 14 of file ProportionalLayout.h.
| double EmberUI::PaneEntry::minProportion |
Minimum proportion when resizing.
Definition at line 13 of file ProportionalLayout.h.
| wxString EmberUI::PaneEntry::paneName |
AUI pane identifier.
Definition at line 11 of file ProportionalLayout.h.
| double EmberUI::PaneEntry::proportion |
Proportional share of available space.
Definition at line 12 of file ProportionalLayout.h.