wxMDIChildFrame
generated from ../src/mod_gui/control/mdichild.cppAn MDI child frame is a frame that can only exist in a wxMDIParentFrame
Constants
Constructor
wxMDIChildFrame
wxMDIChildFrame()
wxMDIChildFrame(Parent,
Id,
Title,
Pos = wxDefaultPosition,
Size = wxDefaultSize,
Style = wxDEFAULT_FRAME_STYLE)
| Name | Type | Default | Description |
|---|---|---|---|
| Parent | wxMDIParentFrame | The parent frame. This can't be null. | |
| Id | Integer | The window ID | |
| Title | String | The title of the window | |
| Pos | wxPoint | wxDefaultPosition | |
| Size | wxSize | wxDefaultSize | |
| Style | Integer | wxDEFAULT_FRAME_STYLE |
Creates a new MDI child frame.
Methods
activate
activate()
Activates this MDI child frame
create
create(Parent,
Id,
Title,
Pos = wxDefaultPosition,
Size = wxDefaultSize,
Style = wxDEFAULT_FRAME_STYLE | wxVSCROLL | wxHSCROLL) : Boolean
| Name | Type | Default | Description |
|---|---|---|---|
| Parent | wxMDIParentFrame | The parent frame. This can't be null. | |
| Id | Integer | The window ID | |
| Title | String | The title of the window | |
| Pos | wxPoint | wxDefaultPosition | |
| Size | wxSize | wxDefaultSize | |
| Style | Integer | wxDEFAULT_FRAME_STYLE | wxVSCROLL | wxHSCROLL |
Sets a pixel to a particular color.
maximize
maximize(Maximize)
| Name | Type | Default | Description |
|---|---|---|---|
| Maximize | Boolean |
Maximizes this MDI child frame
restore
restore()
Restores this MDI child frame
© 2002 - 2007 Franky Braem.