INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

project: "Visual Eiffel"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: grape
class SPLITTED_DESKTOP_APPLICATION
inherit

APPLICATION
redefine
coord_setup,
run
end
creation

make,
make_at_pos,
make_maximized,
make_minimized
feature

make_user_window: TILE
-- This feature should be redefined by application programmers
-- in order to create "the bottom" of the splitted desktop.

get_user_window: TILE
-- Access to the user defined window

run
end -- class SPLITTED_DESKTOP_APPLICATION

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES