indexing description: "Tool Tip Flag (TTF) constants." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class interface WEL_TTF_CONSTANTS feature -- Access Ttf_centertip: INTEGER is 2 Ttf_idishwnd: INTEGER is 1 Ttf_rtlreading: INTEGER is 4 Ttf_subclass: INTEGER is 16 invariant -- from ANY reflexive_equality: standard_is_equal (Current) reflexive_conformance: conforms_to (Current) end -- class WEL_TTF_CONSTANTS