]> git.saurik.com Git - wxWidgets.git/commitdiff
Forgot to commit
authorRobert Roebling <robert@roebling.de>
Tue, 7 Oct 2008 08:01:34 +0000 (08:01 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 7 Oct 2008 08:01:34 +0000 (08:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/popupwin.h

index bd1a638b7f7c044416cfd59b32d0d2a81d079c10..bb7aa4b0c9741facd994f775a6157616433b361f 100644 (file)
@@ -26,6 +26,8 @@ public:
     bool Create(wxWindow *parent, int flags = wxBORDER_NONE);
 
     virtual bool Show(bool show = true);
+    
+    virtual void SetFocus();
 
     // implementation
     // --------------