- indexing
- title: "Text capabilities (TC) constants. ", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
- project: "Windows Eiffel Library"
- copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
- cluster: wel
class WEL_TEXT_CAPABILITIES_CONSTANTS
- inherit
-
WAPI_TEXT_CAPABILITIES
-
- rename
-
tc_op_character
as b32tc_op_character,
-
tc_op_stroke
as b32tc_op_stroke,
-
tc_cp_stroke
as b32tc_cp_stroke,
-
tc_cr_90
as b32tc_cr_90,
-
tc_cr_any
as b32tc_cr_any,
-
tc_sf_x_yindep
as b32tc_sf_x_yindep,
-
tc_sa_double
as b32tc_sa_double,
-
tc_sa_integer
as b32tc_sa_integer,
-
tc_sa_contin
as b32tc_sa_contin,
-
tc_ea_double
as b32tc_ea_double,
-
tc_ia_able
as b32tc_ia_able,
-
tc_ua_able
as b32tc_ua_able,
-
tc_so_able
as b32tc_so_able,
-
tc_ra_able
as b32tc_ra_able,
-
tc_va_able
as b32tc_va_able,
-
tc_reserved
as b32tc_reserved,
-
tc_scrollblt
as b32tc_scrollblt
- end
- feature -- Access
-
Tc_op_character: INTEGER
-
Tc_op_stroke: INTEGER
-
Tc_cp_stroke: INTEGER
-
Tc_cr_90: INTEGER
-
Tc_cr_any: INTEGER
-
Tc_sf_x_yindep: INTEGER
-
Tc_sa_double: INTEGER
-
Tc_sa_integer: INTEGER
-
Tc_sa_contin: INTEGER
-
Tc_ea_double: INTEGER
-
Tc_ia_able: INTEGER
-
Tc_ua_able: INTEGER
-
Tc_so_able: INTEGER
-
Tc_ra_able: INTEGER
-
Tc_va_able: INTEGER
-
Tc_reserved: INTEGER
end -- class WEL_TEXT_CAPABILITIES_CONSTANTS