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

class interface
	WEL_SBT_CONSTANTS

feature -- Access

	Sbt_borders: INTEGER is 0
			-- The text is drawn with a border to appear
			-- lower than the plane of the window.

	sbt_noborders: INTEGER
			-- The text is drawn without borders.

	sbt_ownerdraw: INTEGER
			-- The text is drawn by the parent window.

	sbt_popout: INTEGER
			-- The text is drawn with a border to appear
			-- higher than the plane of the window.
	
invariant

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

end -- class WEL_SBT_CONSTANTS