5#ifndef MOLYBDEN_TRAY_EVENTS_HPP
6#define MOLYBDEN_TRAY_EVENTS_HPP
8#include "molybden/base/event.hpp"
21 std::shared_ptr<Tray>
tray;
Events allow you to be notified when something happens in Molybden.
Definition event.hpp:25
A class that contains all tray events.
Definition tray_events.hpp:27
Event< TrayClicked > onClicked
Invoked when the tray has been clicked using the left mouse button.
Definition tray_events.hpp:42
The TrayEvents::onClicked event arguments.
Definition tray_events.hpp:17
std::shared_ptr< Tray > tray
The tray instance initiated this event.
Definition tray_events.hpp:21