Creation Parameters
- atom parent
- integer id
- sequence title
- integer x [= -1]
- integer y [= -1]
- integer cx [= -1]
- integer cy [= -1]
- atom style [= wxDEFAULT_FRAME_STYLE] (see wxFrame)
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.