Added static icon, text selection, and HTML formatting to fl_message etc. (STR #1626)

Fixed selection of first word in Fl_Help_View


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5794 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2007-05-01 23:20:39 +00:00
parent 47e802218d
commit b4b6776d8f
5 changed files with 92 additions and 27 deletions
+7
View File
@@ -1270,6 +1270,13 @@ The message will wrap to fit the window, or may be many lines by
putting <tt>\n</tt> characters into it. The enter key is a
shortcut for the OK button.
<P>A message text can be further formatted with html tags by
adding <tt>&lt;html&gt;</tt> at the beginning of the message.
See <tt><a href="Fl_Help_View.html">Fl_Help_View</a></tt> for
details.
<P>The message text is limited to 1024 characters.
<P ALIGN="CENTER"><IMG src="fl_message.gif" ALT="The fl_message window.">