INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Make a MDI client window named `a_name' using
-- `a_menu' as the application's Window menu.
-- `first_child' specifies the child window identifier
-- of the first MDI child window created. Windows
-- increments the identifier for each additionnal
-- MDI child window the application creates. These
-- identifiers are used in `on_command_control_id' when
-- a child window is chosen from the Window menu; they
-- should not conflict with any other command
-- identifiers.
-- Is a window currently active?
-- Currently active window.
-- Move the window to `a_x', `a_y' position and
-- resize it with `a_width', `a_height'.
-- Move the window to `a_x', `a_y'.
-- Arrange iconized child windows.
-- Cascade the child windows.
-- Horizontally tile the child windows.
-- Vertically tile the child windows.
-- Destroy the child window `child'.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |