]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/animate/anitest.h
follow up parent chain to properly support modal dialog parents, see #15383
[wxWidgets.git] / samples / animate / anitest.h
index 95f5526d3aa0c485fd7b72827729fa767136781c..06bc1139b430180bc98e6da465f0a89d80b08b37 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Julian Smart
 // Modified by:
 // Created:     02/07/2001
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -31,6 +30,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);