diff options
| -rw-r--r-- | FL/Fl_Browser_.H | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/FL/Fl_Browser_.H b/FL/Fl_Browser_.H index af86bc2c7..3227fa1d0 100644 --- a/FL/Fl_Browser_.H +++ b/FL/Fl_Browser_.H @@ -205,6 +205,18 @@ public: /** Vertical scrollbar. Public, so that it can be accessed directly. + + Use `scrollbar_left()` or `scrollbar_right()` to change what side + the vertical scrollbar is drawn on. + + Use `scrollbar.align(int)` (see `Fl_Widget::align(Fl_Align)`) + to change what side either of the scrollbars is drawn on. + + If the `FL_ALIGN_LEFT` bit is on, the vertical scrollbar is on + the left. If the `FL_ALIGN_TOP` bit is on, the horizontal + scrollbar is on the top. Note that only the alignment flags in + scrollbar are considered. The flags in hscrollbar however + are ignored. */ Fl_Scrollbar scrollbar; /** |
