indexing
	description: "Static messages (STM) constants."
	status: "See notice at end of class."
	date: "$Date$"
	revision: "$Revision$"

class interface
	WEL_STM_CONSTANTS

feature -- Access

	stm_geticon: INTEGER

	stm_getimage: INTEGER

	stm_seticon: INTEGER

	stm_setimage: INTEGER
	
invariant

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

end -- class WEL_STM_CONSTANTS