Author: matt
Date: 2007-10-07 11:49:55 -0700 (Sun, 07 Oct 2007)
New Revision: 5953
Log:
STR #1777: Updated documentation to explain deselecting a line in an 
Fl_Multi_Browser.

Modified:
   branches/branch-1.1/CHANGES
   branches/branch-1.1/documentation/Fl_Multi_Browser.html

Modified: branches/branch-1.1/CHANGES
===================================================================
--- branches/branch-1.1/CHANGES 2007-10-07 18:39:23 UTC (rev 5952)
+++ branches/branch-1.1/CHANGES 2007-10-07 18:49:55 UTC (rev 5953)
@@ -3,7 +3,7 @@
        - 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)

Modified: branches/branch-1.1/documentation/Fl_Multi_Browser.html
===================================================================
--- branches/branch-1.1/documentation/Fl_Multi_Browser.html     2007-10-07 
18:39:23 UTC (rev 5952)
+++ branches/branch-1.1/documentation/Fl_Multi_Browser.html     2007-10-07 
18:49:55 UTC (rev 5953)
@@ -59,11 +59,12 @@
 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)

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to