indexing
	description: "Common control ReBar Style (TBS) constants."
	status: "See notice at end of class."
	date: "$Date$"
	revision: "$Revision$"

class interface
	WEL_RBS_CONSTANTS

feature -- Access

	rbs_bandborders: INTEGER

	rbs_fixedorder: INTEGER

	rbs_tooltips: INTEGER

	rbs_varheight: INTEGER
	
invariant

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

end -- class WEL_RBS_CONSTANTS