From 5e484524c8713697182cf50e303ecc4305f60bd4 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 13 Aug 2023 14:32:31 +0200 Subject: Fl_Tabs now supports horizontal mouse wheel events. --- test/tabs.fl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test') 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 -- cgit v1.2.3