Merge pull request #3145 from haug1/feat/hover-for-all-modules-by-class

feat(#2989): (optional) hover for all modules
This commit is contained in:
Alexis Rouillard
2024-04-20 23:39:41 +02:00
committed by GitHub
4 changed files with 34 additions and 0 deletions

View File

@ -38,6 +38,8 @@ class AModule : public IModule {
Gtk::EventBox event_box_;
virtual bool handleToggle(GdkEventButton *const &ev);
virtual bool handleMouseEnter(GdkEventCrossing *const &ev);
virtual bool handleMouseLeave(GdkEventCrossing *const &ev);
virtual bool handleScroll(GdkEventScroll *);
virtual bool handleRelease(GdkEventButton *const &ev);