X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2afa9fa7a94425d3e5358a14cef6978e46e044ff..4b6930c81303eace9164234a5b5589e1904626eb:/samples/taskbar/tbtest.h diff --git a/samples/taskbar/tbtest.h b/samples/taskbar/tbtest.h index a5674e56b1..0167ac662d 100644 --- a/samples/taskbar/tbtest.h +++ b/samples/taskbar/tbtest.h @@ -24,8 +24,10 @@ public: void OnMenuRestore(wxCommandEvent&); void OnMenuExit(wxCommandEvent&); void OnMenuSetNewIcon(wxCommandEvent&); + void OnMenuSetOldIcon(wxCommandEvent&); void OnMenuCheckmark(wxCommandEvent&); void OnMenuUICheckmark(wxUpdateUIEvent&); + void OnMenuSub(wxCommandEvent&); virtual wxMenu *CreatePopupMenu(); DECLARE_EVENT_TABLE()