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 /FL | |
| parent | 17d0a4cc5f88ebfc4d86b978aa5a93d0afd31d54 (diff) | |
Fl_Tabs now supports horizontal mouse wheel events.
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Tabs.H | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
