29#include <wx/taskbar.h>
60class TrayIcon :
public wxTaskBarIcon {
70 wxMenu *CreatePopupMenu()
override;
75 void OnShow(wxCommandEvent &event);
76 void OnInterrupt(wxCommandEvent &event);
77 void OnExit(wxCommandEvent &event);
78 void OnLeftDClick(wxTaskBarIconEvent &event);
This file contains the definition of the class History that handles the recently issued commands for ...
The class that draws the status bar.
Definition: StatusBar.h:47
MaximaStatus
Definition: StatusBar.h:84
The frame containing the menu and the sidebars.
Definition: wxMaximaFrame.h:71