INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Identifies the window
-- Position of the window in Z order (front-to-back
-- position). This window can be the window behind
-- which this window is placed.
-- Position of the left edge of the window
-- Position of the top edge of the window
-- Window width
-- Window height
-- Window position flags
-- See class WEL_SWP_CONSTANTS for values
-- Set `x' with `a_x'.
-- Set `y' with `a_y'.
-- Set `width' with `a_width'.
-- Set `height' with `a_height'.
-- Set `flags' with `a_flags'.
-- See class WEL_SWP_CONSTANTS for `a_flags' values.
-- Set `window' with `a_window'.
-- Set `window_insert_after' with `a_window'.
-- Place the window at the top of the Z order.
-- Place the window at the bottom of the Z order.
-- If `window' identifies a topmost window, the window
-- loses its topmost status and is placed at the bottom
-- of all other windows.
-- Places the window above all non-topmost windows.
-- The window maintains its topmost position even when
-- it is deactivated.
-- Places the window above all non-topmost windows
-- (that is, behind all topmost windows). No effect
-- if the window is already a non-topmost window.
-- Size to allocate (in bytes)
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |