]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xrc/myframe.h
removed not doing anything and not compiling code from DoAssociation()
[wxWidgets.git] / samples / xrc / myframe.h
index 3a144d44f6430991cb5f7a857936d6007790c054..c9f4ac97619e2245b1ffd70df18a2ed6331caa61 100644 (file)
 #ifndef _MYFRAME_H_
 #define _MYFRAME_H_
 
-//-----------------------------------------------------------------------------
-// GCC interface
-//-----------------------------------------------------------------------------
-
-#if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma interface "myframe.h"
-#endif
-
 //-----------------------------------------------------------------------------
 // Headers
 //-----------------------------------------------------------------------------
@@ -56,6 +48,7 @@ private:
     void OnPlatformPropertyToolOrMenuCommand(wxCommandEvent& event);
     void OnArtProviderToolOrMenuCommand(wxCommandEvent& event);
     void OnVariableExpansionToolOrMenuCommand(wxCommandEvent& event);
+    void OnAnimationCtrlPlay(wxCommandEvent& event);
 
     // Any class wishing to process wxWidgets events must use this macro
     DECLARE_EVENT_TABLE()