X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/357d2b88cb15fa0ad97b1676fdbc88c2abc85451..8e77fd8bca165aab9709649d79a7cbc6a172d4e1:/include/wx/gtk/popupwin.h diff --git a/include/wx/gtk/popupwin.h b/include/wx/gtk/popupwin.h index bb7aa4b0c9..4ae6a307b6 100644 --- a/include/wx/gtk/popupwin.h +++ b/include/wx/gtk/popupwin.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: popupwin.h +// Name: wx/gtk/popupwin.h // Purpose: // Author: Robert Roebling // Created: @@ -26,7 +26,7 @@ public: bool Create(wxWindow *parent, int flags = wxBORDER_NONE); virtual bool Show(bool show = true); - + virtual void SetFocus(); // implementation @@ -42,9 +42,6 @@ protected: virtual void DoMoveWindow(int x, int y, int width, int height); -private: - virtual void AddChildGTK(wxWindowGTK* child); - #ifdef __WXUNIVERSAL__ DECLARE_EVENT_TABLE() #endif