]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/stc/_stc_docstrings.i
apples and oranges bug fixed
[wxWidgets.git] / wxPython / contrib / stc / _stc_docstrings.i
index 740638b7c8761009af5752057d6a052127d51bcf..423aebf4f69052b9b0d608c9cf0e087390c03497 100644 (file)
@@ -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.", "");