X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/60982deac8747c0572be62e1de56139a5cd581df..e960c20e389061c0db09e03fdaf9ffe3a418779b:/samples/xrc/myframe.h diff --git a/samples/xrc/myframe.h b/samples/xrc/myframe.h index 3a144d44f6..c9f4ac9761 100644 --- a/samples/xrc/myframe.h +++ b/samples/xrc/myframe.h @@ -14,14 +14,6 @@ #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()