]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textctrl.h
changed removed wxToUpper to standard toupper
[wxWidgets.git] / include / wx / gtk / textctrl.h
index cc3ad2a303a7c58f7cdbe306b9e2ce8f8ef33410..fcc1be71f3ed4f3cce96b098568ae3125967e398 100644 (file)
@@ -21,7 +21,7 @@
 #include "wx/string.h"
 #include "wx/control.h"
 
-#ifdef wxUSE_STD_IOSTREAM
+#if wxUSE_STD_IOSTREAM
 
 #if wxUSE_IOSTREAMH
 #include <iostream.h>
@@ -73,6 +73,7 @@ class wxTextCtrl: public wxControl
     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 );