Public Member Functions | |
this (IntPtr wxobj) | |
this (Frame frame=null, uint flags=wxFrameManagerOption.wxAUI_MGR_DEFAULT) | |
void | UnInit () |
void | SetFlags (uint flags) |
uint | GetFlags () |
void | SetFrame (Frame frame) |
Frame | GetFrame () |
void | SetArtProvider (DockArt art_provider) |
DockArt | GetArtProvider () |
PaneInfo | GetPane (Window window) |
PaneInfo | GetPane (char[] name) |
int | GetPaneCount () |
PaneInfo | GetPane (int index) |
bool | AddPane (Window window, PaneInfo pane_info) |
bool | AddPane (Window window, int direction=Direction.wxLEFT, string caption="") |
bool | InsertPane (Window window, PaneInfo pane_info, int insert_level=wxPaneInsertLevel.wxAUI_INSERT_PANE) |
bool | DetachPane (Window window) |
char[] | SavePerspective () |
bool | LoadPerspective (char[] perspective, bool update=true) |
void | Update () |
void | EVT_AUI_PANEBUTTON (EventListener lsnr) |
Static Public Member Functions | |
static | this () |
Static Public Attributes | |
static EventType | wxEVT_AUI_PANEBUTTON |
this | ( | IntPtr | wxobj | ) |
Reimplemented from EvtHandler.
this | ( | Frame | frame = null , |
|
uint | flags = wxFrameManagerOption.wxAUI_MGR_DEFAULT | |||
) |
static this | ( | ) | [static] |
void UnInit | ( | ) |
void SetFlags | ( | uint | flags | ) |
uint GetFlags | ( | ) |
void SetFrame | ( | Frame | frame | ) |
Frame GetFrame | ( | ) |
void SetArtProvider | ( | DockArt | art_provider | ) |
DockArt GetArtProvider | ( | ) |
PaneInfo GetPane | ( | char[] | name | ) |
int GetPaneCount | ( | ) |
PaneInfo GetPane | ( | int | index | ) |
bool AddPane | ( | Window | window, | |
int | direction = Direction.wxLEFT , |
|||
string | caption = "" | |||
) |
bool InsertPane | ( | Window | window, | |
PaneInfo | pane_info, | |||
int | insert_level = wxPaneInsertLevel.wxAUI_INSERT_PANE | |||
) |
bool DetachPane | ( | Window | window | ) |
char [] SavePerspective | ( | ) |
bool LoadPerspective | ( | char[] | perspective, | |
bool | update = true | |||
) |
void Update | ( | ) |
void EVT_AUI_PANEBUTTON | ( | EventListener | lsnr | ) |
EventType wxEVT_AUI_PANEBUTTON [static] |