diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-01-05 22:00:54 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-01-05 22:00:54 +0100 |
| commit | 9d474dfcdf32993fc93d2b1b87a2e8ba1cf927e5 (patch) | |
| tree | fd841e824b536c3d96c7fffebb19683cbaf3db3d /FL | |
| parent | fc1efc7957c8f9307b4cca261103f2fc4e6fc553 (diff) | |
Fix whitespace and Makefile dependencies
No code changes
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Browser_.H | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/FL/Fl_Browser_.H b/FL/Fl_Browser_.H index 3227fa1d0..2fdbf9620 100644 --- a/FL/Fl_Browser_.H +++ b/FL/Fl_Browser_.H @@ -205,17 +205,17 @@ public: /** Vertical scrollbar. Public, so that it can be accessed directly. - - Use `scrollbar_left()` or `scrollbar_right()` to change what side + + 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 + 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; |
