Ember
Loading...
Searching...
No Matches
EmberUI::PaneEntry Struct Reference

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.

Detailed Description

Entry describing a pane's proportion and resize behavior.

Definition at line 10 of file ProportionalLayout.h.

Member Data Documentation

◆ isWidth

bool EmberUI::PaneEntry::isWidth

True if proportion applies to width, false for height.

Definition at line 14 of file ProportionalLayout.h.

◆ minProportion

double EmberUI::PaneEntry::minProportion

Minimum proportion when resizing.

Definition at line 13 of file ProportionalLayout.h.

◆ paneName

wxString EmberUI::PaneEntry::paneName

AUI pane identifier.

Definition at line 11 of file ProportionalLayout.h.

◆ proportion

double EmberUI::PaneEntry::proportion

Proportional share of available space.

Definition at line 12 of file ProportionalLayout.h.


The documentation for this struct was generated from the following file: