From: Robert Roebling Date: Tue, 7 Oct 2008 08:01:34 +0000 (+0000) Subject: Forgot to commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/357d2b88cb15fa0ad97b1676fdbc88c2abc85451 Forgot to commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gtk/popupwin.h b/include/wx/gtk/popupwin.h index bd1a638b7f..bb7aa4b0c9 100644 --- a/include/wx/gtk/popupwin.h +++ b/include/wx/gtk/popupwin.h @@ -26,6 +26,8 @@ public: bool Create(wxWindow *parent, int flags = wxBORDER_NONE); virtual bool Show(bool show = true); + + virtual void SetFocus(); // implementation // --------------