indexing
	description: "Owner Draw Type (ODT) constants."
	status: "See notice at end of class."
	date: "$Date$"
	revision: "$Revision$"

class interface
	WEL_ODT_CONSTANTS

feature -- Access

	odt_button: INTEGER

	odt_combobox: INTEGER

	odt_listbox: INTEGER

	odt_menu: INTEGER

	odt_static: INTEGER
	
invariant

		-- from ANY
	reflexive_equality: standard_is_equal (Current)
	reflexive_conformance: conforms_to (Current)

end -- class WEL_ODT_CONSTANTS