
Public Types | |
| enum | { wxDEFAULT_MDI_FRAME_STYLE = wxDEFAULT_FRAME_STYLE | wxVSCROLL | wxHSCROLL } |
Public Member Functions | |
| this (IntPtr wxobj) | |
| this () | |
| this (Window parent, int id, string title, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxDEFAULT_MDI_FRAME_STYLE, string name=wxFrameNameStr) | |
| this (Window parent, string title, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxDEFAULT_MDI_FRAME_STYLE, string name=wxFrameNameStr) | |
| override bool | Create (Window parent, int id, string title, inout Point pos, inout Size size, int style, string name) |
| virtual MDIClientWindow | OnCreateClient () |
| MDIChildFrame | GetActiveChild () |
| MDIClientWindow | GetClientWindow () |
| virtual void | Cascade () |
| virtual void | Tile () |
| virtual void | ArrangeIcons () |
| virtual void | ActivateNext () |
| virtual void | ActivatePrevious () |
| virtual void | GetClientSize (out int width, out int height) |
Static Public Member Functions | |
| static | extern (C) private IntPtr staticDoOnCreateClient(MDIParentFrame obj) |
| this | ( | IntPtr | wxobj | ) |
Reimplemented from Frame.
| this | ( | ) |
Reimplemented from Frame.
| this | ( | Window | parent, | |
| int | id, | |||
| string | title, | |||
| Point | pos = wxDefaultPosition, |
|||
| Size | size = wxDefaultSize, |
|||
| int | style = wxDEFAULT_MDI_FRAME_STYLE, |
|||
| string | name = wxFrameNameStr | |||
| ) |
Constructor, creating the window.
| parent | The window parent. This may be NULL. If it is non-NULL, the frame will always be displayed on top of the parent window on Windows. | |
| id | The window identifier. It may take a value of -1 to indicate a default value. | |
| title | The caption to be displayed on the frame's title bar. | |
| pos | The window position. A value of (-1, -1) indicates a default position, chosen by either the windowing system or wxWidgets, depending on platform. | |
| size | The window size. A value of (-1, -1) indicates a default size, chosen by either the windowing system or wxWidgets, depending on platform. | |
| style | The window style. See wxFrame. | |
| name | The name of the window. This parameter is used to associate a name with the item, allowing the application user to set Motif resource values for individual windows. |
Reimplemented from Frame.
| this | ( | Window | parent, | |
| string | title, | |||
| Point | pos = wxDefaultPosition, |
|||
| Size | size = wxDefaultSize, |
|||
| int | style = wxDEFAULT_MDI_FRAME_STYLE, |
|||
| string | name = wxFrameNameStr | |||
| ) |
Reimplemented from Frame.
| override bool Create | ( | Window | parent, | |
| int | id, | |||
| string | title, | |||
| inout Point | pos, | |||
| inout Size | size, | |||
| int | style, | |||
| string | name | |||
| ) |
Reimplemented from Frame.
| static extern | ( | C | ) | [static] |
Reimplemented from wxObject.
| virtual MDIClientWindow OnCreateClient | ( | ) |
| MDIChildFrame GetActiveChild | ( | ) |
| MDIClientWindow GetClientWindow | ( | ) |
| virtual void Cascade | ( | ) |
| virtual void Tile | ( | ) |
| virtual void ArrangeIcons | ( | ) |
| virtual void ActivateNext | ( | ) |
| virtual void ActivatePrevious | ( | ) |
| virtual void GetClientSize | ( | out int | width, | |
| out int | height | |||
| ) |
1.5.4