]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textctrl.h
adding construction from native bitmaps
[wxWidgets.git] / include / wx / gtk / textctrl.h
index a06a8a63455ab536b9b139a2693b91d239a5dea3..3da5188a2d5b4e17834c56469e274d9837098a80 100644 (file)
@@ -177,8 +177,8 @@ protected:
 
 private:
     // overridden wxTextEntry virtual methods
-    virtual const wxWindow *GetEditableWindow() const { return this; }
     virtual GtkEditable *GetEditable() const;
+    virtual GtkEntry *GetEntry() const;
     virtual void EnableTextChangedEvents(bool enable);
 
     // change the font for everything in this control