wxstyledtextctrl(3) - Linux man page

Name

wxStyledTextCtrl - See external documentation: wxStyledTextCtrl.

Description

See external documentation: wxStyledTextCtrl.

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.

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.

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.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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.

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.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

setCaretSticky(This::wxStyledTextCtrl(), UseCaretStickyBehaviour::bool()) -> ok

See external documentation.

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

See external documentation.

setPasteConvertEndings(This::wxStyledTextCtrl(), Convert::bool()) -> ok

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

setLexer(This::wxStyledTextCtrl(), Lexer::integer()) -> ok

See external documentation.

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

See external documentation.

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

See external documentation.

setProperty(This::wxStyledTextCtrl(), Key::string(), Value::string()) -> ok

See external documentation.

setKeyWords(This::wxStyledTextCtrl(), KeywordSet::integer(), KeyWords::string()) -> ok

See external documentation.

setLexerLanguage(This::wxStyledTextCtrl(), Language::string()) -> ok

See external documentation.

getProperty(This::wxStyledTextCtrl(), Key::string()) -> string()

See external documentation.

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

See external documentation.

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

See external documentation.

styleSetSpec(This::wxStyledTextCtrl(), StyleNum::integer(), Spec::string()) -> ok

See external documentation.

styleSetFont(This::wxStyledTextCtrl(), StyleNum::integer(), Font::wxFont() (see module wxFont)) -> ok

See external documentation.

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.
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.

styleSetFontEncoding(This::wxStyledTextCtrl(), Style::integer(), Encoding::WxFontEncoding) -> ok

Types:

WxFontEncoding = integer()

See external documentation.
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.

setMargins(This::wxStyledTextCtrl(), Left::integer(), Right::integer()) -> ok

See external documentation.

getSelection(This::wxStyledTextCtrl()) -> {StartPos::integer(), EndPos::integer()}

See external documentation.

pointFromPosition(This::wxStyledTextCtrl(), Pos::integer()) -> {X::integer(), Y::integer()}

See external documentation.

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

See external documentation.

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

See external documentation.

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.

setVScrollBar(This::wxStyledTextCtrl(), Bar::wxScrollBar() (see module wxScrollBar)) -> ok

See external documentation.

setHScrollBar(This::wxStyledTextCtrl(), Bar::wxScrollBar() (see module wxScrollBar)) -> ok

See external documentation.

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

See external documentation.

setLastKeydownProcessed(This::wxStyledTextCtrl(), Val::bool()) -> ok

See external documentation.

saveFile(This::wxStyledTextCtrl(), Filename::string()) -> bool()

See external documentation.

loadFile(This::wxStyledTextCtrl(), Filename::string()) -> bool()

See external documentation.

doDragOver(This::wxStyledTextCtrl(), X::integer(), Y::integer(), Def::WxDragResult) -> WxDragResult

Types:

WxDragResult = integer()
WxDragResult = integer()

See external documentation.
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.

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

See external documentation.

addTextRaw(This::wxStyledTextCtrl(), Text::binary()) -> ok

See external documentation.

insertTextRaw(This::wxStyledTextCtrl(), Pos::integer(), Text::binary()) -> ok

See external documentation.

getCurLineRaw(This::wxStyledTextCtrl()) -> {binary(), LinePos::integer()}

See external documentation.

getLineRaw(This::wxStyledTextCtrl(), Line::integer()) -> binary()

See external documentation.

getSelectedTextRaw(This::wxStyledTextCtrl()) -> binary()

See external documentation.

getTextRangeRaw(This::wxStyledTextCtrl(), StartPos::integer(), EndPos::integer()) -> binary()

See external documentation.

setTextRaw(This::wxStyledTextCtrl(), Text::binary()) -> ok

See external documentation.

getTextRaw(This::wxStyledTextCtrl()) -> binary()

See external documentation.

appendTextRaw(This::wxStyledTextCtrl(), Text::binary()) -> ok

See external documentation.

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

Destroys this object, do not use object again

Authors

<>