diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-08-13 14:32:31 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-08-13 14:32:41 +0200 |
| commit | 5e484524c8713697182cf50e303ecc4305f60bd4 (patch) | |
| tree | 740dc4883ca921a40fb64fc2fb59f6d61ed85181 /test | |
| parent | 17d0a4cc5f88ebfc4d86b978aa5a93d0afd31d54 (diff) | |
Fl_Tabs now supports horizontal mouse wheel events.
Diffstat (limited to 'test')
| -rw-r--r-- | test/tabs.fl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/tabs.fl b/test/tabs.fl index ec8d4871c..56aec468b 100644 --- a/test/tabs.fl +++ b/test/tabs.fl @@ -17,7 +17,7 @@ Function {} {open label {class Fl_Tabs} xywh {95 0 130 35} labeltype ENGRAVED_LABEL labelfont 1 } - Fl_Tabs tabs_group {open selected + Fl_Tabs tabs_group {open tooltip {the various index cards test different aspects of the Fl_Tabs widget} xywh {10 35 315 260} selection_color 4 labelcolor 7 resizable code0 {// tabs_group->handle_overflow(Fl_Tabs::OVERFLOW_PULLDOWN);} } { @@ -164,8 +164,8 @@ Function {} {open } } Fl_Group {} { - label tab2 - tooltip {tab2 tests among other things the cooperation of modal windows and tabs} xywh {330 60 320 235} selection_color 2 hide + label tab2 selected + tooltip {tab2 tests among other things the cooperation of modal windows and tabs} xywh {330 60 320 235} selection_color 2 } { Fl_Button {} { label button1 @@ -225,7 +225,7 @@ Function {} {open } Fl_Group {} { label { tab5 } open - tooltip {tab5 verifies if visibility requests are handled correctly} xywh {330 60 320 235} labeltype ENGRAVED_LABEL + tooltip {tab5 verifies if visibility requests are handled correctly} xywh {330 60 320 235} labeltype ENGRAVED_LABEL hide } { Fl_Button {} { label button2 |
