X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cca410b336cd5628a944ede9e9944fdbb04552d4..85047589a993f5c5529e1dae284be8af84cd68ef:/include/wx/gtk/popupwin.h diff --git a/include/wx/gtk/popupwin.h b/include/wx/gtk/popupwin.h index cb0f7f18dd..97c9db64fb 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: @@ -27,6 +27,8 @@ public: virtual bool Show(bool show = true); + virtual void SetFocus(); + // implementation // -------------- @@ -41,6 +43,8 @@ protected: virtual void DoMoveWindow(int x, int y, int width, int height); private: + virtual void AddChildGTK(wxWindowGTK* child); + #ifdef __WXUNIVERSAL__ DECLARE_EVENT_TABLE() #endif