X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1dcf666dc7872fca0366db62c4740d96beb7b074..404b319a85dadd7decf7a5a5331020520031a41c:/src/stc/scintilla/include/Scintilla.iface diff --git a/src/stc/scintilla/include/Scintilla.iface b/src/stc/scintilla/include/Scintilla.iface index 0456615e2f..ba5afaa7ed 100644 --- a/src/stc/scintilla/include/Scintilla.iface +++ b/src/stc/scintilla/include/Scintilla.iface @@ -465,7 +465,7 @@ get bool StyleGetUnderline=2488(int style,) # Get is a style mixed case, or to force upper or lower case. get int StyleGetCase=2489(int style,) -# Get the character get of the font in a style. +# Get the character set of the font in a style. get int StyleGetCharacterSet=2490(int style,) # Get is a style visible or not. @@ -1245,7 +1245,7 @@ get bool GetVScrollBar=2281(,) # Append a string to the end of the document without changing the selection. fun void AppendText=2282(int length, string text) -# Is drawing done in two phases with backgrounds drawn before faoregrounds? +# Is drawing done in two phases with backgrounds drawn before foregrounds? get bool GetTwoPhaseDraw=2283(,) # In twoPhaseDraw mode, drawing is performed in two phases, first the background