]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.h.in
Mostly change the wxOwnerDrawnComboBox text value using ChangeValue() instead of...
[wxWidgets.git] / src / stc / stc.h.in
index b0e44da8880a45163630121da4b7ea7d5ca21913..12d998ada84b72f7463e18b8309d7d580df81775 100644 (file)
@@ -38,6 +38,7 @@
 #include "wx/control.h"
 #include "wx/dnd.h"
 #include "wx/stopwatch.h"
 #include "wx/control.h"
 #include "wx/dnd.h"
 #include "wx/stopwatch.h"
+#include "wx/versioninfo.h"
 
 #include "wx/textentry.h"
 #if wxUSE_TEXTCTRL
 
 #include "wx/textentry.h"
 #if wxUSE_TEXTCTRL
@@ -438,6 +439,8 @@ public:
         return wxTextAreaBase::HitTest(pt, col, row);
     }
 
         return wxTextAreaBase::HitTest(pt, col, row);
     }
 
+    static wxVersionInfo GetLibraryVersionInfo();
+
 protected:
     virtual wxString DoGetValue() const { return GetText(); }
     virtual wxWindow *GetEditableWindow() { return this; }
 protected:
     virtual wxString DoGetValue() const { return GetText(); }
     virtual wxWindow *GetEditableWindow() { return this; }