]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/popupwin.h
Split wxTextCompleter into a base class and wxTextCompleterSimple.
[wxWidgets.git] / include / wx / gtk / popupwin.h
index cb0f7f18dd208c09f79724bddcbf2bc019ec8fd6..97c9db64fb7a49b8608f0731b4cc1850c2c1979e 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
     // --------------
 
@@ -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