INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Text with 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 PICTURE_TEXT_COMPONENT
inherit

COMPONENT
end
creation

make
feature

make (s: STRING)

contents_to_string: STRING

is_string: BOOLEAN

on_self_drawing (gc: DISPLAY_GRAPHICS_CONTEXT; x, y, w, h: INTEGER; selected, focused, disabled: BOOLEAN)
end -- class PICTURE_TEXT_COMPONENT

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES