summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-10-07 18:49:55 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-10-07 18:49:55 +0000
commit745548245824be2cf5ecd5cb325cbcffa95aee70 (patch)
treeb19c17e46ea64dacb54e8e4e6ae4981033ee7693
parenta965dff1759c1d14d7afd6aa8d05abc106a867f9 (diff)
STR #1777: Updated documentation to explain deselecting a line in an Fl_Multi_Browser.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5953 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--CHANGES2
-rw-r--r--documentation/Fl_Multi_Browser.html9
2 files changed, 6 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index c7e2863ec..239752a99 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,7 @@ CHANGES IN FLTK 1.1.8
- Documentation fixes (STR #1454, STR #1455, STR #1456,
STR #1457, STR #1458, STR #1460, STR #1481, STR #1578,
STR #1639, STR #1645, STR #1644, STR #1792, STR #1793,
- STR #1742)
+ STR #1742, STR #1777)
- Changing the window size in FLUID would not mark the
project as modified (STR #1751)
- Fixed fl_filename_isdir for "/"-path (STR #1761)
diff --git a/documentation/Fl_Multi_Browser.html b/documentation/Fl_Multi_Browser.html
index 5140bf67e..f0744ed11 100644
--- a/documentation/Fl_Multi_Browser.html
+++ b/documentation/Fl_Multi_Browser.html
@@ -59,11 +59,12 @@ The destructor <I>also deletes all the items in the list</I>.
Deselects all lines.
-<H4><A name=Fl_Multi_Browser.select>int Fl_Browser::select(int,int=1)
-<BR> int Fl_Browser::selected(int) const</A></H4>
+<H4><A name=Fl_Multi_Browser.select>int Fl_Browser::select(int line_no,int v=1)
+<BR> int Fl_Browser::selected(int line_no) const</A></H4>
-Selects one or more lines or gets the current selection state of a
-line.
+The first version of this call selects (v=1) or deselects (v=0)
+a line in the browser. The second call returns the current selection
+state of a line.
<H4><A name=Fl_Multi_Browser.value>void Fl_Browser::value(int)