X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48200154f43831be952cf2503a926af333efb2b5..3d777efedc1e05bd6c2a7c34a00a65895b62bb13:/include/wx/gtk/popupwin.h diff --git a/include/wx/gtk/popupwin.h b/include/wx/gtk/popupwin.h index bd1a638b7f..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 ///////////////////////////////////////////////////////////////////////////// @@ -27,6 +26,8 @@ public: virtual bool Show(bool show = true); + virtual void SetFocus(); + // implementation // -------------- @@ -40,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