indexing
	description: "ScrollBar style (SBS) messages."
	status: "See notice at end of class."
	date: "$Date$"
	revision: "$Revision$"

class interface
	WEL_SBS_CONSTANTS

feature -- Access

	sbs_bottomalign: INTEGER

	sbs_horz: INTEGER

	sbs_leftalign: INTEGER

	sbs_rightalign: INTEGER

	sbs_sizebox: INTEGER

	sbs_sizeboxbottomrightalign: INTEGER

	sbs_sizeboxtopleftalign: INTEGER

	sbs_topalign: INTEGER

	sbs_vert: INTEGER
	
invariant

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

end -- class WEL_SBS_CONSTANTS