wxMDIChildFrame

wxMDIChildFrame
Creation Parameters
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.
Functions/Procedures
Supertopics

wxMDIChildFrame

[proc]
activate_child
( atom child )

Category: wxMDIChildFrame

Activates a child frame.


wxMDIChildFrame

[proc]
maximize_child
( atom child, integer bool )

Category: wxMDIChildFrame

Maximizes a child if bool = 1, or restores child is bool = 0.


wxMDIChildFrame

[proc]
restore_child
( atom child )

Category: wxMDIChildFrame

Restores (unmaximizes a child frame)


wxMDIChildFrame

[proc]
set_mdi_child_title
( atom child_frame, sequence title )

Category: wxMDIChildFrame

This sets a title to an wxMDIChildFrame. This should be used in place of set_title, since wxMDIChildFrames will ignore that in Linux.