INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Create a toolbar with `a_parent' as parent and
-- `an_id' as id.
-- Reposition the bar according to the parent.
-- This function needs to be called in the
-- `on_size' function of the parent.
-- Resize tooolbar after changes.
-- An application sends the Tb_autosize message after
-- causing the size of a toolbar to change either by
-- setting the button or bitmap size or by adding strings
-- for the first time.
-- Checks a button identified by `command_id'.
-- Unchecks a button identified by `command_id'
-- Enable the button identified by `command_id'.
-- Disable the button identified by `command_id'.
-- Show the button identified by `command_id'.
-- Hide the button identified by `command_id'.
-- Set the indeterminate state of the button
-- identified by `command_id'.
-- Clear the indeterminate state of the button
-- identified by `command_id'.
-- Press the button identified by `command_id'.
-- Release the button identified by `command_id'.
-- Sets the size of the bitmapped images to be added to
-- the toolbar.
-- The size can be set only before adding any
-- bitmaps to the toolbar. If an application does
-- not explicitly set the bitmap size, the size
-- defaults to 16 by 15 pixels.
-- Set the size of the buttons to be added to the
-- toolbar.
-- The size can be set only before adding any buttons
-- to the toolbar. If an application does not
-- explicitly set the button size, the size defaults
-- to 24 by 22 pixels.
-- Set the identifier for the button at zero-based
-- `index' to `an_id'.
-- Associate a tooltip control with the toolbar.
-- Is there a tooltip associated to the toolbar?
-- The tooltip associated with the toolbar
-- Is the button identified by `command_id' hidden?
-- Is the button identified by `command_id'
-- indeterminate?
-- Is the button identified by `command_id' pressed?
-- Is the button identified by `command_id' checked?
-- Is the button identified by `command_id' enabled?
-- Rectangle of button at the zero-based `index'.
-- Button at the zero-based `index'.
-- Number of buttons in toolbar
-- Insert `button' to the left of the button
-- at the zero-based `index'.
-- Add buttons.
-- Add bitmaps.
-- Delete the button at the zero-based `index'.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |