]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/textctrl.h
Accelerators implemented for wxMotif; some wxComboBox stupidities cured
[wxWidgets.git] / include / wx / stubs / textctrl.h
index 7c3d7b1ac25b482274609681b7e494a5ee0f28ba..253491eaa0a5d5e13ae4666c60dd7c415a82f160 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "wx/control.h"
 
-#if USE_IOSTREAMH
+#if wxUSE_IOSTREAMH
 #include <iostream.h>
 #else
 #include <iostream>
@@ -122,8 +122,8 @@ public:
   // callbacks
   // ---------
   void OnDropFiles(wxDropFilesEvent& event);
-  void OnChar(wxKeyEvent& event); // Process 'enter' if required
-  void OnEraseBackground(wxEraseEvent& event);
+//  void OnChar(wxKeyEvent& event); // Process 'enter' if required
+//  void OnEraseBackground(wxEraseEvent& event);
   
   // Implementation
   // --------------