indexing description: "ListBox notification (LBN) messages." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class interface WEL_LBN_CONSTANTS feature -- Access Lbn_dblclk: INTEGER is 2 Lbn_errspace: INTEGER is -2 Lbn_killfocus: INTEGER is 5 Lbn_selcancel: INTEGER is 3 Lbn_selchange: INTEGER is 1 Lbn_setfocus: INTEGER is 4 invariant -- from ANY reflexive_equality: standard_is_equal (Current) reflexive_conformance: conforms_to (Current) end -- class WEL_LBN_CONSTANTS