summaryrefslogtreecommitdiff
path: root/documentation/Fl_Browser_.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Fl_Browser_.html')
-rw-r--r--documentation/Fl_Browser_.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/Fl_Browser_.html b/documentation/Fl_Browser_.html
index 99ff5b479..2183d61c7 100644
--- a/documentation/Fl_Browser_.html
+++ b/documentation/Fl_Browser_.html
@@ -376,8 +376,11 @@ callback function for the widget.
<H4><A NAME="Fl_Browser_.selection">void *Fl_Browser_::selection() const</A></H4>
<P>Returns the item currently selected, or NULL if there is no selection.
-For multiple selection browsers this call returns the last item that was
-selected.
+
+<P>For multiple selection browsers this call returns the currently focused item,
+even if it is not selected. To find all selected items, call
+<TT><A href=Fl_Multi_Browser.html#Fl_Multi_Browser.select>
+Fl_Multi_Browser::selected()</A></TT> for every item in question.
<H4><A name="Fl_Browser_.textcolor">Fl_Color Fl_Browser_::textcolor() const