Forgot to commit sample testing update ui events

for wxTaskBarIcon.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2005-01-23 23:07:45 +00:00
parent 0bd3b8eca1
commit 2afa9fa7a9
2 changed files with 17 additions and 1 deletions

View File

@@ -24,7 +24,8 @@ public:
void OnMenuRestore(wxCommandEvent&);
void OnMenuExit(wxCommandEvent&);
void OnMenuSetNewIcon(wxCommandEvent&);
void OnMenuCheckmark(wxCommandEvent&);
void OnMenuUICheckmark(wxUpdateUIEvent&);
virtual wxMenu *CreatePopupMenu();
DECLARE_EVENT_TABLE()