]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/textctrl.h
* Fixes and new features in wxObject*Stream
[wxWidgets.git] / include / wx / gtk1 / textctrl.h
index b1867509f3374253c186d88813068c0453f43db5..797c61bc7f0d79740f01110272dc575a4e058534 100644 (file)
@@ -99,8 +99,12 @@ public:
     wxTextCtrl& operator<<(double d);
     wxTextCtrl& operator<<(const char c);
 
+    virtual GtkWidget* GetDropTargetWidget(void);
+    
 private:
   bool  m_modified;
+
+  GtkWidget *m_text;
 };
 
 #endif // __GTKTEXTCTRLH__