]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textentry.h
Last part from weak ref patch for event sink disconnection
[wxWidgets.git] / include / wx / gtk / textentry.h
index 51cd3bd918ac10243d9bc13bca1ff80e5784d016..eb329722cd28ea830fa853abf296fe41a5b969c9 100644 (file)
@@ -43,15 +43,13 @@ public:
     virtual void SetSelection(long from, long to);
     virtual void GetSelection(long *from, long *to) const;
 
-    // status
+    virtual bool AutoComplete(const wxArrayString& choices);
+
     virtual bool IsEditable() const;
     virtual void SetEditable(bool editable);
 
-    // set the max number of characters which may be entered in a single line
-    // text control
     virtual void SetMaxLength(unsigned long len);
 
-
     // implementation only from now on
     void SendMaxLenEvent();