INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Create a status window with `a_parent' as parent and
-- `an_id' as id.
-- Current number of parts
-- Text for the part identified by the zero-based
-- `index'.
-- Length of the text in the part identified by the
-- zero-based `index'.
-- Style of the text in the part identified by the
-- zero-based `index'
-- Rectangle for a part identified by the
-- zero-based `index'.
-- Zero-based integer array which contains
-- all the edges currently present.
-- Width of the horizontal border
-- Width of the vertical border
-- Width between the rectangles
-- Reposition the window according to the parent.
-- This function needs to be called in the
-- `on_size' routine of the parent.
-- Switch to simple mode.
-- Switch to multiple parts mode.
-- Set `a_text' for the simple mode
-- Set the text `a_text' with style `a_style' for a part
-- identified by `Simple_part'.
-- See class WEL_SBT_CONSTANTS for `a_style' values.
-- Set the parts for a multiple parts status window
-- according to the edged defined in `a_edges'.
-- If an element is -1, the position of the right edge
-- for that part extends to the right edge of the
-- window.
-- Set the text for a part identified by the
-- zero-based `index'.
-- Set the text for a part identified by the
-- zero-based `index'.
-- See class WEL_SBT_CONSTANTS for `a_style' values.
-- Set a part identified by the zero-based `index' to
-- be owner drawn using `a_style' as extended style.
-- `value' will be present in the `on_draw_item'
-- routine of the `parent' as `item_data' in class
-- WEL_DRAW_ITEM_STRUCT.
-- See class WEL_SBT_CONSTANTS for `a_style' values.
-- Set the minimun height with `a_height' in pixels.
-- To let the change take effect, call
-- the `reposition' procedure.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |