HatchKeeper
0.90
The Free Open-Source Egg Incubation Software
|
A Taskbar Icon That Is Visable When HatchKeeper Is Running. More...
Public Member Functions | |
HatchTaskBarIcon () | |
Constructor. More... | |
void | OnWindowRestore (wxCommandEvent &) |
Calls ShowFrame() More... | |
void | OnWindowExit (wxCommandEvent &) |
Exits The App Completely. More... | |
virtual wxMenu * | CreatePopupMenu () |
Overridden To Show A Menu When The Icon Is Clicked. More... | |
DECLARE_EVENT_TABLE () | |
A Taskbar Icon That Is Visable When HatchKeeper Is Running.
Definition at line 21 of file TaskbarIcon.cpp.
|
inline |
Constructor.
Definition at line 29 of file TaskbarIcon.cpp.
|
virtual |
Overridden To Show A Menu When The Icon Is Clicked.
Definition at line 42 of file TaskbarIcon.cpp.
HatchTaskBarIcon::DECLARE_EVENT_TABLE | ( | ) |
void HatchTaskBarIcon::OnWindowExit | ( | wxCommandEvent & | ) |
Exits The App Completely.
Definition at line 2405 of file HatchKeeper.cpp.
void HatchTaskBarIcon::OnWindowRestore | ( | wxCommandEvent & | ) |
Calls ShowFrame()
Definition at line 2402 of file HatchKeeper.cpp.