]> 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 e1b0d08617b70afe4678467fd3a0b085c3c5dedc..7349daf01235a2084e2aa3facbd25b188ba9c748 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxStyledTextEvent
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -2800,18 +2800,6 @@ public:
     void ZoomOut();
 
 
-
-    
-    /**
-       Set the size of the dots used to mark space characters.
-    */
-    void SetWhitespaceSize(int size);
-
-    /**
-       Get the size of the dots used to mark space characters.
-    */
-    int GetWhitespaceSize() const;
-
     /**
        Sets how wrapped sublines are placed. Default is fixed.
     */
@@ -3165,5 +3153,12 @@ public:
     */
     void SwapMainAnchorCaret();
     
+    /**
+       Get Scintilla library version information.
+
+       @since 2.9.2
+       @see wxVersionInfo
+    */
+    static wxVersionInfo GetLibraryVersionInfo();
 };