indexing description: "Tooltip Notification (TTN) constants." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class interface WEL_TTN_CONSTANTS feature -- Access ttn_needtext: INTEGER ttn_pop: INTEGER ttn_show: INTEGER invariant -- from ANY reflexive_equality: standard_is_equal (Current) reflexive_conformance: conforms_to (Current) end -- class WEL_TTN_CONSTANTS