X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..04992872e583139d635216b94cdde7a7003e6426:/interface/wx/stc/stc.h?ds=sidebyside diff --git a/interface/wx/stc/stc.h b/interface/wx/stc/stc.h index a41789acb4..a9d2023bfe 100644 --- a/interface/wx/stc/stc.h +++ b/interface/wx/stc/stc.h @@ -360,7 +360,7 @@ public: void AddText(const wxString& text); /** - The following methods are nearly equivallent to their similarly named + The following methods are nearly equivalent to their similarly named cousins above. The difference is that these methods bypass wxString and always use a char* even if used in a unicode build of wxWidgets. In that case the character data will be utf-8 encoded since that is @@ -1383,17 +1383,17 @@ public: int GetWrapMode() const; /** - Retrive the start indent for wrapped lines. + Retrieve the start indent for wrapped lines. */ int GetWrapStartIndent() const; /** - Retrive the display mode of visual flags for wrapped lines. + Retrieve the display mode of visual flags for wrapped lines. */ int GetWrapVisualFlags() const; /** - Retrive the location of visual flags for wrapped lines. + Retrieve the location of visual flags for wrapped lines. */ int GetWrapVisualFlagsLocation() const; @@ -2449,7 +2449,7 @@ public: void SetXCaretPolicy(int caretPolicy, int caretSlop); /** - Get and Set the xOffset (ie, horizonal scroll position). + Get and Set the xOffset (ie, horizontal scroll position). */ void SetXOffset(int newOffset); @@ -3153,5 +3153,12 @@ public: */ void SwapMainAnchorCaret(); + /** + Get Scintilla library version information. + + @since 2.9.2 + @see wxVersionInfo + */ + static wxVersionInfo GetLibraryVersionInfo(); };