- indexing
- title: "EOLE_OCC_WINDOW", "This is a basic class for all windows, which are able", "to contain OLE Controls (OCX%'s)"
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: wine
class EOLE_OCC_WINDOW
- inherit
-
WINDOW
-
- rename
-
make
as wnd_make
-
- redefine
- on_destroy
- end
- creation
- make
- feature
-
make (n: STRING; r: RECT)
end -- class EOLE_OCC_WINDOW