- indexing
- title: "standard dialogs"
- project: "Visual Eiffel"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: grape
class MESSAGE_INFO
- inherit
-
MESSAGE_BOX
-
- rename
-
make
as msgbox_make
- end
- creation
- make
- feature
-
make (message: STRING; title: STRING)
end -- class MESSAGE_INFO