indexing
description: "Tool Tip Message (TTM) constants."
status: "See notice at end of class."
date: "$Date$"
revision: "$Revision$"
class interface
WEL_TTM_CONSTANTS
feature
ttm_activate: INTEGER
ttm_addtool: INTEGER
ttm_deltool: INTEGER
ttm_enumtools: INTEGER
ttm_getcurrenttool: INTEGER
ttm_getdelaytime: INTEGER
ttm_gettext: INTEGER
ttm_gettipbkcolor: INTEGER
ttm_gettiptextcolor: INTEGER
ttm_gettoolcount: INTEGER
ttm_gettoolinfo: INTEGER
ttm_hittest: INTEGER
ttm_newtoolrect: INTEGER
ttm_relayevent: INTEGER
ttm_setdelaytime: INTEGER
ttm_settipbkcolor: INTEGER
ttm_settiptextcolor: INTEGER
ttm_settoolinfo: INTEGER
ttm_updatetiptext: INTEGER
ttm_windowfrompoint: INTEGER
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- WEL_TTM_CONSTANTS