INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Make a tool info structure.
-- A set of bit flags. See class WEL_TTF_CONSTANTS
-- for values.
-- Window that contains the tool
-- Application-defined identifier of the tool
-- Coordinates of the bounding rectangle of the tool
-- Instance that contains the string resource for the
-- tool. If `text' specifies the identifier of a string
-- resource, this information is used.
-- Text for the tool
-- String resource identifier for the text
-- Is `text' equal to `Lpstr_textcallback'?
-- Is `text' equal to a resource string identifer?
-- Set `flags' with `a_flags'.
-- Set `window' with `a_window'.
-- Set `id' with `an_id'.
-- Set `rect' with `a_rect'.
-- Set `instance' with `an_instance'.
-- Set `text' with `a_text'.
-- Set `text' with a string resource identifier `an_id'.
-- Set `text' with `Lpstr_textcallback'.
-- Size to allocate (in bytes)
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |