indexing
	description: "Icon constants"
	status: "See notice at end of class."
	date: "$Date$"
	revision: "$Revision$"

class interface
	WEL_ICON_CONSTANTS

feature -- Access

	Icon_big: INTEGER is 1
			-- Declared in Windows as ICON_BIG

	Icon_small: INTEGER is 0
			-- Declared in Windows as ICON_SMALL
	
invariant

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

end -- class WEL_ICON_CONSTANTS