wxStyledTextCtrl.3erl

Langue: en

Autres versions - même langue

Version: 291410 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

wxStyledTextCtrl - See external documentation: wxStyledTextCtrl.

DESCRIPTION

See external documentation: wxStyledTextCtrl <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html>.

This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler

DATA TYPES

wxStyledTextCtrl():

An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.

EXPORTS

new() -> wxStyledTextCtrl()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlwxstyledtextctrl>.

new(Parent::wxWindow() (see module wxWindow)) -> wxStyledTextCtrl()


Equivalent to new(Parent, []).

new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxStyledTextCtrl()

Types
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlwxstyledtextctrl>.

create(This::wxStyledTextCtrl(), Parent::wxWindow() (see module wxWindow)) -> bool()


Equivalent to create(This, Parent, []).

create(This::wxStyledTextCtrl(), Parent::wxWindow() (see module wxWindow), Options::[Option]) -> bool()

Types
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcreate>.

addText(This::wxStyledTextCtrl(), Text::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrladdtext>.

addStyledText(This::wxStyledTextCtrl(), Data::wxMemoryBuffer() (see module wxMemoryBuffer)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrladdstyledtext>.

insertText(This::wxStyledTextCtrl(), Pos::integer(), Text::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlinserttext>.

clearAll(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlclearall>.

clearDocumentStyle(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcleardocumentstyle>.

getLength(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetlength>.

getCharAt(This::wxStyledTextCtrl(), Pos::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetcharat>.

getCurrentPos(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetcurrentpos>.

getAnchor(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetanchor>.

getStyleAt(This::wxStyledTextCtrl(), Pos::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetstyleat>.

redo(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlredo>.

setUndoCollection(This::wxStyledTextCtrl(), CollectUndo::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetundocollection>.

selectAll(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlselectall>.

setSavePoint(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetsavepoint>.

getStyledText(This::wxStyledTextCtrl(), StartPos::integer(), EndPos::integer()) -> wxMemoryBuffer() (see module wxMemoryBuffer)


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetstyledtext>.

canRedo(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcanredo>.

markerLineFromHandle(This::wxStyledTextCtrl(), Handle::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlmarkerlinefromhandle>.

markerDeleteHandle(This::wxStyledTextCtrl(), Handle::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlmarkerdeletehandle>.

getUndoCollection(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetundocollection>.

getViewWhiteSpace(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetviewwhitespace>.

setViewWhiteSpace(This::wxStyledTextCtrl(), ViewWS::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetviewwhitespace>.

positionFromPoint(This::wxStyledTextCtrl(), Pt::{X::integer(), Y::integer()}) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlpositionfrompoint>.

positionFromPointClose(This::wxStyledTextCtrl(), X::integer(), Y::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlpositionfrompointclose>.

gotoLine(This::wxStyledTextCtrl(), Line::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgotoline>.

gotoPos(This::wxStyledTextCtrl(), Pos::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgotopos>.

setAnchor(This::wxStyledTextCtrl(), PosAnchor::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetanchor>.

getCurLine(This::wxStyledTextCtrl()) -> {string(), LinePos::integer()}


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetcurline>.

getEndStyled(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetendstyled>.

convertEOLs(This::wxStyledTextCtrl(), EolMode::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlconverteols>.

getEOLMode(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgeteolmode>.

setEOLMode(This::wxStyledTextCtrl(), EolMode::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlseteolmode>.

startStyling(This::wxStyledTextCtrl(), Pos::integer(), Mask::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstartstyling>.

setStyling(This::wxStyledTextCtrl(), Length::integer(), Style::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetstyling>.

getBufferedDraw(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetbuffereddraw>.

setBufferedDraw(This::wxStyledTextCtrl(), Buffered::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetbuffereddraw>.

setTabWidth(This::wxStyledTextCtrl(), TabWidth::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsettabwidth>.

getTabWidth(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgettabwidth>.

setCodePage(This::wxStyledTextCtrl(), CodePage::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetcodepage>.

markerDefine(This::wxStyledTextCtrl(), MarkerNumber::integer(), MarkerSymbol::integer()) -> ok


Equivalent to markerDefine(This, MarkerNumber, MarkerSymbol, []).

markerDefine(This::wxStyledTextCtrl(), MarkerNumber::integer(), MarkerSymbol::integer(), Options::[Option]) -> ok

Types
Option = {foreground, colour() (see module wx)} | {background, colour() (see module wx)}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlmarkerdefine>.

markerSetForeground(This::wxStyledTextCtrl(), MarkerNumber::integer(), Fore::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlmarkersetforeground>.

markerSetBackground(This::wxStyledTextCtrl(), MarkerNumber::integer(), Back::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlmarkersetbackground>.

markerAdd(This::wxStyledTextCtrl(), Line::integer(), MarkerNumber::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlmarkeradd>.

markerDelete(This::wxStyledTextCtrl(), Line::integer(), MarkerNumber::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlmarkerdelete>.

markerDeleteAll(This::wxStyledTextCtrl(), MarkerNumber::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlmarkerdeleteall>.

markerGet(This::wxStyledTextCtrl(), Line::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlmarkerget>.

markerNext(This::wxStyledTextCtrl(), LineStart::integer(), MarkerMask::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlmarkernext>.

markerPrevious(This::wxStyledTextCtrl(), LineStart::integer(), MarkerMask::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlmarkerprevious>.

markerDefineBitmap(This::wxStyledTextCtrl(), MarkerNumber::integer(), Bmp::wxBitmap() (see module wxBitmap)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlmarkerdefinebitmap>.

markerAddSet(This::wxStyledTextCtrl(), Line::integer(), Set::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlmarkeraddset>.

markerSetAlpha(This::wxStyledTextCtrl(), MarkerNumber::integer(), Alpha::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlmarkersetalpha>.

setMarginType(This::wxStyledTextCtrl(), Margin::integer(), MarginType::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetmargintype>.

getMarginType(This::wxStyledTextCtrl(), Margin::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetmargintype>.

setMarginWidth(This::wxStyledTextCtrl(), Margin::integer(), PixelWidth::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetmarginwidth>.

getMarginWidth(This::wxStyledTextCtrl(), Margin::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetmarginwidth>.

setMarginMask(This::wxStyledTextCtrl(), Margin::integer(), Mask::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetmarginmask>.

getMarginMask(This::wxStyledTextCtrl(), Margin::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetmarginmask>.

setMarginSensitive(This::wxStyledTextCtrl(), Margin::integer(), Sensitive::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetmarginsensitive>.

getMarginSensitive(This::wxStyledTextCtrl(), Margin::integer()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetmarginsensitive>.

styleClearAll(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstyleclearall>.

styleSetForeground(This::wxStyledTextCtrl(), Style::integer(), Fore::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstylesetforeground>.

styleSetBackground(This::wxStyledTextCtrl(), Style::integer(), Back::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstylesetbackground>.

styleSetBold(This::wxStyledTextCtrl(), Style::integer(), Bold::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstylesetbold>.

styleSetItalic(This::wxStyledTextCtrl(), Style::integer(), Italic::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstylesetitalic>.

styleSetSize(This::wxStyledTextCtrl(), Style::integer(), SizePoints::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstylesetsize>.

styleSetFaceName(This::wxStyledTextCtrl(), Style::integer(), FontName::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstylesetfacename>.

styleSetEOLFilled(This::wxStyledTextCtrl(), Style::integer(), Filled::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstyleseteolfilled>.

styleResetDefault(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstyleresetdefault>.

styleSetUnderline(This::wxStyledTextCtrl(), Style::integer(), Underline::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstylesetunderline>.

styleSetCase(This::wxStyledTextCtrl(), Style::integer(), CaseForce::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstylesetcase>.

styleSetHotSpot(This::wxStyledTextCtrl(), Style::integer(), Hotspot::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstylesethotspot>.

setSelForeground(This::wxStyledTextCtrl(), UseSetting::bool(), Fore::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetselforeground>.

setSelBackground(This::wxStyledTextCtrl(), UseSetting::bool(), Back::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetselbackground>.

getSelAlpha(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetselalpha>.

setSelAlpha(This::wxStyledTextCtrl(), Alpha::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetselalpha>.

setCaretForeground(This::wxStyledTextCtrl(), Fore::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetcaretforeground>.

cmdKeyAssign(This::wxStyledTextCtrl(), Key::integer(), Modifiers::integer(), Cmd::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcmdkeyassign>.

cmdKeyClear(This::wxStyledTextCtrl(), Key::integer(), Modifiers::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcmdkeyclear>.

cmdKeyClearAll(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcmdkeyclearall>.

setStyleBytes(This::wxStyledTextCtrl(), Length::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetstylebytes>.

styleSetVisible(This::wxStyledTextCtrl(), Style::integer(), Visible::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstylesetvisible>.

getCaretPeriod(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetcaretperiod>.

setCaretPeriod(This::wxStyledTextCtrl(), PeriodMilliseconds::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetcaretperiod>.

setWordChars(This::wxStyledTextCtrl(), Characters::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetwordchars>.

beginUndoAction(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlbeginundoaction>.

endUndoAction(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlendundoaction>.

indicatorSetStyle(This::wxStyledTextCtrl(), Indic::integer(), Style::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlindicatorsetstyle>.

indicatorGetStyle(This::wxStyledTextCtrl(), Indic::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlindicatorgetstyle>.

indicatorSetForeground(This::wxStyledTextCtrl(), Indic::integer(), Fore::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlindicatorsetforeground>.

indicatorGetForeground(This::wxStyledTextCtrl(), Indic::integer()) -> colour() (see module wx)


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlindicatorgetforeground>.

setWhitespaceForeground(This::wxStyledTextCtrl(), UseSetting::bool(), Fore::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetwhitespaceforeground>.

setWhitespaceBackground(This::wxStyledTextCtrl(), UseSetting::bool(), Back::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetwhitespacebackground>.

getStyleBits(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetstylebits>.

setLineState(This::wxStyledTextCtrl(), Line::integer(), State::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetlinestate>.

getLineState(This::wxStyledTextCtrl(), Line::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetlinestate>.

getMaxLineState(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetmaxlinestate>.

getCaretLineVisible(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetcaretlinevisible>.

setCaretLineVisible(This::wxStyledTextCtrl(), Show::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetcaretlinevisible>.

getCaretLineBackground(This::wxStyledTextCtrl()) -> colour() (see module wx)


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetcaretlinebackground>.

setCaretLineBackground(This::wxStyledTextCtrl(), Back::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetcaretlinebackground>.

autoCompShow(This::wxStyledTextCtrl(), LenEntered::integer(), ItemList::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompshow>.

autoCompCancel(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompcancel>.

autoCompActive(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompactive>.

autoCompPosStart(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompposstart>.

autoCompComplete(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompcomplete>.

autoCompStops(This::wxStyledTextCtrl(), CharacterSet::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompstops>.

autoCompSetSeparator(This::wxStyledTextCtrl(), SeparatorCharacter::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompsetseparator>.

autoCompGetSeparator(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompgetseparator>.

autoCompSelect(This::wxStyledTextCtrl(), Text::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompselect>.

autoCompSetCancelAtStart(This::wxStyledTextCtrl(), Cancel::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompsetcancelatstart>.

autoCompGetCancelAtStart(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompgetcancelatstart>.

autoCompSetFillUps(This::wxStyledTextCtrl(), CharacterSet::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompsetfillups>.

autoCompSetChooseSingle(This::wxStyledTextCtrl(), ChooseSingle::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompsetchoosesingle>.

autoCompGetChooseSingle(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompgetchoosesingle>.

autoCompSetIgnoreCase(This::wxStyledTextCtrl(), IgnoreCase::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompsetignorecase>.

autoCompGetIgnoreCase(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompgetignorecase>.

userListShow(This::wxStyledTextCtrl(), ListType::integer(), ItemList::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrluserlistshow>.

autoCompSetAutoHide(This::wxStyledTextCtrl(), AutoHide::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompsetautohide>.

autoCompGetAutoHide(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompgetautohide>.

autoCompSetDropRestOfWord(This::wxStyledTextCtrl(), DropRestOfWord::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompsetdroprestofword>.

autoCompGetDropRestOfWord(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompgetdroprestofword>.

registerImage(This::wxStyledTextCtrl(), Type::integer(), Bmp::wxBitmap() (see module wxBitmap)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlregisterimage>.

clearRegisteredImages(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlclearregisteredimages>.

autoCompGetTypeSeparator(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompgettypeseparator>.

autoCompSetTypeSeparator(This::wxStyledTextCtrl(), SeparatorCharacter::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompsettypeseparator>.

autoCompSetMaxWidth(This::wxStyledTextCtrl(), CharacterCount::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompsetmaxwidth>.

autoCompGetMaxWidth(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompgetmaxwidth>.

autoCompSetMaxHeight(This::wxStyledTextCtrl(), RowCount::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompsetmaxheight>.

autoCompGetMaxHeight(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompgetmaxheight>.

setIndent(This::wxStyledTextCtrl(), IndentSize::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetindent>.

getIndent(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetindent>.

setUseTabs(This::wxStyledTextCtrl(), UseTabs::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetusetabs>.

getUseTabs(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetusetabs>.

setLineIndentation(This::wxStyledTextCtrl(), Line::integer(), IndentSize::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetlineindentation>.

getLineIndentation(This::wxStyledTextCtrl(), Line::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetlineindentation>.

getLineIndentPosition(This::wxStyledTextCtrl(), Line::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetlineindentposition>.

getColumn(This::wxStyledTextCtrl(), Pos::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetcolumn>.

setUseHorizontalScrollBar(This::wxStyledTextCtrl(), Show::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetusehorizontalscrollbar>.

getUseHorizontalScrollBar(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetusehorizontalscrollbar>.

setIndentationGuides(This::wxStyledTextCtrl(), Show::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetindentationguides>.

getIndentationGuides(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetindentationguides>.

setHighlightGuide(This::wxStyledTextCtrl(), Column::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsethighlightguide>.

getHighlightGuide(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgethighlightguide>.

getLineEndPosition(This::wxStyledTextCtrl(), Line::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetlineendposition>.

getCodePage(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetcodepage>.

getCaretForeground(This::wxStyledTextCtrl()) -> colour() (see module wx)


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetcaretforeground>.

getReadOnly(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetreadonly>.

setCurrentPos(This::wxStyledTextCtrl(), Pos::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetcurrentpos>.

setSelectionStart(This::wxStyledTextCtrl(), Pos::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetselectionstart>.

getSelectionStart(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetselectionstart>.

setSelectionEnd(This::wxStyledTextCtrl(), Pos::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetselectionend>.

getSelectionEnd(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetselectionend>.

setPrintMagnification(This::wxStyledTextCtrl(), Magnification::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetprintmagnification>.

getPrintMagnification(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetprintmagnification>.

setPrintColourMode(This::wxStyledTextCtrl(), Mode::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetprintcolourmode>.

getPrintColourMode(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetprintcolourmode>.

findText(This::wxStyledTextCtrl(), MinPos::integer(), MaxPos::integer(), Text::string()) -> integer()


Equivalent to findText(This, MinPos, MaxPos, Text, []).

findText(This::wxStyledTextCtrl(), MinPos::integer(), MaxPos::integer(), Text::string(), Options::[Option]) -> integer()

Types
Option = {flags, integer()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlfindtext>.

formatRange(This::wxStyledTextCtrl(), DoDraw::bool(), StartPos::integer(), EndPos::integer(), Draw::wxDC() (see module wxDC), Target::wxDC() (see module wxDC), RenderRect::{X::integer(), Y::integer(), W::integer(), H::integer()}, PageRect::{X::integer(), Y::integer(), W::integer(), H::integer()}) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlformatrange>.

getFirstVisibleLine(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetfirstvisibleline>.

getLine(This::wxStyledTextCtrl(), Line::integer()) -> string()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetline>.

getLineCount(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetlinecount>.

setMarginLeft(This::wxStyledTextCtrl(), PixelWidth::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetmarginleft>.

getMarginLeft(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetmarginleft>.

setMarginRight(This::wxStyledTextCtrl(), PixelWidth::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetmarginright>.

getMarginRight(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetmarginright>.

getModify(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetmodify>.

setSelection(This::wxStyledTextCtrl(), Start::integer(), End::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetselection>.

getSelectedText(This::wxStyledTextCtrl()) -> string()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetselectedtext>.

getTextRange(This::wxStyledTextCtrl(), StartPos::integer(), EndPos::integer()) -> string()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgettextrange>.

hideSelection(This::wxStyledTextCtrl(), Normal::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlhideselection>.

lineFromPosition(This::wxStyledTextCtrl(), Pos::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllinefromposition>.

positionFromLine(This::wxStyledTextCtrl(), Line::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlpositionfromline>.

lineScroll(This::wxStyledTextCtrl(), Columns::integer(), Lines::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllinescroll>.

ensureCaretVisible(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlensurecaretvisible>.

replaceSelection(This::wxStyledTextCtrl(), Text::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlreplaceselection>.

setReadOnly(This::wxStyledTextCtrl(), ReadOnly::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetreadonly>.

canPaste(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcanpaste>.

canUndo(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcanundo>.

emptyUndoBuffer(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlemptyundobuffer>.

undo(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlundo>.

cut(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcut>.

copy(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcopy>.

paste(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlpaste>.

clear(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlclear>.

setText(This::wxStyledTextCtrl(), Text::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsettext>.

getText(This::wxStyledTextCtrl()) -> string()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgettext>.

getTextLength(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgettextlength>.

getOvertype(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetovertype>.

setCaretWidth(This::wxStyledTextCtrl(), PixelWidth::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetcaretwidth>.

getCaretWidth(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetcaretwidth>.

setTargetStart(This::wxStyledTextCtrl(), Pos::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsettargetstart>.

getTargetStart(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgettargetstart>.

setTargetEnd(This::wxStyledTextCtrl(), Pos::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsettargetend>.

getTargetEnd(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgettargetend>.

replaceTarget(This::wxStyledTextCtrl(), Text::string()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlreplacetarget>.

searchInTarget(This::wxStyledTextCtrl(), Text::string()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsearchintarget>.

setSearchFlags(This::wxStyledTextCtrl(), Flags::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetsearchflags>.

getSearchFlags(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetsearchflags>.

callTipShow(This::wxStyledTextCtrl(), Pos::integer(), Definition::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcalltipshow>.

callTipCancel(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcalltipcancel>.

callTipActive(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcalltipactive>.

callTipPosAtStart(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcalltipposatstart>.

callTipSetHighlight(This::wxStyledTextCtrl(), Start::integer(), End::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcalltipsethighlight>.

callTipSetBackground(This::wxStyledTextCtrl(), Back::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcalltipsetbackground>.

callTipSetForeground(This::wxStyledTextCtrl(), Fore::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcalltipsetforeground>.

callTipSetForegroundHighlight(This::wxStyledTextCtrl(), Fore::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcalltipsetforegroundhighlight>.

callTipUseStyle(This::wxStyledTextCtrl(), TabSize::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcalltipusestyle>.

visibleFromDocLine(This::wxStyledTextCtrl(), Line::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlvisiblefromdocline>.

docLineFromVisible(This::wxStyledTextCtrl(), LineDisplay::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrldoclinefromvisible>.

wrapCount(This::wxStyledTextCtrl(), Line::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlwrapcount>.

setFoldLevel(This::wxStyledTextCtrl(), Line::integer(), Level::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetfoldlevel>.

getFoldLevel(This::wxStyledTextCtrl(), Line::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetfoldlevel>.

getLastChild(This::wxStyledTextCtrl(), Line::integer(), Level::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetlastchild>.

getFoldParent(This::wxStyledTextCtrl(), Line::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetfoldparent>.

showLines(This::wxStyledTextCtrl(), LineStart::integer(), LineEnd::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlshowlines>.

hideLines(This::wxStyledTextCtrl(), LineStart::integer(), LineEnd::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlhidelines>.

getLineVisible(This::wxStyledTextCtrl(), Line::integer()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetlinevisible>.

setFoldExpanded(This::wxStyledTextCtrl(), Line::integer(), Expanded::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetfoldexpanded>.

getFoldExpanded(This::wxStyledTextCtrl(), Line::integer()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetfoldexpanded>.

toggleFold(This::wxStyledTextCtrl(), Line::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrltogglefold>.

ensureVisible(This::wxStyledTextCtrl(), Line::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlensurevisible>.

setFoldFlags(This::wxStyledTextCtrl(), Flags::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetfoldflags>.

ensureVisibleEnforcePolicy(This::wxStyledTextCtrl(), Line::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlensurevisibleenforcepolicy>.

setTabIndents(This::wxStyledTextCtrl(), TabIndents::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsettabindents>.

getTabIndents(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgettabindents>.

setBackSpaceUnIndents(This::wxStyledTextCtrl(), BsUnIndents::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetbackspaceunindents>.

getBackSpaceUnIndents(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetbackspaceunindents>.

setMouseDwellTime(This::wxStyledTextCtrl(), PeriodMilliseconds::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetmousedwelltime>.

getMouseDwellTime(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetmousedwelltime>.

wordStartPosition(This::wxStyledTextCtrl(), Pos::integer(), OnlyWordCharacters::bool()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlwordstartposition>.

wordEndPosition(This::wxStyledTextCtrl(), Pos::integer(), OnlyWordCharacters::bool()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlwordendposition>.

setWrapMode(This::wxStyledTextCtrl(), Mode::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetwrapmode>.

getWrapMode(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetwrapmode>.

setWrapVisualFlags(This::wxStyledTextCtrl(), WrapVisualFlags::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetwrapvisualflags>.

getWrapVisualFlags(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetwrapvisualflags>.

setWrapVisualFlagsLocation(This::wxStyledTextCtrl(), WrapVisualFlagsLocation::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetwrapvisualflagslocation>.

getWrapVisualFlagsLocation(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetwrapvisualflagslocation>.

setWrapStartIndent(This::wxStyledTextCtrl(), Indent::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetwrapstartindent>.

getWrapStartIndent(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetwrapstartindent>.

setLayoutCache(This::wxStyledTextCtrl(), Mode::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetlayoutcache>.

getLayoutCache(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetlayoutcache>.

setScrollWidth(This::wxStyledTextCtrl(), PixelWidth::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetscrollwidth>.

getScrollWidth(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetscrollwidth>.

textWidth(This::wxStyledTextCtrl(), Style::integer(), Text::string()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrltextwidth>.

getEndAtLastLine(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetendatlastline>.

textHeight(This::wxStyledTextCtrl(), Line::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrltextheight>.

setUseVerticalScrollBar(This::wxStyledTextCtrl(), Show::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetuseverticalscrollbar>.

getUseVerticalScrollBar(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetuseverticalscrollbar>.

appendText(This::wxStyledTextCtrl(), Text::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlappendtext>.

getTwoPhaseDraw(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgettwophasedraw>.

setTwoPhaseDraw(This::wxStyledTextCtrl(), TwoPhase::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsettwophasedraw>.

targetFromSelection(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrltargetfromselection>.

linesJoin(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllinesjoin>.

linesSplit(This::wxStyledTextCtrl(), PixelWidth::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllinessplit>.

setFoldMarginColour(This::wxStyledTextCtrl(), UseSetting::bool(), Back::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetfoldmargincolour>.

setFoldMarginHiColour(This::wxStyledTextCtrl(), UseSetting::bool(), Fore::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetfoldmarginhicolour>.

lineDown(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllinedown>.

lineDownExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllinedownextend>.

lineUp(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllineup>.

lineUpExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllineupextend>.

charLeft(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcharleft>.

charLeftExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcharleftextend>.

charRight(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcharright>.

charRightExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcharrightextend>.

wordLeft(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlwordleft>.

wordLeftExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlwordleftextend>.

wordRight(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlwordright>.

wordRightExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlwordrightextend>.

home(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlhome>.

homeExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlhomeextend>.

lineEnd(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllineend>.

lineEndExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllineendextend>.

documentStart(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrldocumentstart>.

documentStartExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrldocumentstartextend>.

documentEnd(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrldocumentend>.

documentEndExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrldocumentendextend>.

pageUp(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlpageup>.

pageUpExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlpageupextend>.

pageDown(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlpagedown>.

pageDownExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlpagedownextend>.

editToggleOvertype(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrledittoggleovertype>.

cancel(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcancel>.

deleteBack(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrldeleteback>.

tab(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrltab>.

backTab(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlbacktab>.

newLine(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlnewline>.

formFeed(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlformfeed>.

vCHome(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlvchome>.

vCHomeExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlvchomeextend>.

zoomIn(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlzoomin>.

zoomOut(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlzoomout>.

delWordLeft(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrldelwordleft>.

delWordRight(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrldelwordright>.

lineCut(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllinecut>.

lineDelete(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllinedelete>.

lineTranspose(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllinetranspose>.

lineDuplicate(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllineduplicate>.

lowerCase(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllowercase>.

upperCase(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrluppercase>.

lineScrollDown(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllinescrolldown>.

lineScrollUp(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllinescrollup>.

deleteBackNotLine(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrldeletebacknotline>.

homeDisplay(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlhomedisplay>.

homeDisplayExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlhomedisplayextend>.

lineEndDisplay(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllineenddisplay>.

lineEndDisplayExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllineenddisplayextend>.

homeWrapExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlhomewrapextend>.

lineEndWrap(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllineendwrap>.

lineEndWrapExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllineendwrapextend>.

vCHomeWrap(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlvchomewrap>.

vCHomeWrapExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlvchomewrapextend>.

lineCopy(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllinecopy>.

moveCaretInsideView(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlmovecaretinsideview>.

lineLength(This::wxStyledTextCtrl(), Line::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllinelength>.

braceHighlight(This::wxStyledTextCtrl(), Pos1::integer(), Pos2::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlbracehighlight>.

braceBadLight(This::wxStyledTextCtrl(), Pos::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlbracebadlight>.

braceMatch(This::wxStyledTextCtrl(), Pos::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlbracematch>.

getViewEOL(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetvieweol>.

setViewEOL(This::wxStyledTextCtrl(), Visible::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetvieweol>.

setModEventMask(This::wxStyledTextCtrl(), Mask::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetmodeventmask>.

getEdgeColumn(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetedgecolumn>.

setEdgeColumn(This::wxStyledTextCtrl(), Column::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetedgecolumn>.

getEdgeMode(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetedgemode>.

getEdgeColour(This::wxStyledTextCtrl()) -> colour() (see module wx)


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetedgecolour>.

setEdgeColour(This::wxStyledTextCtrl(), EdgeColour::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetedgecolour>.

searchAnchor(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsearchanchor>.

searchNext(This::wxStyledTextCtrl(), Flags::integer(), Text::string()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsearchnext>.

searchPrev(This::wxStyledTextCtrl(), Flags::integer(), Text::string()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsearchprev>.

linesOnScreen(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllinesonscreen>.

usePopUp(This::wxStyledTextCtrl(), AllowPopUp::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlusepopup>.

selectionIsRectangle(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlselectionisrectangle>.

setZoom(This::wxStyledTextCtrl(), Zoom::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetzoom>.

getZoom(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetzoom>.

getModEventMask(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetmodeventmask>.

setSTCFocus(This::wxStyledTextCtrl(), Focus::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetstcfocus>.

getSTCFocus(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetstcfocus>.

setStatus(This::wxStyledTextCtrl(), StatusCode::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetstatus>.

getStatus(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetstatus>.

setMouseDownCaptures(This::wxStyledTextCtrl(), Captures::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetmousedowncaptures>.

getMouseDownCaptures(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetmousedowncaptures>.

setSTCCursor(This::wxStyledTextCtrl(), CursorType::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetstccursor>.

getSTCCursor(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetstccursor>.

setControlCharSymbol(This::wxStyledTextCtrl(), Symbol::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetcontrolcharsymbol>.

getControlCharSymbol(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetcontrolcharsymbol>.

wordPartLeft(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlwordpartleft>.

wordPartLeftExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlwordpartleftextend>.

wordPartRight(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlwordpartright>.

wordPartRightExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlwordpartrightextend>.

setVisiblePolicy(This::wxStyledTextCtrl(), VisiblePolicy::integer(), VisibleSlop::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetvisiblepolicy>.

delLineLeft(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrldellineleft>.

delLineRight(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrldellineright>.

getXOffset(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetxoffset>.

chooseCaretX(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlchoosecaretx>.

setXCaretPolicy(This::wxStyledTextCtrl(), CaretPolicy::integer(), CaretSlop::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetxcaretpolicy>.

setYCaretPolicy(This::wxStyledTextCtrl(), CaretPolicy::integer(), CaretSlop::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetycaretpolicy>.

getPrintWrapMode(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetprintwrapmode>.

setHotspotActiveForeground(This::wxStyledTextCtrl(), UseSetting::bool(), Fore::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsethotspotactiveforeground>.

setHotspotActiveBackground(This::wxStyledTextCtrl(), UseSetting::bool(), Back::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsethotspotactivebackground>.

setHotspotActiveUnderline(This::wxStyledTextCtrl(), Underline::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsethotspotactiveunderline>.

setHotspotSingleLine(This::wxStyledTextCtrl(), SingleLine::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsethotspotsingleline>.

paraDownExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlparadownextend>.

paraUp(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlparaup>.

paraUpExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlparaupextend>.

positionBefore(This::wxStyledTextCtrl(), Pos::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlpositionbefore>.

positionAfter(This::wxStyledTextCtrl(), Pos::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlpositionafter>.

copyRange(This::wxStyledTextCtrl(), Start::integer(), End::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcopyrange>.

copyText(This::wxStyledTextCtrl(), Length::integer(), Text::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcopytext>.

setSelectionMode(This::wxStyledTextCtrl(), Mode::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetselectionmode>.

getSelectionMode(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetselectionmode>.

lineDownRectExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllinedownrectextend>.

lineUpRectExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllineuprectextend>.

charLeftRectExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcharleftrectextend>.

charRightRectExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcharrightrectextend>.

homeRectExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlhomerectextend>.

vCHomeRectExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlvchomerectextend>.

lineEndRectExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrllineendrectextend>.

pageUpRectExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlpageuprectextend>.

pageDownRectExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlpagedownrectextend>.

stutteredPageUp(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstutteredpageup>.

stutteredPageUpExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstutteredpageupextend>.

stutteredPageDown(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstutteredpagedown>.

stutteredPageDownExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstutteredpagedownextend>.

wordLeftEnd(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlwordleftend>.

wordLeftEndExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlwordleftendextend>.

wordRightEnd(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlwordrightend>.

wordRightEndExtend(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlwordrightendextend>.

setWhitespaceChars(This::wxStyledTextCtrl(), Characters::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetwhitespacechars>.

setCharsDefault(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetcharsdefault>.

autoCompGetCurrent(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlautocompgetcurrent>.

allocate(This::wxStyledTextCtrl(), Bytes::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlallocate>.

findColumn(This::wxStyledTextCtrl(), Line::integer(), Column::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlfindcolumn>.

getCaretSticky(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetcaretsticky>.

setCaretSticky(This::wxStyledTextCtrl(), UseCaretStickyBehaviour::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetcaretsticky>.

toggleCaretSticky(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrltogglecaretsticky>.

setPasteConvertEndings(This::wxStyledTextCtrl(), Convert::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetpasteconvertendings>.

getPasteConvertEndings(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetpasteconvertendings>.

selectionDuplicate(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlselectionduplicate>.

setCaretLineBackAlpha(This::wxStyledTextCtrl(), Alpha::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetcaretlinebackalpha>.

getCaretLineBackAlpha(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetcaretlinebackalpha>.

startRecord(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstartrecord>.

stopRecord(This::wxStyledTextCtrl()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstoprecord>.

setLexer(This::wxStyledTextCtrl(), Lexer::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetlexer>.

getLexer(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetlexer>.

colourise(This::wxStyledTextCtrl(), Start::integer(), End::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcolourise>.

setProperty(This::wxStyledTextCtrl(), Key::string(), Value::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetproperty>.

setKeyWords(This::wxStyledTextCtrl(), KeywordSet::integer(), KeyWords::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetkeywords>.

setLexerLanguage(This::wxStyledTextCtrl(), Language::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetlexerlanguage>.

getProperty(This::wxStyledTextCtrl(), Key::string()) -> string()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetproperty>.

getStyleBitsNeeded(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetstylebitsneeded>.

getCurrentLine(This::wxStyledTextCtrl()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetcurrentline>.

styleSetSpec(This::wxStyledTextCtrl(), StyleNum::integer(), Spec::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstylesetspec>.

styleSetFont(This::wxStyledTextCtrl(), StyleNum::integer(), Font::wxFont() (see module wxFont)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstylesetfont>.

styleSetFontAttr(This::wxStyledTextCtrl(), StyleNum::integer(), Size::integer(), FaceName::string(), Bold::bool(), Italic::bool(), Underline::bool()) -> ok


Equivalent to styleSetFontAttr(This, StyleNum, Size, FaceName, Bold, Italic, Underline, []).

styleSetFontAttr(This::wxStyledTextCtrl(), StyleNum::integer(), Size::integer(), FaceName::string(), Bold::bool(), Italic::bool(), Underline::bool(), Options::[Option]) -> ok

Types
Option = {encoding, WxFontEncoding}
WxFontEncoding = integer()

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstylesetfontattr>.

 WxFontEncoding is one of ?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::wxStyledTextCtrl(), Style::integer(), CharacterSet::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstylesetcharacterset>.

styleSetFontEncoding(This::wxStyledTextCtrl(), Style::integer(), Encoding::WxFontEncoding) -> ok

Types
WxFontEncoding = integer()

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlstylesetfontencoding>.

 WxFontEncoding is one of ?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

cmdKeyExecute(This::wxStyledTextCtrl(), Cmd::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlcmdkeyexecute>.

setMargins(This::wxStyledTextCtrl(), Left::integer(), Right::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetmargins>.

getSelection(This::wxStyledTextCtrl()) -> {StartPos::integer(), EndPos::integer()}


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetselection>.

pointFromPosition(This::wxStyledTextCtrl(), Pos::integer()) -> {X::integer(), Y::integer()}


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlpointfromposition>.

scrollToLine(This::wxStyledTextCtrl(), Line::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlscrolltoline>.

scrollToColumn(This::wxStyledTextCtrl(), Column::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlscrolltocolumn>.

sendMsg(This::wxStyledTextCtrl(), Msg::integer()) -> integer()


Equivalent to sendMsg(This, Msg, []).

sendMsg(This::wxStyledTextCtrl(), Msg::integer(), Options::[Option]) -> integer()

Types
Option = {wp, integer()} | {lp, integer()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsendmsg>.

setVScrollBar(This::wxStyledTextCtrl(), Bar::wxScrollBar() (see module wxScrollBar)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetvscrollbar>.

setHScrollBar(This::wxStyledTextCtrl(), Bar::wxScrollBar() (see module wxScrollBar)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsethscrollbar>.

getLastKeydownProcessed(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetlastkeydownprocessed>.

setLastKeydownProcessed(This::wxStyledTextCtrl(), Val::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsetlastkeydownprocessed>.

saveFile(This::wxStyledTextCtrl(), Filename::string()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsavefile>.

loadFile(This::wxStyledTextCtrl(), Filename::string()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlloadfile>.

doDragOver(This::wxStyledTextCtrl(), X::integer(), Y::integer(), Def::WxDragResult) -> WxDragResult

Types
WxDragResult = integer()
WxDragResult = integer()

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrldodragover>.

 WxDragResult is one of ?wxDragError | ?wxDragNone | ?wxDragCopy | ?wxDragMove | ?wxDragLink | ?wxDragCancel 

 WxDragResult is one of ?wxDragError | ?wxDragNone | ?wxDragCopy | ?wxDragMove | ?wxDragLink | ?wxDragCancel

doDropText(This::wxStyledTextCtrl(), X::integer(), Y::integer(), Data::string()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrldodroptext>.

getUseAntiAliasing(This::wxStyledTextCtrl()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetuseantialiasing>.

addTextRaw(This::wxStyledTextCtrl(), Text::binary()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrladdtextraw>.

insertTextRaw(This::wxStyledTextCtrl(), Pos::integer(), Text::binary()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlinserttextraw>.

getCurLineRaw(This::wxStyledTextCtrl()) -> {binary(), LinePos::integer()}


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetcurlineraw>.

getLineRaw(This::wxStyledTextCtrl(), Line::integer()) -> binary()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetlineraw>.

getSelectedTextRaw(This::wxStyledTextCtrl()) -> binary()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgetselectedtextraw>.

getTextRangeRaw(This::wxStyledTextCtrl(), StartPos::integer(), EndPos::integer()) -> binary()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgettextrangeraw>.

setTextRaw(This::wxStyledTextCtrl(), Text::binary()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlsettextraw>.

getTextRaw(This::wxStyledTextCtrl()) -> binary()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlgettextraw>.

appendTextRaw(This::wxStyledTextCtrl(), Text::binary()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxstyledtextctrl.html#wxstyledtextctrlappendtextraw>.

destroy(This::wxStyledTextCtrl()) -> ok


Destroys this object, do not use object again