diff options
Diffstat (limited to 'documentation/Fl_Browser_.html')
| -rw-r--r-- | documentation/Fl_Browser_.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/Fl_Browser_.html b/documentation/Fl_Browser_.html index bdedb4e02..99ff5b479 100644 --- a/documentation/Fl_Browser_.html +++ b/documentation/Fl_Browser_.html @@ -87,6 +87,7 @@ other slow operation. </P> </TD><TD align=left valign=top> <UL> <LI><A href="#Fl_Browser_.scrollbar_right">scrollbar_right</A></LI> +<LI><A href="#Fl_Browser_.scrollbar_width">scrollbar_width</A></LI> <LI><A href="#Fl_Browser_.select">select</A></LI> <LI><A href="#Fl_Browser_.select_only">select_only</A></LI> <LI><A href="#Fl_Browser_.selection">selection</A></LI> @@ -348,6 +349,12 @@ It allows the <TT>Fl_Browser_</TT> to update its cache data as needed. <P>This method moves the vertical scrollbar to the righthand side of the list. +<H4><A NAME="Fl_Browser_.scrollbar_width">static void Fl_Browser_::scrollbar_width(int sw);</A><BR> +static int Fl_Browser_::scrollbar_width() const;</H4> + +<P>Sets or gets the width of any scrollbars that are used. + + <H4><A NAME="Fl_Browser_.select">int Fl_Browser_::select(void *p, int s=1, int docb=0)</A></H4> <P>Sets the selection state of item <TT>p</TT> to <TT>s</TT> and |
