summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-05-01 23:20:39 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-05-01 23:20:39 +0000
commitb4b6776d8fab585c5fc43fe54dbdb7d3171acf6e (patch)
tree7c48786f9d66c9680164e7dfc03a7fecb3f2863a /documentation
parent47e802218d5645bb8a4320037f32dcc82b265ef8 (diff)
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
Diffstat (limited to 'documentation')
-rw-r--r--documentation/functions.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/functions.html b/documentation/functions.html
index 21c6cd1b7..7464e1d21 100644
--- a/documentation/functions.html
+++ b/documentation/functions.html
@@ -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.">