indexing description: "Text capabilities (TC) constants." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class WEL_TEXT_CAPABILITIES_CONSTANTS feature -- Access Tc_op_character: INTEGER is 1 -- Declared in Windows as TC_OP_CHARACTER Tc_op_stroke: INTEGER is 2 -- Declared in Windows as TC_OP_STROKE Tc_cp_stroke: INTEGER is 4 -- Declared in Windows as TC_CP_STROKE Tc_cr_90: INTEGER is 8 -- Declared in Windows as TC_CR_90 Tc_cr_any: INTEGER is 16 -- Declared in Windows as TC_CR_ANY Tc_sf_x_yindep: INTEGER is 32 -- Declared in Windows as TC_SF_X_YINDEP Tc_sa_double: INTEGER is 64 -- Declared in Windows as TC_SA_DOUBLE Tc_sa_integer: INTEGER is 128 -- Declared in Windows as TC_SA_INTEGER Tc_sa_contin: INTEGER is 256 -- Declared in Windows as TC_SA_CONTIN Tc_ea_double: INTEGER is 512 -- Declared in Windows as TC_EA_DOUBLE Tc_ia_able: INTEGER is 1024 -- Declared in Windows as TC_IA_ABLE Tc_ua_able: INTEGER is 2048 -- Declared in Windows as TC_UA_ABLE Tc_so_able: INTEGER is 4096 -- Declared in Windows as TC_SO_ABLE Tc_ra_able: INTEGER is 8192 -- Declared in Windows as TC_RA_ABLE Tc_va_able: INTEGER is 16384 -- Declared in Windows as TC_VA_ABLE Tc_reserved: INTEGER is 32768 -- Declared in Windows as TC_RESERVED end -- class WEL_TEXT_CAPABILITIES_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 --|----------------------------------------------------------------