previous up next     contents index
Next: command Up: Class Reference Previous: initialize

wx:frame%

    Superclass:  wx:window%

A frame is a window which contains subwindows of various kinds. It has a title bar, an optional menu bar, an optional status line, and an optional tool bar. A frame may contain as subwindows  wx:canvas% object,  wx:panel% objects, and and  wx:text-window% objects.

Under Windows, both Multiple Document Interface (MDI) and Single Document Interface (SDI) frames are supported. The handling of a toolbar is special in the MDI case: if you wish to have a tool bar on an MDI parent frame, create the tool bar as normal (as a child of the MDI frame), set the appropriate height for it, and call set-tool-bar; the tool bar will then be managed automatically.

Methods: All methods:
previous up next     contents index
Next: command Up: Class Reference Previous: initialize

PLT