// Purpose: interface of wxStyledTextEvent
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
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.
*/
*/
void SwapMainAnchorCaret();
+ /**
+ Get Scintilla library version information.
+
+ @since 2.9.2
+ @see wxVersionInfo
+ */
+ static wxVersionInfo GetLibraryVersionInfo();
};