X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a5593369fcb103c620246dda3d0cbaa40deb1d2c..7d8e5b8f04d24aa8c732d4e1fc3cb162a77beed5:/samples/taskbar/tbtest.h diff --git a/samples/taskbar/tbtest.h b/samples/taskbar/tbtest.h index fdd2018edf..0167ac662d 100644 --- a/samples/taskbar/tbtest.h +++ b/samples/taskbar/tbtest.h @@ -24,7 +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()