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

class interface
	WEL_STATUS_WINDOW_CONSTANTS

feature -- Access

	sb_getborders: INTEGER

	sb_getparts: INTEGER

	sb_getrect: INTEGER

	sb_gettext: INTEGER

	sb_gettextlength: INTEGER

	sb_setminheight: INTEGER

	sb_setparts: INTEGER

	sb_settext: INTEGER

	sb_simple: INTEGER
	
invariant

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

end -- class WEL_STATUS_WINDOW_CONSTANTS