indexing description: "GetWindow (GW) constants." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class interface WEL_GW_CONSTANTS feature -- Access gw_child: INTEGER gw_hwndfirst: INTEGER gw_hwndlast: INTEGER gw_hwndnext: INTEGER gw_hwndprev: INTEGER gw_owner: INTEGER invariant -- from ANY reflexive_equality: standard_is_equal (Current) reflexive_conformance: conforms_to (Current) end -- class WEL_GW_CONSTANTS