Sash control for sizing adjacent panes. More...
#include <mgui/sash.h>

Public Member Functions | |
| CTRL_SASH () | |
| virtual | ~CTRL_SASH () |
| void | Create (LAYOUT_PANE_BASE &ParentPane, LAYOUT_ORIENTATION Orientation) |
| void | SetDelegateOnMoved (DELEGATE_VOID_NOPARMS delegate) |
Sash control for sizing adjacent panes.
| MGUI::CTRL_SASH::CTRL_SASH | ( | ) |
Constructor.
| virtual MGUI::CTRL_SASH::~CTRL_SASH | ( | ) | [virtual] |
Destructor.
| void MGUI::CTRL_SASH::Create | ( | LAYOUT_PANE_BASE & | ParentPane, | |
| LAYOUT_ORIENTATION | Orientation | |||
| ) |
Create a sash.
Note: the ParentPane must remain in scope for the life of the sash, or at least while there's a chance of user interaction with the sash.
| void MGUI::CTRL_SASH::SetDelegateOnMoved | ( | DELEGATE_VOID_NOPARMS | delegate | ) |
Set delegate to call after sash moved.
Useful for recording settings.
1.6.1