]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stc/stc.h
Correct decoding of 4-byte integers in png2c script.
[wxWidgets.git] / interface / wx / stc / stc.h
index 595e3d9be4b73947ec1cdc20a928b492ee7c294b..7349daf01235a2084e2aa3facbd25b188ba9c748 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxStyledTextEvent
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -3153,5 +3153,12 @@ public:
     */
     void SwapMainAnchorCaret();
     
+    /**
+       Get Scintilla library version information.
+
+       @since 2.9.2
+       @see wxVersionInfo
+    */
+    static wxVersionInfo GetLibraryVersionInfo();
 };