Creation Parameters
- atom parent
- atom id
- sequence title
- integer x [ = -1]
- integer y [ = -1]
- integer cx [ = -1]
- integer cy [ = -1]
- atom style [ = wxDEFAULT_FRAME_STYLE]
- wxSTAY_ON_TOP
- wxICONIZE
- wxMINIMIZE
- wxMAXIMIZE
- wxSYSTEM_MENU
- wxMINIMIZE_BOX
- wxMAXIMIZE_BOX
- wxTINY_CAPTION_HORIZ
- wxTINY_CAPTION_VERT
- wxRESIZE_BORDER
- wxDIALOG_NO_PARENT Don't make owned by apps top window
- wxFRAME_NO_TASKBAR No taskbar button (MSW only)
- wxFRAME_TOOL_WINDOW No taskbar button, no system menu
- wxFRAME_FLOAT_ON_PARENT Always above its parent
- wxFRAME_SHAPED Create a window that is able to be shaped
You should create a
wxMenuBar for the frame in order for everything to work properly.
When the
wxMenuBar is created, a Window menu will be created automatically.
Activates a child frame.
Maximizes a child if bool = 1, or restores child is bool = 0.
This sets a title to an wxMDIChildFrame. This should be used in place of set_title,
since wxMDIChildFrames will ignore that in Linux.