]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextctrl.h
moving themeing include to private.h
[wxWidgets.git] / include / wx / richtext / richtextctrl.h
index a0ecffeacfecbb62ce473290c8a7fb62d063d565..aaef4dac28ebb2f9370e423d63e32cb8da7cc830 100644 (file)
@@ -783,6 +783,7 @@ protected:
 #ifdef __WXGTK20__
     virtual wxWindow *GetEditableWindow() { return this; }
     virtual GtkEditable *GetEditable() const { return NULL; }
+    virtual GtkEntry *GetEntry() const { return NULL; }
 #endif
 
 // Overrides