wxTextCtrl
Module
Module Summary
Description
See external documentation: wxTextCtrl.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
Exports
new() -> wxTextCtrl()
new(Parent, Id) -> wxTextCtrl()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxTextCtrl()
Types
Types
Types
Types
Types
Types
Types
Types
create(This, Parent, Id) -> boolean()
Equivalent to create(This, Parent, Id, []).
create(This, Parent, Id, Options::[Option]) -> boolean()
Types
Types
Types
changeValue(This, Value) -> ok
emulateKeyPress(This, Event) -> boolean()
getDefaultStyle(This) -> wxTextAttr:wxTextAttr()
Types
getInsertionPoint(This) -> integer()
Types
getLastPosition(This) -> integer()
Types
getLineLength(This, LineNo) -> integer()
getLineText(This, LineNo) -> unicode:charlist()
getNumberOfLines(This) -> integer()
Types
getRange(This, From, To) -> unicode:charlist()
getSelection(This) -> {From::integer(), To::integer()}
Types
getStringSelection(This) -> unicode:charlist()
Types
getStyle(This, Position, Style) -> boolean()
getValue(This) -> unicode:charlist()
Types
Types
Types
isMultiLine(This) -> boolean()
Types
isSingleLine(This) -> boolean()
Types
loadFile(This, File) -> boolean()
Equivalent to loadFile(This, File, []).
loadFile(This, File, Options::[Option]) -> boolean()
Types
Types
positionToXY(This, Pos) -> Result
Types
replace(This, From, To, Value) -> ok
Types
Equivalent to saveFile(This, []).
saveFile(This, Options::[Option]) -> boolean()
setDefaultStyle(This, Style) -> boolean()
setEditable(This, Editable) -> ok
setInsertionPoint(This, Pos) -> ok
setInsertionPointEnd(This) -> ok
Types
setSelection(This, From, To) -> ok
setStyle(This, Start, End, Style) -> boolean()
Types
xYToPosition(This, X, Y) -> integer()
destroy(This::wxTextCtrl()) -> ok