- indexing
- title: ""
- copyright: "Object Tools, 1998-2001"
- author: "Vasily V. Kuznetsov"
- cluster: ecom
class ECOM_WINDOW_PROC_ELEMENT
- inherit
-
COMPARABLE
-
- redefine
- is_equal
- end
- creation
- make,
- make_for_seek
- feature -- Class Data
-
wnd: ECOM_WINDOW_IMPLEMENTATION
- feature -- Comparable features
-
is_equal (other: like Current): BOOLEAN
-
infix "<" (other: like Current): BOOLEAN
- feature -- Operations
-
make_for_seek (hwnd: INTEGER)
-
make (w: ECOM_WINDOW_IMPLEMENTATION)
end -- class ECOM_WINDOW_PROC_ELEMENT