wxTextDataObject
Module
wxTextDataObject
Module Summary
See external documentation: wxTextDataObject.
Description
See external documentation: wxTextDataObject.
This class is derived (and can use functions) from:
wxDataObject
DATA TYPES
Exports
new() -> wxTextDataObject()
Equivalent to new([]).
new(Options::[Option]) -> wxTextDataObject()
Types
Option = {text, unicode:chardata()}
getTextLength(This) -> integer()
Types
This = wxTextDataObject()
getText(This) -> unicode:charlist()
Types
This = wxTextDataObject()
destroy(This::wxTextDataObject()) -> ok