- indexing
- title: "Owner Draw Action (ODA) 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_ODA_CONSTANTS
- inherit
-
WAPI_OWNER_DRAW_ACTIONS
-
- rename
-
oda_drawentire
as b32oda_drawentire,
-
oda_select
as b32oda_select,
-
oda_focus
as b32oda_focus
- end
- feature -- Access
-
Oda_drawentire: INTEGER
-
Oda_select: INTEGER
-
Oda_focus: INTEGER
end -- class WEL_ODA_CONSTANTS