diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-03-09 18:16:43 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-03-09 18:28:37 +0100 |
| commit | 0f3b5ded8fad8c0bf7c462fc360174f4a2080e14 (patch) | |
| tree | ab040846009fed45f6807483c17498b15272e184 /FL/Fl_Browser_.H | |
| parent | e18ce5400f2ae666a0783e5b7399169b95ff7b54 (diff) | |
Fix dependencies, typos, trailing whitespace, and formatting
No code changes.
Diffstat (limited to 'FL/Fl_Browser_.H')
| -rw-r--r-- | FL/Fl_Browser_.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Browser_.H b/FL/Fl_Browser_.H index e75973222..d83f94ee0 100644 --- a/FL/Fl_Browser_.H +++ b/FL/Fl_Browser_.H @@ -252,7 +252,7 @@ public: FL_DEPRECATED("in 1.4.0 - use vposition(pos) instead", void position(int pos)) { return vposition(pos); } void position(int x, int y) { Fl_Group::position(x, y); } - + /** Gets the horizontal scroll position of the list as a pixel position \p pos. The position returned is how many pixels of the list are scrolled off the left edge |
