diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-02-09 18:46:32 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-02-09 18:46:32 +0000 |
| commit | 1fc314c5dbf3063192ef3b1377936388dd7ae2be (patch) | |
| tree | a15f5a6d4092f12b1e11e894016a8231257f6199 /documentation/Fl_Browser_.html | |
| parent | 3439748eaf61f9e6af7c8a3df3cf042828e60532 (diff) | |
Fix HTML errors.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5685 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 |
