From b4b6776d8fab585c5fc43fe54dbdb7d3171acf6e Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 1 May 2007 23:20:39 +0000 Subject: 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 --- documentation/functions.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'documentation') 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 \n characters into it. The enter key is a shortcut for the OK button. +

A message text can be further formatted with html tags by +adding <html> at the beginning of the message. +See Fl_Help_View for +details. + +

The message text is limited to 1024 characters. +

The fl_message window. -- cgit v1.2.3