indexing description: "Tool Tip Message (TTM) constants." legal: "See notice at end of class." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class WEL_TTM_CONSTANTS feature -- Access Ttm_activate: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_ACTIVATE" end Ttm_addtool: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_ADDTOOL" end Ttm_deltool: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_DELTOOL" end Ttm_enumtools: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_ENUMTOOLS" end Ttm_getcurrenttool: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_GETCURRENTTOOL" end Ttm_getdelaytime: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_GETDELAYTIME" end Ttm_gettext: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_GETTEXT" end Ttm_gettipbkcolor: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_GETTIPBKCOLOR" end Ttm_gettiptextcolor: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_GETTIPTEXTCOLOR" end Ttm_gettoolcount: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_GETTOOLCOUNT" end Ttm_gettoolinfo: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_GETTOOLINFO" end Ttm_hittest: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_HITTEST" end Ttm_newtoolrect: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_NEWTOOLRECT" end Ttm_relayevent: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_RELAYEVENT" end Ttm_setdelaytime: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_SETDELAYTIME" end Ttm_settipbkcolor: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_SETTIPBKCOLOR" end Ttm_settiptextcolor: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_SETTIPTEXTCOLOR" end Ttm_settoolinfo: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_SETTOOLINFO" end Ttm_updatetiptext: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_UPDATETIPTEXT" end Ttm_windowfrompoint: INTEGER is external "C [macro %"cctrl.h%"]" alias "TTM_WINDOWFROMPOINT" end indexing copyright: "Copyright (c) 1984-2006, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 356 Storke Road, Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- class WEL_TTM_CONSTANTS