wxTextCtrl
Description
See external documentation: wxTextCtrl.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
new(Parent, Id) -> wxTextCtrl()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxTextCtrl()
Types
Parent = wxWindow:wxWindow()
Id = integer()
Option = {value, unicode:chardata()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx:wx_object()}
Types
This = wxTextCtrl()
Types
This = wxTextCtrl()
Types
This = wxTextCtrl()
Types
This = wxTextCtrl()
Types
This = wxTextCtrl()
Types
This = wxTextCtrl()
Types
This = wxTextCtrl()
Equivalent to create(This, Parent, Id, []).
Types
This = wxTextCtrl()
Parent = wxWindow:wxWindow()
Id = integer()
Option = {value, unicode:chardata()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx:wx_object()}
Types
This = wxTextCtrl()
Types
This = wxTextCtrl()
getDefaultStyle(This) -> wxTextAttr:wxTextAttr()
Types
This = wxTextCtrl()
Types
This = wxTextCtrl()
Types
This = wxTextCtrl()
getLineText(This, LineNo) -> unicode:charlist()
Types
This = wxTextCtrl()
getRange(This, From, To) -> unicode:charlist()
Types
This = wxTextCtrl()
getStringSelection(This) -> unicode:charlist()
Types
This = wxTextCtrl()
getValue(This) -> unicode:charlist()
Types
This = wxTextCtrl()
Types
This = wxTextCtrl()
Types
This = wxTextCtrl()
Types
This = wxTextCtrl()
Types
This = wxTextCtrl()
Equivalent to loadFile(This, File, []).
Types
This = wxTextCtrl()
Types
This = wxTextCtrl()
Types
This = wxTextCtrl()
Types
This = wxTextCtrl()
Equivalent to saveFile(This, []).
Types
This = wxTextCtrl()
Types
This = wxTextCtrl()