wxTextDataObject

See external documentation: wxTextDataObject.

See external documentation: wxTextDataObject.

This class is derived (and can use functions) from:
wxDataObject

Types


wxTextDataObject() = wx:wx_object()

Functions


new() -> wxTextDataObject()

Equivalent to new([]).

new(Option::[Option]) -> wxTextDataObject()

  • Option = {text, chardata() (see module unicode)}

See external documentation.

getTextLength(This) -> integer()

  • This = wxTextDataObject()

See external documentation.

getText(This) -> charlist() (see module unicode)

  • This = wxTextDataObject()

See external documentation.

setText(This, Text) -> ok

  • This = wxTextDataObject()
  • Text = chardata() (see module unicode)

See external documentation.

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

Destroys this object, do not use object again