feat(#3182): style tray icon on hover (#3203)

This commit is contained in:
Lars-Ragnar A. Haugen
2024-05-06 10:47:25 +02:00
committed by GitHub
parent c4e0c569aa
commit 8e8ce0c6bc
2 changed files with 15 additions and 0 deletions

View File

@ -76,6 +76,8 @@ class Item : public sigc::trackable {
void makeMenu();
bool handleClick(GdkEventButton* const& /*ev*/);
bool handleScroll(GdkEventScroll* const&);
bool handleMouseEnter(GdkEventCrossing* const&);
bool handleMouseLeave(GdkEventCrossing* const&);
// smooth scrolling threshold
gdouble scroll_threshold_ = 0;