- indexing
- title: "DrawText (DT) 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_DT_CONSTANTS
- inherit
-
WAPI_DRAWTEXT_FORMAT_FLAGS
-
- rename
-
dt_top
as b32dt_top,
-
dt_left
as b32dt_left,
-
dt_center
as b32dt_center,
-
dt_right
as b32dt_right,
-
dt_vcenter
as b32dt_vcenter,
-
dt_bottom
as b32dt_bottom,
-
dt_wordbreak
as b32dt_wordbreak,
-
dt_singleline
as b32dt_singleline,
-
dt_expandtabs
as b32dt_expandtabs,
-
dt_tabstop
as b32dt_tabstop,
-
dt_noclip
as b32dt_noclip,
-
dt_externalleading
as b32dt_externalleading,
-
dt_calcrect
as b32dt_calcrect,
-
dt_noprefix
as b32dt_noprefix,
-
dt_internal
as b32dt_internal
- end
- feature -- Access
-
Dt_top: INTEGER
-
Dt_left: INTEGER
-
Dt_center: INTEGER
-
Dt_right: INTEGER
-
Dt_vcenter: INTEGER
-
Dt_bottom: INTEGER
-
Dt_wordbreak: INTEGER
-
Dt_singleline: INTEGER
-
Dt_expandtabs: INTEGER
-
Dt_tabstop: INTEGER
-
Dt_noclip: INTEGER
-
Dt_externalleading: INTEGER
-
Dt_calcrect: INTEGER
-
Dt_noprefix: INTEGER
-
Dt_internal: INTEGER
end -- class WEL_DT_CONSTANTS