wxStyledTextCtrl
(wx)See external documentation: wxStyledTextCtrl.
See external documentation:
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
Functions
new() -> wxStyledTextCtrl()
See
new(Parent, Options::[Option]) -> wxStyledTextCtrl()
Parent = wxWindow:wxWindow()Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
create(This, Parent) -> boolean()
This = wxStyledTextCtrl()Parent = wxWindow:wxWindow()
Equivalent to create(This, Parent, []).
create(This, Parent, Options::[Option]) -> boolean()
This = wxStyledTextCtrl()Parent = wxWindow:wxWindow()Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
addText(This, Text) -> ok
This = wxStyledTextCtrl()Text = unicode:chardata()
See
addStyledText(This, Data) -> ok
This = wxStyledTextCtrl()Data = wx:wx_object()
See
insertText(This, Pos, Text) -> ok
This = wxStyledTextCtrl()Pos = integer()Text = unicode:chardata()
See
getCharAt(This, Pos) -> integer()
This = wxStyledTextCtrl()Pos = integer()
See
getStyleAt(This, Pos) -> integer()
This = wxStyledTextCtrl()Pos = integer()
See
setUndoCollection(This, CollectUndo) -> ok
This = wxStyledTextCtrl()CollectUndo = boolean()
See
getStyledText(This, StartPos, EndPos) -> wx:wx_object()
This = wxStyledTextCtrl()StartPos = integer()EndPos = integer()
See
markerLineFromHandle(This, Handle) -> integer()
This = wxStyledTextCtrl()Handle = integer()
See
markerDeleteHandle(This, Handle) -> ok
This = wxStyledTextCtrl()Handle = integer()
See
setViewWhiteSpace(This, ViewWS) -> ok
This = wxStyledTextCtrl()ViewWS = integer()
See
positionFromPoint(This, Pt) -> integer()
This = wxStyledTextCtrl()Pt = {X::integer(), Y::integer()}
See
positionFromPointClose(This, X, Y) -> integer()
This = wxStyledTextCtrl()X = integer()Y = integer()
See
setAnchor(This, PosAnchor) -> ok
This = wxStyledTextCtrl()PosAnchor = integer()
See
getCurLine(This) -> Result
Result = {Res::unicode:charlist(), LinePos::integer()}This = wxStyledTextCtrl()
See
convertEOLs(This, EolMode) -> ok
This = wxStyledTextCtrl()EolMode = integer()
See
setEOLMode(This, EolMode) -> ok
This = wxStyledTextCtrl()EolMode = integer()
See
startStyling(This, Pos, Mask) -> ok
This = wxStyledTextCtrl()Pos = integer()Mask = integer()
See
setStyling(This, Length, Style) -> ok
This = wxStyledTextCtrl()Length = integer()Style = integer()
See
setBufferedDraw(This, Buffered) -> ok
This = wxStyledTextCtrl()Buffered = boolean()
See
setTabWidth(This, TabWidth) -> ok
This = wxStyledTextCtrl()TabWidth = integer()
See
setCodePage(This, CodePage) -> ok
This = wxStyledTextCtrl()CodePage = integer()
See
markerDefine(This, MarkerNumber, MarkerSymbol) -> ok
This = wxStyledTextCtrl()MarkerNumber = integer()MarkerSymbol = integer()
Equivalent to markerDefine(This, MarkerNumber, MarkerSymbol, []).
markerDefine(This, MarkerNumber, MarkerSymbol, Options::[Option]) -> ok
This = wxStyledTextCtrl()MarkerNumber = integer()MarkerSymbol = integer()Option = {foreground, wx:wx_colour()} | {background, wx:wx_colour()}
See
markerSetForeground(This, MarkerNumber, Fore) -> ok
This = wxStyledTextCtrl()MarkerNumber = integer()Fore = wx:wx_colour()
See
markerSetBackground(This, MarkerNumber, Back) -> ok
This = wxStyledTextCtrl()MarkerNumber = integer()Back = wx:wx_colour()
See
markerAdd(This, Line, MarkerNumber) -> integer()
This = wxStyledTextCtrl()Line = integer()MarkerNumber = integer()
See
markerDelete(This, Line, MarkerNumber) -> ok
This = wxStyledTextCtrl()Line = integer()MarkerNumber = integer()
See
markerDeleteAll(This, MarkerNumber) -> ok
This = wxStyledTextCtrl()MarkerNumber = integer()
See
markerGet(This, Line) -> integer()
This = wxStyledTextCtrl()Line = integer()
See
markerNext(This, LineStart, MarkerMask) -> integer()
This = wxStyledTextCtrl()LineStart = integer()MarkerMask = integer()
See
markerPrevious(This, LineStart, MarkerMask) -> integer()
This = wxStyledTextCtrl()LineStart = integer()MarkerMask = integer()
See
markerDefineBitmap(This, MarkerNumber, Bmp) -> ok
This = wxStyledTextCtrl()MarkerNumber = integer()Bmp = wxBitmap:wxBitmap()
See
markerAddSet(This, Line, Set) -> ok
This = wxStyledTextCtrl()Line = integer()Set = integer()
See
markerSetAlpha(This, MarkerNumber, Alpha) -> ok
This = wxStyledTextCtrl()MarkerNumber = integer()Alpha = integer()
See
setMarginType(This, Margin, MarginType) -> ok
This = wxStyledTextCtrl()Margin = integer()MarginType = integer()
See
getMarginType(This, Margin) -> integer()
This = wxStyledTextCtrl()Margin = integer()
See
setMarginWidth(This, Margin, PixelWidth) -> ok
This = wxStyledTextCtrl()Margin = integer()PixelWidth = integer()
See
getMarginWidth(This, Margin) -> integer()
This = wxStyledTextCtrl()Margin = integer()
See
setMarginMask(This, Margin, Mask) -> ok
This = wxStyledTextCtrl()Margin = integer()Mask = integer()
See
getMarginMask(This, Margin) -> integer()
This = wxStyledTextCtrl()Margin = integer()
See
setMarginSensitive(This, Margin, Sensitive) -> ok
This = wxStyledTextCtrl()Margin = integer()Sensitive = boolean()
See
getMarginSensitive(This, Margin) -> boolean()
This = wxStyledTextCtrl()Margin = integer()
See
styleSetForeground(This, Style, Fore) -> ok
This = wxStyledTextCtrl()Style = integer()Fore = wx:wx_colour()
See
styleSetBackground(This, Style, Back) -> ok
This = wxStyledTextCtrl()Style = integer()Back = wx:wx_colour()
See
styleSetBold(This, Style, Bold) -> ok
This = wxStyledTextCtrl()Style = integer()Bold = boolean()
See
styleSetItalic(This, Style, Italic) -> ok
This = wxStyledTextCtrl()Style = integer()Italic = boolean()
See
styleSetSize(This, Style, SizePoints) -> ok
This = wxStyledTextCtrl()Style = integer()SizePoints = integer()
See
styleSetFaceName(This, Style, FontName) -> ok
This = wxStyledTextCtrl()Style = integer()FontName = unicode:chardata()
See
styleSetEOLFilled(This, Style, Filled) -> ok
This = wxStyledTextCtrl()Style = integer()Filled = boolean()
See
styleSetUnderline(This, Style, Underline) -> ok
This = wxStyledTextCtrl()Style = integer()Underline = boolean()
See
styleSetCase(This, Style, CaseForce) -> ok
This = wxStyledTextCtrl()Style = integer()CaseForce = integer()
See
styleSetHotSpot(This, Style, Hotspot) -> ok
This = wxStyledTextCtrl()Style = integer()Hotspot = boolean()
See
setSelForeground(This, UseSetting, Fore) -> ok
This = wxStyledTextCtrl()UseSetting = boolean()Fore = wx:wx_colour()
See
setSelBackground(This, UseSetting, Back) -> ok
This = wxStyledTextCtrl()UseSetting = boolean()Back = wx:wx_colour()
See
setSelAlpha(This, Alpha) -> ok
This = wxStyledTextCtrl()Alpha = integer()
See
setCaretForeground(This, Fore) -> ok
This = wxStyledTextCtrl()Fore = wx:wx_colour()
See
cmdKeyAssign(This, Key, Modifiers, Cmd) -> ok
This = wxStyledTextCtrl()Key = integer()Modifiers = integer()Cmd = integer()
See
cmdKeyClear(This, Key, Modifiers) -> ok
This = wxStyledTextCtrl()Key = integer()Modifiers = integer()
See
setStyleBytes(This, Length) -> integer()
This = wxStyledTextCtrl()Length = integer()
See
styleSetVisible(This, Style, Visible) -> ok
This = wxStyledTextCtrl()Style = integer()Visible = boolean()
See
setCaretPeriod(This, PeriodMilliseconds) -> ok
This = wxStyledTextCtrl()PeriodMilliseconds = integer()
See
setWordChars(This, Characters) -> ok
This = wxStyledTextCtrl()Characters = unicode:chardata()
See
indicatorSetStyle(This, Indic, Style) -> ok
This = wxStyledTextCtrl()Indic = integer()Style = integer()
See
indicatorGetStyle(This, Indic) -> integer()
This = wxStyledTextCtrl()Indic = integer()
See
indicatorSetForeground(This, Indic, Fore) -> ok
This = wxStyledTextCtrl()Indic = integer()Fore = wx:wx_colour()
See
indicatorGetForeground(This, Indic) -> wx:wx_colour4()
This = wxStyledTextCtrl()Indic = integer()
See
setWhitespaceForeground(This, UseSetting, Fore) -> ok
This = wxStyledTextCtrl()UseSetting = boolean()Fore = wx:wx_colour()
See
setWhitespaceBackground(This, UseSetting, Back) -> ok
This = wxStyledTextCtrl()UseSetting = boolean()Back = wx:wx_colour()
See
setLineState(This, Line, State) -> ok
This = wxStyledTextCtrl()Line = integer()State = integer()
See
getLineState(This, Line) -> integer()
This = wxStyledTextCtrl()Line = integer()
See
setCaretLineVisible(This, Show) -> ok
This = wxStyledTextCtrl()Show = boolean()
See
getCaretLineBackground(This) -> wx:wx_colour4()
This = wxStyledTextCtrl()
See
setCaretLineBackground(This, Back) -> ok
This = wxStyledTextCtrl()Back = wx:wx_colour()
See
autoCompShow(This, LenEntered, ItemList) -> ok
This = wxStyledTextCtrl()LenEntered = integer()ItemList = unicode:chardata()
See
autoCompStops(This, CharacterSet) -> ok
This = wxStyledTextCtrl()CharacterSet = unicode:chardata()
See
autoCompSetSeparator(This, SeparatorCharacter) -> ok
This = wxStyledTextCtrl()SeparatorCharacter = integer()
See
autoCompSelect(This, Text) -> ok
This = wxStyledTextCtrl()Text = unicode:chardata()
See
autoCompSetCancelAtStart(This, Cancel) -> ok
This = wxStyledTextCtrl()Cancel = boolean()
See
autoCompSetFillUps(This, CharacterSet) -> ok
This = wxStyledTextCtrl()CharacterSet = unicode:chardata()
See
autoCompSetChooseSingle(This, ChooseSingle) -> ok
This = wxStyledTextCtrl()ChooseSingle = boolean()
See
autoCompSetIgnoreCase(This, IgnoreCase) -> ok
This = wxStyledTextCtrl()IgnoreCase = boolean()
See
userListShow(This, ListType, ItemList) -> ok
This = wxStyledTextCtrl()ListType = integer()ItemList = unicode:chardata()
See
autoCompSetAutoHide(This, AutoHide) -> ok
This = wxStyledTextCtrl()AutoHide = boolean()
See
autoCompSetDropRestOfWord(This, DropRestOfWord) -> ok
This = wxStyledTextCtrl()DropRestOfWord = boolean()
See
registerImage(This, Type, Bmp) -> ok
This = wxStyledTextCtrl()Type = integer()Bmp = wxBitmap:wxBitmap()
See
autoCompSetTypeSeparator(This, SeparatorCharacter) -> ok
This = wxStyledTextCtrl()SeparatorCharacter = integer()
See
autoCompSetMaxWidth(This, CharacterCount) -> ok
This = wxStyledTextCtrl()CharacterCount = integer()
See
autoCompSetMaxHeight(This, RowCount) -> ok
This = wxStyledTextCtrl()RowCount = integer()
See
setIndent(This, IndentSize) -> ok
This = wxStyledTextCtrl()IndentSize = integer()
See
setUseTabs(This, UseTabs) -> ok
This = wxStyledTextCtrl()UseTabs = boolean()
See
setLineIndentation(This, Line, IndentSize) -> ok
This = wxStyledTextCtrl()Line = integer()IndentSize = integer()
See
getLineIndentation(This, Line) -> integer()
This = wxStyledTextCtrl()Line = integer()
See
getLineIndentPosition(This, Line) -> integer()
This = wxStyledTextCtrl()Line = integer()
See
getColumn(This, Pos) -> integer()
This = wxStyledTextCtrl()Pos = integer()
See
setUseHorizontalScrollBar(This, Show) -> ok
This = wxStyledTextCtrl()Show = boolean()
See
setIndentationGuides(This, Show) -> ok
This = wxStyledTextCtrl()Show = boolean()
See
setHighlightGuide(This, Column) -> ok
This = wxStyledTextCtrl()Column = integer()
See
getLineEndPosition(This, Line) -> integer()
This = wxStyledTextCtrl()Line = integer()
See
setSelectionStart(This, Pos) -> ok
This = wxStyledTextCtrl()Pos = integer()
See
setSelectionEnd(This, Pos) -> ok
This = wxStyledTextCtrl()Pos = integer()
See
setPrintMagnification(This, Magnification) -> ok
This = wxStyledTextCtrl()Magnification = integer()
See
setPrintColourMode(This, Mode) -> ok
This = wxStyledTextCtrl()Mode = integer()
See
findText(This, MinPos, MaxPos, Text) -> integer()
This = wxStyledTextCtrl()MinPos = integer()MaxPos = integer()Text = unicode:chardata()
Equivalent to findText(This, MinPos, MaxPos, Text, []).
findText(This, MinPos, MaxPos, Text, Options::[Option]) -> integer()
This = wxStyledTextCtrl()MinPos = integer()MaxPos = integer()Text = unicode:chardata()Option = {flags, integer()}
See
formatRange(This, DoDraw, StartPos, EndPos, Draw, Target, RenderRect, PageRect) -> integer()
This = wxStyledTextCtrl()DoDraw = boolean()StartPos = integer()EndPos = integer()Draw = wxDC:wxDC()Target = wxDC:wxDC()RenderRect = {X::integer(), Y::integer(), W::integer(), H::integer()}PageRect = {X::integer(), Y::integer(), W::integer(), H::integer()}
See
getLine(This, Line) -> unicode:charlist()
This = wxStyledTextCtrl()Line = integer()
See
setMarginLeft(This, PixelWidth) -> ok
This = wxStyledTextCtrl()PixelWidth = integer()
See
setMarginRight(This, PixelWidth) -> ok
This = wxStyledTextCtrl()PixelWidth = integer()
See
setSelection(This, Start, End) -> ok
This = wxStyledTextCtrl()Start = integer()End = integer()
See
getTextRange(This, StartPos, EndPos) -> unicode:charlist()
This = wxStyledTextCtrl()StartPos = integer()EndPos = integer()
See
hideSelection(This, Normal) -> ok
This = wxStyledTextCtrl()Normal = boolean()
See
lineFromPosition(This, Pos) -> integer()
This = wxStyledTextCtrl()Pos = integer()
See
positionFromLine(This, Line) -> integer()
This = wxStyledTextCtrl()Line = integer()
See
lineScroll(This, Columns, Lines) -> ok
This = wxStyledTextCtrl()Columns = integer()Lines = integer()
See
replaceSelection(This, Text) -> ok
This = wxStyledTextCtrl()Text = unicode:chardata()
See
setReadOnly(This, ReadOnly) -> ok
This = wxStyledTextCtrl()ReadOnly = boolean()
See
setText(This, Text) -> ok
This = wxStyledTextCtrl()Text = unicode:chardata()
See
setCaretWidth(This, PixelWidth) -> ok
This = wxStyledTextCtrl()PixelWidth = integer()
See
setTargetStart(This, Pos) -> ok
This = wxStyledTextCtrl()Pos = integer()
See
replaceTarget(This, Text) -> integer()
This = wxStyledTextCtrl()Text = unicode:chardata()
See
searchInTarget(This, Text) -> integer()
This = wxStyledTextCtrl()Text = unicode:chardata()
See
setSearchFlags(This, Flags) -> ok
This = wxStyledTextCtrl()Flags = integer()
See
callTipShow(This, Pos, Definition) -> ok
This = wxStyledTextCtrl()Pos = integer()Definition = unicode:chardata()
See
callTipSetHighlight(This, Start, End) -> ok
This = wxStyledTextCtrl()Start = integer()End = integer()
See
callTipSetBackground(This, Back) -> ok
This = wxStyledTextCtrl()Back = wx:wx_colour()
See
callTipSetForeground(This, Fore) -> ok
This = wxStyledTextCtrl()Fore = wx:wx_colour()
See
callTipSetForegroundHighlight(This, Fore) -> ok
This = wxStyledTextCtrl()Fore = wx:wx_colour()
See
callTipUseStyle(This, TabSize) -> ok
This = wxStyledTextCtrl()TabSize = integer()
See
visibleFromDocLine(This, Line) -> integer()
This = wxStyledTextCtrl()Line = integer()
See
docLineFromVisible(This, LineDisplay) -> integer()
This = wxStyledTextCtrl()LineDisplay = integer()
See
wrapCount(This, Line) -> integer()
This = wxStyledTextCtrl()Line = integer()
See
setFoldLevel(This, Line, Level) -> ok
This = wxStyledTextCtrl()Line = integer()Level = integer()
See
getFoldLevel(This, Line) -> integer()
This = wxStyledTextCtrl()Line = integer()
See
getLastChild(This, Line, Level) -> integer()
This = wxStyledTextCtrl()Line = integer()Level = integer()
See
getFoldParent(This, Line) -> integer()
This = wxStyledTextCtrl()Line = integer()
See
showLines(This, LineStart, LineEnd) -> ok
This = wxStyledTextCtrl()LineStart = integer()LineEnd = integer()
See
hideLines(This, LineStart, LineEnd) -> ok
This = wxStyledTextCtrl()LineStart = integer()LineEnd = integer()
See
getLineVisible(This, Line) -> boolean()
This = wxStyledTextCtrl()Line = integer()
See
setFoldExpanded(This, Line, Expanded) -> ok
This = wxStyledTextCtrl()Line = integer()Expanded = boolean()
See
getFoldExpanded(This, Line) -> boolean()
This = wxStyledTextCtrl()Line = integer()
See
ensureVisible(This, Line) -> ok
This = wxStyledTextCtrl()Line = integer()
See
setFoldFlags(This, Flags) -> ok
This = wxStyledTextCtrl()Flags = integer()
See
ensureVisibleEnforcePolicy(This, Line) -> ok
This = wxStyledTextCtrl()Line = integer()
See
setTabIndents(This, TabIndents) -> ok
This = wxStyledTextCtrl()TabIndents = boolean()
See
setBackSpaceUnIndents(This, BsUnIndents) -> ok
This = wxStyledTextCtrl()BsUnIndents = boolean()
See
setMouseDwellTime(This, PeriodMilliseconds) -> ok
This = wxStyledTextCtrl()PeriodMilliseconds = integer()
See
wordStartPosition(This, Pos, OnlyWordCharacters) -> integer()
This = wxStyledTextCtrl()Pos = integer()OnlyWordCharacters = boolean()
See
wordEndPosition(This, Pos, OnlyWordCharacters) -> integer()
This = wxStyledTextCtrl()Pos = integer()OnlyWordCharacters = boolean()
See
setWrapVisualFlags(This, WrapVisualFlags) -> ok
This = wxStyledTextCtrl()WrapVisualFlags = integer()
See
setWrapVisualFlagsLocation(This, WrapVisualFlagsLocation) -> ok
This = wxStyledTextCtrl()WrapVisualFlagsLocation = integer()
See
setWrapStartIndent(This, Indent) -> ok
This = wxStyledTextCtrl()Indent = integer()
See
setLayoutCache(This, Mode) -> ok
This = wxStyledTextCtrl()Mode = integer()
See
setScrollWidth(This, PixelWidth) -> ok
This = wxStyledTextCtrl()PixelWidth = integer()
See
textWidth(This, Style, Text) -> integer()
This = wxStyledTextCtrl()Style = integer()Text = unicode:chardata()
See
textHeight(This, Line) -> integer()
This = wxStyledTextCtrl()Line = integer()
See
setUseVerticalScrollBar(This, Show) -> ok
This = wxStyledTextCtrl()Show = boolean()
See
appendText(This, Text) -> ok
This = wxStyledTextCtrl()Text = unicode:chardata()
See
setTwoPhaseDraw(This, TwoPhase) -> ok
This = wxStyledTextCtrl()TwoPhase = boolean()
See
linesSplit(This, PixelWidth) -> ok
This = wxStyledTextCtrl()PixelWidth = integer()
See
setFoldMarginColour(This, UseSetting, Back) -> ok
This = wxStyledTextCtrl()UseSetting = boolean()Back = wx:wx_colour()
See
setFoldMarginHiColour(This, UseSetting, Fore) -> ok
This = wxStyledTextCtrl()UseSetting = boolean()Fore = wx:wx_colour()
See
lineLength(This, Line) -> integer()
This = wxStyledTextCtrl()Line = integer()
See
braceHighlight(This, Pos1, Pos2) -> ok
This = wxStyledTextCtrl()Pos1 = integer()Pos2 = integer()
See
braceMatch(This, Pos) -> integer()
This = wxStyledTextCtrl()Pos = integer()
See
setViewEOL(This, Visible) -> ok
This = wxStyledTextCtrl()Visible = boolean()
See
setModEventMask(This, Mask) -> ok
This = wxStyledTextCtrl()Mask = integer()
See
setEdgeColumn(This, Column) -> ok
This = wxStyledTextCtrl()Column = integer()
See
setEdgeColour(This, EdgeColour) -> ok
This = wxStyledTextCtrl()EdgeColour = wx:wx_colour()
See
searchNext(This, Flags, Text) -> integer()
This = wxStyledTextCtrl()Flags = integer()Text = unicode:chardata()
See
searchPrev(This, Flags, Text) -> integer()
This = wxStyledTextCtrl()Flags = integer()Text = unicode:chardata()
See
usePopUp(This, AllowPopUp) -> ok
This = wxStyledTextCtrl()AllowPopUp = boolean()
See
setSTCFocus(This, Focus) -> ok
This = wxStyledTextCtrl()Focus = boolean()
See
setStatus(This, StatusCode) -> ok
This = wxStyledTextCtrl()StatusCode = integer()
See
setMouseDownCaptures(This, Captures) -> ok
This = wxStyledTextCtrl()Captures = boolean()
See
setSTCCursor(This, CursorType) -> ok
This = wxStyledTextCtrl()CursorType = integer()
See
setControlCharSymbol(This, Symbol) -> ok
This = wxStyledTextCtrl()Symbol = integer()
See
setVisiblePolicy(This, VisiblePolicy, VisibleSlop) -> ok
This = wxStyledTextCtrl()VisiblePolicy = integer()VisibleSlop = integer()
See
setXCaretPolicy(This, CaretPolicy, CaretSlop) -> ok
This = wxStyledTextCtrl()CaretPolicy = integer()CaretSlop = integer()
See
setYCaretPolicy(This, CaretPolicy, CaretSlop) -> ok
This = wxStyledTextCtrl()CaretPolicy = integer()CaretSlop = integer()
See
setHotspotActiveForeground(This, UseSetting, Fore) -> ok
This = wxStyledTextCtrl()UseSetting = boolean()Fore = wx:wx_colour()
See
setHotspotActiveBackground(This, UseSetting, Back) -> ok
This = wxStyledTextCtrl()UseSetting = boolean()Back = wx:wx_colour()
See
setHotspotActiveUnderline(This, Underline) -> ok
This = wxStyledTextCtrl()Underline = boolean()
See
setHotspotSingleLine(This, SingleLine) -> ok
This = wxStyledTextCtrl()SingleLine = boolean()
See
positionBefore(This, Pos) -> integer()
This = wxStyledTextCtrl()Pos = integer()
See
positionAfter(This, Pos) -> integer()
This = wxStyledTextCtrl()Pos = integer()
See
copyRange(This, Start, End) -> ok
This = wxStyledTextCtrl()Start = integer()End = integer()
See
copyText(This, Length, Text) -> ok
This = wxStyledTextCtrl()Length = integer()Text = unicode:chardata()
See
setSelectionMode(This, Mode) -> ok
This = wxStyledTextCtrl()Mode = integer()
See
setWhitespaceChars(This, Characters) -> ok
This = wxStyledTextCtrl()Characters = unicode:chardata()
See
findColumn(This, Line, Column) -> integer()
This = wxStyledTextCtrl()Line = integer()Column = integer()
See
setCaretSticky(This, UseCaretStickyBehaviour) -> ok
This = wxStyledTextCtrl()UseCaretStickyBehaviour = boolean()
See
setPasteConvertEndings(This, Convert) -> ok
This = wxStyledTextCtrl()Convert = boolean()
See
setCaretLineBackAlpha(This, Alpha) -> ok
This = wxStyledTextCtrl()Alpha = integer()
See
colourise(This, Start, End) -> ok
This = wxStyledTextCtrl()Start = integer()End = integer()
See
setProperty(This, Key, Value) -> ok
This = wxStyledTextCtrl()Key = unicode:chardata()Value = unicode:chardata()
See
setKeyWords(This, KeywordSet, KeyWords) -> ok
This = wxStyledTextCtrl()KeywordSet = integer()KeyWords = unicode:chardata()
See
setLexerLanguage(This, Language) -> ok
This = wxStyledTextCtrl()Language = unicode:chardata()
See
getProperty(This, Key) -> unicode:charlist()
This = wxStyledTextCtrl()Key = unicode:chardata()
See
styleSetSpec(This, StyleNum, Spec) -> ok
This = wxStyledTextCtrl()StyleNum = integer()Spec = unicode:chardata()
See
styleSetFont(This, StyleNum, Font) -> ok
This = wxStyledTextCtrl()StyleNum = integer()Font = wxFont:wxFont()
See
styleSetFontAttr(This, StyleNum, Size, FaceName, Bold, Italic, Underline) -> ok
This = wxStyledTextCtrl()StyleNum = integer()Size = integer()FaceName = unicode:chardata()Bold = boolean()Italic = boolean()Underline = boolean()
styleSetFontAttr(This, StyleNum, Size, FaceName, Bold, Italic, Underline, Options::[Option]) -> ok
This = wxStyledTextCtrl()StyleNum = integer()Size = integer()FaceName = unicode:chardata()Bold = boolean()Italic = boolean()Underline = boolean()Option = {encoding, wx:wx_enum()}
See
Encoding = ?wxFONTENCODING_SYSTEM | ?wxFONTENCODING_DEFAULT | ?wxFONTENCODING_ISO8859_1 | ?wxFONTENCODING_ISO8859_2 | ?wxFONTENCODING_ISO8859_3 | ?wxFONTENCODING_ISO8859_4 | ?wxFONTENCODING_ISO8859_5 | ?wxFONTENCODING_ISO8859_6 | ?wxFONTENCODING_ISO8859_7 | ?wxFONTENCODING_ISO8859_8 | ?wxFONTENCODING_ISO8859_9 | ?wxFONTENCODING_ISO8859_10 | ?wxFONTENCODING_ISO8859_11 | ?wxFONTENCODING_ISO8859_12 | ?wxFONTENCODING_ISO8859_13 | ?wxFONTENCODING_ISO8859_14 | ?wxFONTENCODING_ISO8859_15 | ?wxFONTENCODING_ISO8859_MAX | ?wxFONTENCODING_KOI8 | ?wxFONTENCODING_KOI8_U | ?wxFONTENCODING_ALTERNATIVE | ?wxFONTENCODING_BULGARIAN | ?wxFONTENCODING_CP437 | ?wxFONTENCODING_CP850 | ?wxFONTENCODING_CP852 | ?wxFONTENCODING_CP855 | ?wxFONTENCODING_CP866 | ?wxFONTENCODING_CP874 | ?wxFONTENCODING_CP932 | ?wxFONTENCODING_CP936 | ?wxFONTENCODING_CP949 | ?wxFONTENCODING_CP950 | ?wxFONTENCODING_CP1250 | ?wxFONTENCODING_CP1251 | ?wxFONTENCODING_CP1252 | ?wxFONTENCODING_CP1253 | ?wxFONTENCODING_CP1254 | ?wxFONTENCODING_CP1255 | ?wxFONTENCODING_CP1256 | ?wxFONTENCODING_CP1257 | ?wxFONTENCODING_CP12_MAX | ?wxFONTENCODING_UTF7 | ?wxFONTENCODING_UTF8 | ?wxFONTENCODING_EUC_JP | ?wxFONTENCODING_UTF16BE | ?wxFONTENCODING_UTF16LE | ?wxFONTENCODING_UTF32BE | ?wxFONTENCODING_UTF32LE | ?wxFONTENCODING_MACROMAN | ?wxFONTENCODING_MACJAPANESE | ?wxFONTENCODING_MACCHINESETRAD | ?wxFONTENCODING_MACKOREAN | ?wxFONTENCODING_MACARABIC | ?wxFONTENCODING_MACHEBREW | ?wxFONTENCODING_MACGREEK | ?wxFONTENCODING_MACCYRILLIC | ?wxFONTENCODING_MACDEVANAGARI | ?wxFONTENCODING_MACGURMUKHI | ?wxFONTENCODING_MACGUJARATI | ?wxFONTENCODING_MACORIYA | ?wxFONTENCODING_MACBENGALI | ?wxFONTENCODING_MACTAMIL | ?wxFONTENCODING_MACTELUGU | ?wxFONTENCODING_MACKANNADA | ?wxFONTENCODING_MACMALAJALAM | ?wxFONTENCODING_MACSINHALESE | ?wxFONTENCODING_MACBURMESE | ?wxFONTENCODING_MACKHMER | ?wxFONTENCODING_MACTHAI | ?wxFONTENCODING_MACLAOTIAN | ?wxFONTENCODING_MACGEORGIAN | ?wxFONTENCODING_MACARMENIAN | ?wxFONTENCODING_MACCHINESESIMP | ?wxFONTENCODING_MACTIBETAN | ?wxFONTENCODING_MACMONGOLIAN | ?wxFONTENCODING_MACETHIOPIC | ?wxFONTENCODING_MACCENTRALEUR | ?wxFONTENCODING_MACVIATNAMESE | ?wxFONTENCODING_MACARABICEXT | ?wxFONTENCODING_MACSYMBOL | ?wxFONTENCODING_MACDINGBATS | ?wxFONTENCODING_MACTURKISH | ?wxFONTENCODING_MACCROATIAN | ?wxFONTENCODING_MACICELANDIC | ?wxFONTENCODING_MACROMANIAN | ?wxFONTENCODING_MACCELTIC | ?wxFONTENCODING_MACGAELIC | ?wxFONTENCODING_MACKEYBOARD | ?wxFONTENCODING_MAX | ?wxFONTENCODING_MACMIN | ?wxFONTENCODING_MACMAX | ?wxFONTENCODING_UTF16 | ?wxFONTENCODING_UTF32 | ?wxFONTENCODING_UNICODE | ?wxFONTENCODING_GB2312 | ?wxFONTENCODING_BIG5 | ?wxFONTENCODING_SHIFT_JIS
styleSetCharacterSet(This, Style, CharacterSet) -> ok
This = wxStyledTextCtrl()Style = integer()CharacterSet = integer()
See
styleSetFontEncoding(This, Style, Encoding) -> ok
This = wxStyledTextCtrl()Style = integer()Encoding = wx:wx_enum()
See
Encoding = ?wxFONTENCODING_SYSTEM | ?wxFONTENCODING_DEFAULT | ?wxFONTENCODING_ISO8859_1 | ?wxFONTENCODING_ISO8859_2 | ?wxFONTENCODING_ISO8859_3 | ?wxFONTENCODING_ISO8859_4 | ?wxFONTENCODING_ISO8859_5 | ?wxFONTENCODING_ISO8859_6 | ?wxFONTENCODING_ISO8859_7 | ?wxFONTENCODING_ISO8859_8 | ?wxFONTENCODING_ISO8859_9 | ?wxFONTENCODING_ISO8859_10 | ?wxFONTENCODING_ISO8859_11 | ?wxFONTENCODING_ISO8859_12 | ?wxFONTENCODING_ISO8859_13 | ?wxFONTENCODING_ISO8859_14 | ?wxFONTENCODING_ISO8859_15 | ?wxFONTENCODING_ISO8859_MAX | ?wxFONTENCODING_KOI8 | ?wxFONTENCODING_KOI8_U | ?wxFONTENCODING_ALTERNATIVE | ?wxFONTENCODING_BULGARIAN | ?wxFONTENCODING_CP437 | ?wxFONTENCODING_CP850 | ?wxFONTENCODING_CP852 | ?wxFONTENCODING_CP855 | ?wxFONTENCODING_CP866 | ?wxFONTENCODING_CP874 | ?wxFONTENCODING_CP932 | ?wxFONTENCODING_CP936 | ?wxFONTENCODING_CP949 | ?wxFONTENCODING_CP950 | ?wxFONTENCODING_CP1250 | ?wxFONTENCODING_CP1251 | ?wxFONTENCODING_CP1252 | ?wxFONTENCODING_CP1253 | ?wxFONTENCODING_CP1254 | ?wxFONTENCODING_CP1255 | ?wxFONTENCODING_CP1256 | ?wxFONTENCODING_CP1257 | ?wxFONTENCODING_CP12_MAX | ?wxFONTENCODING_UTF7 | ?wxFONTENCODING_UTF8 | ?wxFONTENCODING_EUC_JP | ?wxFONTENCODING_UTF16BE | ?wxFONTENCODING_UTF16LE | ?wxFONTENCODING_UTF32BE | ?wxFONTENCODING_UTF32LE | ?wxFONTENCODING_MACROMAN | ?wxFONTENCODING_MACJAPANESE | ?wxFONTENCODING_MACCHINESETRAD | ?wxFONTENCODING_MACKOREAN | ?wxFONTENCODING_MACARABIC | ?wxFONTENCODING_MACHEBREW | ?wxFONTENCODING_MACGREEK | ?wxFONTENCODING_MACCYRILLIC | ?wxFONTENCODING_MACDEVANAGARI | ?wxFONTENCODING_MACGURMUKHI | ?wxFONTENCODING_MACGUJARATI | ?wxFONTENCODING_MACORIYA | ?wxFONTENCODING_MACBENGALI | ?wxFONTENCODING_MACTAMIL | ?wxFONTENCODING_MACTELUGU | ?wxFONTENCODING_MACKANNADA | ?wxFONTENCODING_MACMALAJALAM | ?wxFONTENCODING_MACSINHALESE | ?wxFONTENCODING_MACBURMESE | ?wxFONTENCODING_MACKHMER | ?wxFONTENCODING_MACTHAI | ?wxFONTENCODING_MACLAOTIAN | ?wxFONTENCODING_MACGEORGIAN | ?wxFONTENCODING_MACARMENIAN | ?wxFONTENCODING_MACCHINESESIMP | ?wxFONTENCODING_MACTIBETAN | ?wxFONTENCODING_MACMONGOLIAN | ?wxFONTENCODING_MACETHIOPIC | ?wxFONTENCODING_MACCENTRALEUR | ?wxFONTENCODING_MACVIATNAMESE | ?wxFONTENCODING_MACARABICEXT | ?wxFONTENCODING_MACSYMBOL | ?wxFONTENCODING_MACDINGBATS | ?wxFONTENCODING_MACTURKISH | ?wxFONTENCODING_MACCROATIAN | ?wxFONTENCODING_MACICELANDIC | ?wxFONTENCODING_MACROMANIAN | ?wxFONTENCODING_MACCELTIC | ?wxFONTENCODING_MACGAELIC | ?wxFONTENCODING_MACKEYBOARD | ?wxFONTENCODING_MAX | ?wxFONTENCODING_MACMIN | ?wxFONTENCODING_MACMAX | ?wxFONTENCODING_UTF16 | ?wxFONTENCODING_UTF32 | ?wxFONTENCODING_UNICODE | ?wxFONTENCODING_GB2312 | ?wxFONTENCODING_BIG5 | ?wxFONTENCODING_SHIFT_JIS
setMargins(This, Left, Right) -> ok
This = wxStyledTextCtrl()Left = integer()Right = integer()
See
getSelection(This) -> {StartPos::integer(), EndPos::integer()}
This = wxStyledTextCtrl()
See
pointFromPosition(This, Pos) -> {X::integer(), Y::integer()}
This = wxStyledTextCtrl()Pos = integer()
See
scrollToLine(This, Line) -> ok
This = wxStyledTextCtrl()Line = integer()
See
scrollToColumn(This, Column) -> ok
This = wxStyledTextCtrl()Column = integer()
See
setVScrollBar(This, Bar) -> ok
This = wxStyledTextCtrl()Bar = wxScrollBar:wxScrollBar()
See
setHScrollBar(This, Bar) -> ok
This = wxStyledTextCtrl()Bar = wxScrollBar:wxScrollBar()
See
setLastKeydownProcessed(This, Val) -> ok
This = wxStyledTextCtrl()Val = boolean()
See
saveFile(This, Filename) -> boolean()
This = wxStyledTextCtrl()Filename = unicode:chardata()
See
loadFile(This, Filename) -> boolean()
This = wxStyledTextCtrl()Filename = unicode:chardata()
See
doDragOver(This, X, Y, Def) -> wx:wx_enum()
This = wxStyledTextCtrl()X = integer()Y = integer()Def = wx:wx_enum()
See
Def = ?wxDragError | ?wxDragNone | ?wxDragCopy | ?wxDragMove | ?wxDragLink | ?wxDragCancel
Res = ?wxDragError | ?wxDragNone | ?wxDragCopy | ?wxDragMove | ?wxDragLink | ?wxDragCancel
doDropText(This, X, Y, Data) -> boolean()
This = wxStyledTextCtrl()X = integer()Y = integer()Data = unicode:chardata()
See
insertTextRaw(This, Pos, Text) -> ok
This = wxStyledTextCtrl()Pos = integer()Text = binary()
See
getCurLineRaw(This) -> Result
Result = {Res::binary(), LinePos::integer()}This = wxStyledTextCtrl()
See
getLineRaw(This, Line) -> binary()
This = wxStyledTextCtrl()Line = integer()
See
getTextRangeRaw(This, StartPos, EndPos) -> binary()
This = wxStyledTextCtrl()StartPos = integer()EndPos = integer()
See
appendTextRaw(This, Text) -> ok
This = wxStyledTextCtrl()Text = binary()
See
destroy(This::wxStyledTextCtrl()) -> ok
Destroys this object, do not use object again