]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stc/stc.h
Ensure that key events are sent to focused window first in wxGTK.
[wxWidgets.git] / include / wx / stc / stc.h
index d53593a846f8fd7d566ede45ec71d21bf5e76a9c..091c57ced4f14920100ee91ad3a37d25d5b3ebaa 100644 (file)
@@ -4710,6 +4710,7 @@ public:
     static wxVersionInfo GetLibraryVersionInfo();
 
 protected:
+    virtual void DoSetValue(const wxString& value, int flags);
     virtual wxString DoGetValue() const { return GetText(); }
     virtual wxWindow *GetEditableWindow() { return this; }