INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "printer support 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 PREVIEW_PAGE
inherit

TILE
rename
make as t_make
redefine
on_create,
on_destroy,
on_lbutton_down,
on_lbutton_up,
on_mouse_move,
on_paint
end
creation

make
feature {PRINT_PREVIEWER}

make (p_rect: RECT; p_previewer: PRINT_PREVIEWER)
end -- class PREVIEW_PAGE

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES