- indexing
- title: "Application class"
- project: "Visual Eiffel"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: grape
class APPLICATION
- inherit
-
SDI_APPLICATION
-
- rename
-
make
as sdi_make
-
- redefine
- make_desktop
- end
- creation
- make,
- make_at_pos,
- make_maximized,
- make_minimized
- feature
-
make (appname: STRING)
-
make_desktop: DESKTOP
end -- class APPLICATION