X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2ccce28add4d71f5b2a7456d60c08e1d3b45abf..edc88f7c03660c5f7c86019d1e7c11fdb582661d:/wxPython/contrib/stc/_stc_docstrings.i diff --git a/wxPython/contrib/stc/_stc_docstrings.i b/wxPython/contrib/stc/_stc_docstrings.i index 740638b7c8..423aebf4f6 100644 --- a/wxPython/contrib/stc/_stc_docstrings.i +++ b/wxPython/contrib/stc/_stc_docstrings.i @@ -56,6 +56,13 @@ attributes of a `wx.Font`.", ""); DocStr(wxStyledTextCtrl::StyleSetFontAttr, "Set all font style attributes at once.", ""); +DocStr(wxStyledTextCtrl::StyleSetCharacterSet, + "Set the character set of the font in a style. Converts the Scintilla +wx.stc.STC_CHARSET_* set values to a wxFontEncoding.", ""); + +DocStr(wxStyledTextCtrl::StyleSetFontEncoding, + "Set the font encoding to be used by a style.", ""); + DocStr(wxStyledTextCtrl::CmdKeyExecute, "Perform one of the operations defined by the wx.stc.STC_CMD_* constants.", "");