wxTextCtrl

See external documentation: wxTextCtrl.

See external documentation: wxTextCtrl.

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

Functions


new() -> wxTextCtrl()

See external documentation.

new(Parent, Id) -> wxTextCtrl()

Equivalent to new(Parent, Id, []).

new(Parent, Id, Options::[Option]) -> wxTextCtrl()

See external documentation.

appendText(This, Text) -> ok

See external documentation.

canCopy(This) -> boolean()

See external documentation.

canCut(This) -> boolean()

See external documentation.

canPaste(This) -> boolean()

See external documentation.

canRedo(This) -> boolean()

See external documentation.

canUndo(This) -> boolean()

See external documentation.

clear(This) -> ok

See external documentation.

copy(This) -> ok

See external documentation.

create(This, Parent, Id) -> boolean()

create(This, Parent, Id, Options::[Option]) -> boolean()

See external documentation.

cut(This) -> ok

See external documentation.

discardEdits(This) -> ok

See external documentation.

changeValue(This, Value) -> ok

See external documentation.

emulateKeyPress(This, Event) -> boolean()

See external documentation.

getDefaultStyle(This) -> wxTextAttr:wxTextAttr()

See external documentation.

getInsertionPoint(This) -> integer()

See external documentation.

getLastPosition(This) -> integer()

See external documentation.

getLineLength(This, LineNo) -> integer()

See external documentation.

getLineText(This, LineNo) -> unicode:charlist()

See external documentation.

getNumberOfLines(This) -> integer()

See external documentation.

getRange(This, From, To) -> unicode:charlist()

See external documentation.

getSelection(This) -> {From::integer(), To::integer()}

See external documentation.

getStringSelection(This) -> unicode:charlist()

See external documentation.

getStyle(This, Position, Style) -> boolean()

See external documentation.

getValue(This) -> unicode:charlist()

See external documentation.

isEditable(This) -> boolean()

See external documentation.

isModified(This) -> boolean()

See external documentation.

isMultiLine(This) -> boolean()

See external documentation.

isSingleLine(This) -> boolean()

See external documentation.

loadFile(This, File) -> boolean()

Equivalent to loadFile(This, File, []).

loadFile(This, File, Options::[Option]) -> boolean()

See external documentation.

markDirty(This) -> ok

See external documentation.

paste(This) -> ok

See external documentation.

positionToXY(This, Pos) -> Result

  • Result = {Res::boolean(), X::integer(), Y::integer()}
  • This = wxTextCtrl()
  • Pos = integer()

See external documentation.

redo(This) -> ok

See external documentation.

remove(This, From, To) -> ok

See external documentation.

replace(This, From, To, Value) -> ok

See external documentation.

saveFile(This) -> boolean()

Equivalent to saveFile(This, []).

saveFile(This, Options::[Option]) -> boolean()

See external documentation.

setDefaultStyle(This, Style) -> boolean()

See external documentation.

setEditable(This, Editable) -> ok

See external documentation.

setInsertionPoint(This, Pos) -> ok

See external documentation.

setInsertionPointEnd(This) -> ok

See external documentation.

setMaxLength(This, Len) -> ok

See external documentation.

setSelection(This, From, To) -> ok

See external documentation.

setStyle(This, Start, End, Style) -> boolean()

See external documentation.

setValue(This, Value) -> ok

See external documentation.

showPosition(This, Pos) -> ok

See external documentation.

undo(This) -> ok

See external documentation.

writeText(This, Text) -> ok

See external documentation.

xYToPosition(This, X, Y) -> integer()

See external documentation.

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

Destroys this object, do not use object again