Update browser docos; value(0) doesn't do anything, only deselect() clears

the current selection.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2930 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2003-01-27 21:05:22 +00:00
parent 65e732d189
commit 66529aa044
2 changed files with 2 additions and 2 deletions

View File

@ -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> Fl_Hold_Browser::~Fl_Hold_Browser()</A></H4>
The destructor <I>also deletes all the items in the list</I>. 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> <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) <H4><A name=Fl_Hold_Browser.select>int Fl_Browser::select(int,int=1)
<BR> int Fl_Browser::selected(int) const</A></H4> <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> You can use these for compatibility with <A href=Fl_Multi_Browser.html#Fl_Multi_Browser>

View File

@ -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> Fl_Select_Browser::~Fl_Select_Browser()</A></H4>
The destructor <I>also deletes all the items in the list</I>. 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> <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) <H4><A name=Fl_Select_Browser.select>int Fl_Browser::select(int,int=1)
<BR> int Fl_Browser::selected(int) const</A></H4> <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> You can use these for compatibility with <A href=Fl_Multi_Browser.html#Fl_Multi_Browser>