- indexing
- title: "status line 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 STATUSLINE_CELL_WITH_PICTURE
- inherit
-
STATUSLINE_CELL
-
- export
-
- {NONE}
- make
-
- redefine
- store
- end
- creation
- make,
- make_fixed
end -- class STATUSLINE_CELL_WITH_PICTURE