X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/68aef14d9b8a8e769f7cbb559e9bddafd2f0a3da..11e3c6ef36393fb5863ea2f9601d8facd73acb12:/samples/animate/anitest.h diff --git a/samples/animate/anitest.h b/samples/animate/anitest.h index 95f5526d3a..37c32e4f6e 100644 --- a/samples/animate/anitest.h +++ b/samples/animate/anitest.h @@ -31,6 +31,10 @@ public: void OnQuit(wxCommandEvent& event); void OnPlay(wxCommandEvent& event); + void OnSetNullAnimation(wxCommandEvent& event); + void OnSetInactiveBitmap(wxCommandEvent& event); + void OnSetNoAutoResize(wxCommandEvent& event); + void OnSetBgColor(wxCommandEvent& event); void OnStop(wxCommandEvent& event); void OnUpdateUI(wxUpdateUIEvent& event);