INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Is the default window processing enabled?
-- If True (by default) the standard window
-- procedure will be called. Otherwise, the standard
-- window procedure will not be called and the
-- normal behavior will not occur.
-- Is the window enabled for mouse and keyboard input?
-- Is the window shown?
-- Is the window minimized?
-- Is the window maximized?
-- Current window which has the focus.
-- Current window which has been captured.
-- Has a window been captured?
-- Does this window have the focus?
-- Does this window have the capture?
-- Does this window have a vertical scroll bar?
-- Does this window have a horizontal scroll bar?
-- Window x position
-- Window y position
-- Window width
-- Window height
-- Absolute x position
-- Absolute y position
-- Minimal width allowed for the window
-- Zero by default.
-- Maximal width allowed for the window
-- Minimal height allowed for the window
-- Zero by default.
-- Maximal height allowed for the window
-- Client rectangle
-- Window rectangle (absolute position)
-- Window text
-- Text length
-- Window placement information
-- Window style
-- Is the commands execution enabled?
-- Does a command associated to `message' exist?
-- Command associated to `message'
-- Command argument associated to `message'
-- Enable commands execution.
-- Disable commands execution.
-- Enable default window processing.
-- The standard window procedure will be called for
-- each messages received by the window and then the
-- normal behavior will occur.
-- Disable default window processing.
-- The standard window procedure will not be called for
-- each messages received by the window and then the
-- normal behavior will not occur.
-- Enable mouse and keyboard input.
-- Disable mouse and keyboard input
-- Show the window
-- Hide the window
-- Minimize the window and display its icon
-- Maximize the window
-- Restore the window to its
-- original size and position after
-- `minimize' or `maximize'
-- Set the focus to `Current'
-- Set the mouse capture to the `Current' window.
-- Once the window has captured the mouse, all
-- mouse input is directed to this window, regardless
-- of whether the cursor is over that window. Only
-- one window can have the mouse capture at a time.
-- Release the mouse capture after a call
-- to `set_capture'.
-- Set `style' with `a_style'.
-- Set the window text
-- Set `placement' with `a_placement'
-- Set `x' with `a_x'
-- Set `y' with `a_y'
-- Set `width' with `a_width'
-- Set `height' with `a_height'
-- Set a timer identified by `timer_id' with a
-- `time_out' value (in milliseconds).
-- See also `on_timer', `kill_timer'.
-- Put `a_command' associated to `message'.
-- Remove the command associated to `message'.
-- Set the window's visibility with `cmd_show'.
-- See class WEL_SW_CONSTANTS for `cmd_show' value.
-- 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'.
-- Resize the window with `a_width', `a_height'.
-- Set the z-order of the window.
-- See class WEL_HWND_CONSTANTS for `z_order' values.
-- Insert the current window after `a_window'.
-- Show the horizontal and vertical scroll bars.
-- Show the vertical scroll bar.
-- Show the horizontal scroll bar.
-- Hide the horizontal and vertical scroll bars.
-- Hide the vertical scroll bar.
-- Hide the horizontal scroll bar.
-- Show an information message box with `Current'
-- as parent with `a_text' and `a_title'.
-- See class WEL_MB_CONSTANTS for `a_style' value.
-- See class WEL_ID_CONSTANTS for the return value.
-- Show an information message box with `Current'
-- as parent with `a_text' and `a_title'.
-- Show a warning message box with `Current'
-- as parent with `a_text' and `a_title'.
-- Show an error message box with `Current' as
-- parent with `a_text' and error as title.
-- Show a question message box with `Current'
-- as parent with `a_text' and `a_title'.
-- True is returned if the user answers yes, False
-- otherwise.
-- Update the client area by sending a Wm_paint message.
-- Invalide the entire client area of the window. The
-- background will be erased before.
-- Invalidate the entire client area of the window. The
-- background will not be erased.
-- Invalidate the area `rect' and erase
-- the background if `erase_background' is True.
-- Invalidate the area `region' and erase
-- the background if `erase_background' is True.
-- Validate the area `rect'.
-- Validate the area `region'.
-- Kill the timer identified by `timer_id'.
-- See also `set_timer', `on_timer'.
-- Scroll the contents of the window's client area.
-- `a_x' and `a_y' specify the amount of horizontal
-- and vertical scrolling.
-- Start the Windows Help program with `help_file'.
-- `a_command' specifies the type of help requested. See
-- class WEL_HELP_CONSTANTS for `a_command' values.
-- Destroy the window.
-- Wm_size message
-- See class WEL_SIZE_CONSTANTS for `size_type' value
-- Wm_move message.
-- This message is sent after a window has been moved.
-- `x_pos' specifies the x-coordinate of the upper-left
-- corner of the client area of the window.
-- `y_pos' specifies the y-coordinate of the upper-left
-- corner of the client area of the window.
-- Wm_lbuttondown message
-- See class WEL_MK_CONSTANTS for `keys' value
-- Wm_lbuttonup message
-- See class WEL_MK_CONSTANTS for `keys' value
-- Wm_lbuttondblclk message
-- See class WEL_MK_CONSTANTS for `keys' value
-- Wm_rbuttondown message
-- See class WEL_MK_CONSTANTS for `keys' value
-- Wm_rbuttonup message
-- See class WEL_MK_CONSTANTS for `keys' value
-- Wm_rbuttondblclk message
-- See class WEL_MK_CONSTANTS for `keys' value
-- Wm_mousemove message
-- See class WEL_MK_CONSTANTS for `keys' value
-- Wm_char message
-- See class WEL_VK_CONSTANTS for `character_code' value.
-- Wm_syschar message
-- Wm_keydown message
-- Wm_keyup message
-- Wm_syskeydown message
-- Wm_syskeyup message
-- Wm_setfocus message
-- Wm_killfocus message
-- Wm_setcursor message.
-- See class WEL_HT_CONSTANTS for valid `hit_code' values.
-- Wm_showwindow message.
-- The window is being shown.
-- Wm_showwindow message.
-- The window is being hidden.
-- Wm_destroy message.
-- The window is about to be destroyed.
-- Wm_timer message.
-- A Wm_timer has been received from `timer_id'
-- See also `set_timer', `kill_timer'.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |