summaryrefslogtreecommitdiff
path: root/documentation/Fl_Select_Browser.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Fl_Select_Browser.html')
-rw-r--r--documentation/Fl_Select_Browser.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/Fl_Select_Browser.html b/documentation/Fl_Select_Browser.html
index 930463578..4f516970d 100644
--- a/documentation/Fl_Select_Browser.html
+++ b/documentation/Fl_Select_Browser.html
@@ -21,10 +21,10 @@
</PRE>
</UL>
<H3>Description</H3>
- The <TT>Fl_Select_Browser</TT> class is a subclass of <TT>Fl_Browser</TT>
- which lets the user select a single item, or no items by clicking on
-the empty space. As long as the mouse button is held down the item
-pointed to by it is highlighted. Normally the callback is done when the
+The <TT>Fl_Select_Browser</TT> class is a subclass of <TT>Fl_Browser</TT>
+which lets the user select a single item, or no items by clicking on
+the empty space. As long as the mouse button is held down on an
+unselected item it is highlighted. Normally the callback is done when the
user presses the mouse, but you can change this with <TT>when()</TT>.
<P>See <A href=Fl_Browser.html#Fl_Browser><TT>Fl_Browser</TT></A> for
methods to add and remove lines from the browser. </P>