]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textctrl.h
shows different SetCursor() calls
[wxWidgets.git] / include / wx / gtk / textctrl.h
index da978601d18a3828bd7de81f77df28fc40788fed..fcc1be71f3ed4f3cce96b098568ae3125967e398 100644 (file)
@@ -73,6 +73,7 @@ class wxTextCtrl: public wxControl
     wxString GetValue() const;
     void SetValue( const wxString &value );
     void WriteText( const wxString &text );
     wxString GetValue() const;
     void SetValue( const wxString &value );
     void WriteText( const wxString &text );
+    void AppendText( const wxString &text );
 
     bool LoadFile( const wxString &file );
     bool SaveFile( const wxString &file );
 
     bool LoadFile( const wxString &file );
     bool SaveFile( const wxString &file );