- indexing
- title: "desktop element 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 DESKTOP_ELEMENT
- inherit
-
SIZABLE_WINDOW
-
- rename
-
make
as w_make
-
- redefine
- activate,
- build,
- internal_destroy,
- is_active,
- maximize,
- minimize,
- restore,
- set_default_style,
- system_init
- end
- creation
- load,
- make,
- make_with_placement
- feature
-
make (title: STRING)
-
make_with_placement (title: STRING; r: RECT)
-
activate
-
is_active: BOOLEAN
-
minimize
-
maximize
-
restore
-
set_default_style
-
system_init (s: STRING): INTEGER
-
build (rc: RESOURCE_CONTAINER; p: POINTER)
end -- class DESKTOP_ELEMENT