Layout pane intended for general use. More...
#include <mgui/layout.h>

Public Member Functions | |
| LAYOUT_PANE () | |
| virtual | ~LAYOUT_PANE () |
| void | Create (MGUI::LAYOUT_PANE_BASE &pane, MGUI::LAYOUT_ORIENTATION orientation, MGUI::LAYOUT_SIZEALIGN sizealign, int ChildSpacing=4, int ExtraBorder=0) |
Layout pane intended for general use.
| MGUI::LAYOUT_PANE::LAYOUT_PANE | ( | ) | [inline] |
Constructor, initializes only, does not create actual pane.
| virtual MGUI::LAYOUT_PANE::~LAYOUT_PANE | ( | ) | [inline, virtual] |
Destructor.
| void MGUI::LAYOUT_PANE::Create | ( | MGUI::LAYOUT_PANE_BASE & | pane, | |
| MGUI::LAYOUT_ORIENTATION | orientation, | |||
| MGUI::LAYOUT_SIZEALIGN | sizealign, | |||
| int | ChildSpacing = 4, |
|||
| int | ExtraBorder = 0 | |||
| ) |
Create the actual pane.
| pane | 'Parent' pane | |
| orientation | Pane orientation | |
| sizealign | Sizing/alignment | |
| ChildSpacing | Spacing between 'children' of pane | |
| ExtraBorder | Extra border around pane, in addition to ChildSpacing |
1.6.1