]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/popupwin.h
Add functor-taking overload of CallAfter().
[wxWidgets.git] / include / wx / gtk / popupwin.h
index bd1a638b7f7c044416cfd59b32d0d2a81d079c10..4ae6a307b6c532f39cb328928ec40f60e22bb8cb 100644 (file)
@@ -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
     // --------------
 
@@ -40,9 +42,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