indexing
	description: "Tooltip Delay Time (TTDT) constants."
	status: "See notice at end of class."
	date: "$Date$"
	revision: "$Revision$"

class interface
	WEL_TTDT_CONSTANTS

feature -- Access

	ttdt_automatic: INTEGER

	ttdt_autopop: INTEGER

	ttdt_initial: INTEGER

	ttdt_reshow: INTEGER
	
invariant

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

end -- class WEL_TTDT_CONSTANTS