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. --- FL/Fl_Tabs.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL') diff --git a/FL/Fl_Tabs.H b/FL/Fl_Tabs.H index 278e1a437..d625e7614 100644 --- a/FL/Fl_Tabs.H +++ b/FL/Fl_Tabs.H @@ -248,6 +248,8 @@ protected: virtual void draw_tab(int x1, int x2, int W, int H, Fl_Widget* o, int flags, int sel); virtual int tab_height(); virtual int hit_close(Fl_Widget *o, int event_x, int event_y); + virtual int hit_overflow_menu(int event_x, int event_y); + virtual int hit_tabs_area(int event_x, int event_y); void draw() FL_OVERRIDE; -- cgit v1.2.3