INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Make a window class named `a_class_name'.
-- Class name
-- Menu name to load from the resource
-- Class style
-- Window procedure to call
-- Class extra information size
-- Window extra information size
-- Instance of the class.
-- Icon to draw when the window is minimized.
-- Cursor to use when the mouse is into the window.
-- Background color of the window
-- Set `style' with `a_style'.
-- Set `window_extra' with `a_window_extra'.
-- Set `instance' with `an_instance'.
-- Set `class_extra' with `a_class_extra'.
-- Set `window_procedure' with `a_window_procedure'.
-- Set `icon' with `an_icon'.
-- Set `cursor' with `a_cursor'.
-- Set `background' with `a_background'.
-- Set `class_name' with `a_class_name'.
-- Set `menu_name' with `a_menu_name'.
-- Unset the window procedure (becomes null).
-- Unset the icon (becomes null).
-- Unset the cursor (becomes null).
-- Unset the background (becomes null).
-- Unset the menu (becomes null).
-- Is the class registered?
-- Is the icon set?
-- Is the cursor set?
-- Is the background set?
-- Is the menu name set?
-- Is the window procedure set?
-- Is the instance set?
-- Register the window class.
-- Unregister the window class.
-- All windows using this class must be destroyed.
-- Size to allocate (in bytes)
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |