X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/357d2b88cb15fa0ad97b1676fdbc88c2abc85451..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/gtk/popupwin.h?ds=sidebyside diff --git a/include/wx/gtk/popupwin.h b/include/wx/gtk/popupwin.h index bb7aa4b0c9..1c848795b9 100644 --- a/include/wx/gtk/popupwin.h +++ b/include/wx/gtk/popupwin.h @@ -1,9 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: popupwin.h +// Name: wx/gtk/popupwin.h // Purpose: // Author: Robert Roebling // Created: -// Id: $Id$ // Copyright: (c) 2001 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -26,7 +25,7 @@ public: bool Create(wxWindow *parent, int flags = wxBORDER_NONE); virtual bool Show(bool show = true); - + virtual void SetFocus(); // implementation @@ -42,9 +41,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