INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Create window
-- This method is called in responce to menu commands.
-- Called when menu item is only selected, but user
-- has not decided yet to invoke the command
-- Called when user tries to start working with menu
-- If some control in window changes it's data, parent
-- window is called this way. For example: input line
-- is changed, button group is modified, etc.
-- When some control in window is clicked, parent
-- is notified by this function
-- When some control in window is double clicked, parent
-- is notified by this function
-- This method is called when user manipulates SLIDER object
-- which belongs to this tile.
-- This method is called when user manipulates SLIDER object
-- which belongs to this tile.
-- resize window to specified client area
-- taking in mind system area size (caption, menu)
-- You can attach menu to the window.
-- Use this method to reflect the latest changes made to the root menu
-- (Menu bar in case of MS Windows).
-- Returns true, when window menu is active
-- Returns true, if there are any dialogs running
-- Returns true if there are any running modal dialog
-- Posts a command to the window. Results in on_command callback
-- Sends a command to the window. Results in on_command callback
-- Locates child window at specified point.
-- If point is outside of client area or there is no such
-- window - it returns Void.
-- Turns on and off "a-la dialog" keyboard processing for this
-- window (TAB, SHIFT-TAB, etc.)
-- WINDOW class processes init slightly different from GROUP.
-- Group iterates through it's members and applies init to
-- each of it's childs. But WINDOW also inits it's own IE.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |