summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-01-15 16:05:01 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-01-15 16:05:01 +0100
commit546a3168f6b91989251cb90fd375b4831b60c89a (patch)
tree171837671e003b29b61320b287dd49950dc2d38f /FL
parenta48ebc5db02960165bf1b9fb64443a5cdf9635d5 (diff)
Fix typos in documentation of Fl_Tabs
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Tabs.H9
1 files changed, 4 insertions, 5 deletions
diff --git a/FL/Fl_Tabs.H b/FL/Fl_Tabs.H
index 8fe21daa5..ed46d3d6b 100644
--- a/FL/Fl_Tabs.H
+++ b/FL/Fl_Tabs.H
@@ -185,12 +185,11 @@ struct Fl_Menu_Item;
- Fl_Tabs::OVERFLOW_COMPRESS: proportionally compress the tabs to the left and right
of the selected tab until they all fit within the widget.
- - Fl_Tabs::OVERFLOW_CLIP: clips any tabs that extend beyond the right edge of the
+ - Fl_Tabs::OVERFLOW_CLIP: clip any tabs that extend beyond the right edge of the
Fl_Tabs widget, making some tabs unreachable.
- - Fl_Tabs::OVERFLOW_PULLDOWN: doesn't compress the tabs but instead generates a
- pulldown menu at the right end of the tabs area, displaying
- all available tabs.
- - Fl_Tabs::OVERFLOW_DRAG: maintains the tabs' original sizes, allowing horizontal
+ - Fl_Tabs::OVERFLOW_PULLDOWN: don't compress the tabs but instead generate a
+ pulldown menu at the right end of the tabs area, displaying all available tabs.
+ - Fl_Tabs::OVERFLOW_DRAG: maintain the tabs' original sizes, allowing horizontal
dragging of the tabs area using the mouse, a horizontal mouse wheel,
or the horizontal scrolling gesture on touchpads.