]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textctrl.h
no message
[wxWidgets.git] / include / wx / gtk / textctrl.h
index e4bdb022c31acb7dfa313ec519f3e4c839566c18..2dc37d8181f987a2059061a91d034feb2812fcec 100644 (file)
@@ -21,7 +21,7 @@
 #include "wx/string.h"
 #include "wx/control.h"
 
-#if USE_IOSTREAMH
+#if wxUSE_IOSTREAMH
 #include <iostream.h>
 #else
 #include <iostream>
@@ -86,7 +86,7 @@ class wxTextCtrl: public wxControl, public streambuf
     void Cut();
     void Copy();
     void Paste();
-    void Delete();
+    void Clear();
 
     void OnChar( wxKeyEvent &event );