summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/Fl_Hold_Browser.html2
-rw-r--r--documentation/Fl_Select_Browser.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Fl_Hold_Browser.html b/documentation/Fl_Hold_Browser.html
index da9adf5ac..3b1084a74 100644
--- a/documentation/Fl_Hold_Browser.html
+++ b/documentation/Fl_Hold_Browser.html
@@ -43,7 +43,7 @@ position, size, and label string. The default boxtype is <TT>FL_DOWN_BOX</TT>
Fl_Hold_Browser::~Fl_Hold_Browser()</A></H4>
The destructor <I>also deletes all the items in the list</I>.
<H4><A name=Fl_Hold_Browser.deselect>int Fl_Browser::deselect()</A></H4>
- Same as <TT>value(0)</TT>.
+<P>Deselects any selected item.
<H4><A name=Fl_Hold_Browser.select>int Fl_Browser::select(int,int=1)
<BR> int Fl_Browser::selected(int) const</A></H4>
You can use these for compatibility with <A href=Fl_Multi_Browser.html#Fl_Multi_Browser>
diff --git a/documentation/Fl_Select_Browser.html b/documentation/Fl_Select_Browser.html
index 42211e9a9..4e744db59 100644
--- a/documentation/Fl_Select_Browser.html
+++ b/documentation/Fl_Select_Browser.html
@@ -42,7 +42,7 @@ position, size, and label string. The default boxtype is <TT>FL_DOWN_BOX</TT>
Fl_Select_Browser::~Fl_Select_Browser()</A></H4>
The destructor <I>also deletes all the items in the list</I>.
<H4><A name=Fl_Select_Browser.deselect>int Fl_Browser::deselect()</A></H4>
- Same as <TT>value(0)</TT>.
+<P>Deselects any selected item.
<H4><A name=Fl_Select_Browser.select>int Fl_Browser::select(int,int=1)
<BR> int Fl_Browser::selected(int) const</A></H4>
You can use these for compatibility with <A href=Fl_Multi_Browser.html#Fl_Multi_Browser>