X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..e934052eb0998995bfaf12cb7bed96525e1437df:/include/wx/gtk/popupwin.h?ds=sidebyside diff --git a/include/wx/gtk/popupwin.h b/include/wx/gtk/popupwin.h index aa4f657982..b35eb73004 100644 --- a/include/wx/gtk/popupwin.h +++ b/include/wx/gtk/popupwin.h @@ -34,8 +34,6 @@ public: // implementation // -------------- - virtual void DoMoveWindow(int x, int y, int width, int height); - virtual void OnInternalIdle(); @@ -46,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)