X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..a8bda512079352ba81933e278d9ccdb8ef7a9866:/interface/wx/stc/stc.h diff --git a/interface/wx/stc/stc.h b/interface/wx/stc/stc.h index a41789acb4..7349daf012 100644 --- a/interface/wx/stc/stc.h +++ b/interface/wx/stc/stc.h @@ -3153,5 +3153,12 @@ public: */ void SwapMainAnchorCaret(); + /** + Get Scintilla library version information. + + @since 2.9.2 + @see wxVersionInfo + */ + static wxVersionInfo GetLibraryVersionInfo(); };