indexing description: "Tab control message (TCM) constants." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class WEL_TCM_CONSTANTS feature -- Access Tcm_adjustrect: INTEGER is 4904 -- Declared in Windows as TCM_ADJUSTRECT Tcm_deleteallitems: INTEGER is 4873 -- Declared in Windows as TCM_DELETEALLITEMS Tcm_deleteitem: INTEGER is 4872 -- Declared in Windows as TCM_DELETEITEM Tcm_getcurfocus: INTEGER is 4911 -- Declared in Windows as TCM_GETCURFOCUS Tcm_getcursel: INTEGER is 4875 -- Declared in Windows as TCM_GETCURSEL Tcm_getimagelist: INTEGER is 4866 -- Declared in Windows as TCM_GETIMAGELIST Tcm_getitem: INTEGER is 4869 -- Declared in Windows as TCM_GETITEM Tcm_getitemcount: INTEGER is 4868 -- Declared in Windows as TCM_GETITEMCOUNT Tcm_getitemrect: INTEGER is 4874 -- Declared in Windows as TCM_GETITEMRECT Tcm_getrowcount: INTEGER is 4908 -- Declared in Windows as TCM_GETROWCOUNT Tcm_gettooltips: INTEGER is 4909 -- Declared in Windows as TCM_GETTOOLTIPS Tcm_hittest: INTEGER is 4877 -- Declared in Windows as TCM_HITTEST Tcm_insertitem: INTEGER is 4871 -- Declared in Windows as TCM_INSERTITEM Tcm_removeimage: INTEGER is 4906 -- Declared in Windows as TCM_REMOVEIMAGE Tcm_setcursel: INTEGER is 4876 -- Declared in Windows as TCM_SETCURSEL Tcm_setimagelist: INTEGER is 4867 -- Declared in Windows as TCM_SETIMAGELIST Tcm_setitem: INTEGER is 4870 -- Declared in Windows as TCM_SETITEM Tcm_setitemextra: INTEGER is 4878 -- Declared in Windows as TCM_SETITEMEXTRA Tcm_setitemsize: INTEGER is 4905 -- Declared in Windows as TCM_SETITEMSIZE Tcm_setpadding: INTEGER is 4907 -- Declared in Windows as TCM_SETPADDING Tcm_settooltips: INTEGER is 4910 -- Declared in Windows as TCM_SETTOOLTIPS Tcm_highlightitem: INTEGER is 4915 -- Declared in Windows as TCM_HIGHLIGHTITEM end -- class WEL_TCM_CONSTANTS --|---------------------------------------------------------------- --| Windows Eiffel Library: library of reusable components for ISE Eiffel. --| Copyright (C) 1985-2004 Eiffel Software. All rights reserved. --| Duplication and distribution prohibited. May be used only with --| ISE Eiffel, under terms of user license. --| Contact Eiffel Software for any other use. --| --| Interactive Software Engineering Inc. --| dba Eiffel Software --| 356 Storke Road, Goleta, CA 93117 USA --| Telephone 805-685-1006, Fax 805-685-6869 --| Contact us at: http://www.eiffel.com/general/email.html --| Customer support: http://support.eiffel.com --| For latest info on our award winning products, visit: --| http://www.eiffel.com --|----------------------------------------------------------------