wxTextDataObject
See external documentation: wxTextDataObject.
See external documentation:
This class is derived (and can use functions) from:
wxDataObject
Functions
new() -> wxTextDataObject()
Equivalent to new([]).
new(Option::[Option]) -> wxTextDataObject()
Option = {text, chardata() (see module unicode)}
See
getTextLength(This) -> integer()
This = wxTextDataObject()
See
getText(This) -> charlist() (see module unicode)
This = wxTextDataObject()
See
setText(This, Text) -> ok
This = wxTextDataObject()
Text = chardata() (see module unicode)
See
destroy(This::wxTextDataObject()) -> ok
Destroys this object, do not use object again