Table of Contents

wxMDIChildFrame

include file: wxMDI.e


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.

  • proc activate_child( atom child )   
  • proc maximize_child( atom child, integer bool )   
  • proc restore_child( atom child )     
     
    Parent Topics:
  • Classes
  • Controls
  • wxMDIParentFrame


    Table of Contents

    [proc]
    activate_child
    ( atom child )

    Category: wxMDIChildFrame

    Activates a child frame.

    See Also: maximize_child, restore_child



    Table of Contents

    [proc]
    maximize_child
    ( atom child, integer bool )

    Category: wxMDIChildFrame

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

    See Also: activate_child, restore_child



    Table of Contents

    [proc]
    restore_child
    ( atom child )

    Category: wxMDIChildFrame

    Restores (unmaximizes a child frame)

    See Also: activate_child, maximize_child