X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20123d495814b8b8543bf43fbd63aa7ec21e5d78..e934052eb0998995bfaf12cb7bed96525e1437df:/include/wx/gtk/popupwin.h?ds=inline diff --git a/include/wx/gtk/popupwin.h b/include/wx/gtk/popupwin.h index d101a6e3f1..b35eb73004 100644 --- a/include/wx/gtk/popupwin.h +++ b/include/wx/gtk/popupwin.h @@ -11,10 +11,6 @@ #ifndef __GTKPOPUPWINH__ #define __GTKPOPUPWINH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "popupwin.h" -#endif - #include "wx/defs.h" #include "wx/panel.h" #include "wx/icon.h" @@ -38,8 +34,6 @@ public: // implementation // -------------- - virtual void DoMoveWindow(int x, int y, int width, int height); - virtual void OnInternalIdle(); @@ -50,6 +44,8 @@ protected: int width, int height, int sizeFlags = wxSIZE_AUTO); + virtual void DoMoveWindow(int x, int y, int width, int height); + private: DECLARE_EVENT_TABLE() DECLARE_DYNAMIC_CLASS(wxPopupWindow)