- indexing
- title: "Static picture control"
- project: "Visual Eiffel"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: grape
class STATIC_PICTURE
- inherit
-
TILE
-
- rename
-
make
as t_make
-
- redefine
- build,
- on_destroy,
- on_paint,
- set_default_style
- end
-
DISPLAY_GRAPHICS_CONTEXT
-
- rename
-
make
as make_gc
- end
- creation
- load,
- make
- feature
-
pic: PICTURE
-
make (p: PICTURE; r: RECT)
-
set_default_style
-
set_picture (p: PICTURE)
-
on_paint: INTEGER
-
build (rc: RESOURCE_CONTAINER; p: POINTER)
-
on_destroy: INTEGER
end -- class STATIC_PICTURE