INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Make the window as a child of `a_parent' and
-- `a_name' as a title.
-- Make a top window (without parent) with `a_name'
-- as a title.
-- Standard application icon used to create the
-- window class.
-- Can be redefined to return a user-defined icon.
-- Standard arrow cursor used to create the window
-- class.
-- Can be redefined to return a user-defined cursor.
-- Standard window background color used to create the
-- window class.
-- Can be redefined to return a user-defined brush.
-- Standard style used to create the window class.
-- Can be redefined to return a user-defined style.
-- Window's menu used to create the window class.
-- Can be redefined to return a user-defined menu.
-- (None by default).
-- Window class name used to create the window class.
-- Can be redefined to return a user-defined class name.
-- Standard window procedure
-- Overlapped window style.
-- By default, a frame window is not visible
-- at the creation time. `show' needs to be called.
-- This solution avoids a bad visual effect when
-- the children are created one by one inside
-- the window.
-- Default position and dimension when the window is
-- created.
-- Default window id.
-- (Zero by default).
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |