An MDI child frame is a frame that can only exist on a MDIClientWindow,
which is itself a child of MDIParentFrame.
CAPTION |
Puts a caption on the frame. |
DEFAULT_FRAME_STYLE |
Defined as MINIMIZE_BOX * MAXIMIZE_BOX * THICK_FRAME * SYSTEM_MENU * CAPTION. |
ICONIZE |
Display the frame iconized (minimized) (Windows only). |
MAXIMIZE |
Displays the frame maximized (Windows only). |
MAXIMIZE_BOX |
Displays a maximize box on the frame (Windows and Motif only). |
MINIMIZE |
Identical to ICONIZE. |
MINIMIZE_BOX |
Displays a minimize box on the frame (Windows and Motif only). |
RESIZE_BORDER |
Displays a resizeable border around the window (Motif only;for Windows, it is implicit in THICK_FRAME). |
STAY_ON_TOP |
Stay on top of other windows (Windows only). |
SYSTEM_MENU |
Displays a system menu (Windows and Motif only). |
THICK_FRAME |
Displays a thick frame around the window (Windows and Motif only). |
See also window styles overview.
Although internally an MDI child frame is a child of the MDI client window, in Widgets
you create it as a child of MDIParentFrame. You can usually
forget that the client window exists.
MDI child frames are clipped to the area of the MDI client window, and may be iconized
on the client window.
You can associate a menubar with a child frame as usual, although an MDI child doesn’t display
its menubar under its own title bar. The MDI parent frame’s menubar will be changed to
reflect the currently active child frame. If there are currently no children, the parent
frame’s own menubar will be displayed.
MDIClientWindow, MDIParentFrame, Frame
Constructor, creating the window.
None.
Destructor. Destroys all child windows and menu bar if present.
Activates this MDI child frame.
MDIChildFrame#maximize, MDIChildFrame#restore
Used in two-step frame construction. See MDIChildFrame.new for further details.
Maximizes this MDI child frame.
MDIChildFrame#activate, MDIChildFrame#restore
Restores this MDI child frame (unmaximizes).
MDIChildFrame#activate, MDIChildFrame#maximize
[This page automatically generated from the Textile source at 2023-06-09 00:45:25 +0000]