wxClipboard

See external documentation: wxClipboard.

See external documentation: wxClipboard.

Types


wxClipboard() = wx:wx_object()

Functions


new() -> wxClipboard()

See external documentation.

addData(This, Data) -> boolean()

  • This = wxClipboard()
  • Data = wxDataObject() (see module wxDataObject)

See external documentation.

clear(This) -> ok

  • This = wxClipboard()

See external documentation.

close(This) -> ok

  • This = wxClipboard()

See external documentation.

flush(This) -> boolean()

  • This = wxClipboard()

See external documentation.

getData(This, Data) -> boolean()

  • This = wxClipboard()
  • Data = wxDataObject() (see module wxDataObject)

See external documentation.

isOpened(This) -> boolean()

  • This = wxClipboard()

See external documentation.

open(This) -> boolean()

  • This = wxClipboard()

See external documentation.

setData(This, Data) -> boolean()

  • This = wxClipboard()
  • Data = wxDataObject() (see module wxDataObject)

See external documentation.

usePrimarySelection(This) -> ok

  • This = wxClipboard()

usePrimarySelection(This, Option::[Option]) -> ok

  • This = wxClipboard()
  • Option = {primary, boolean()}

See external documentation.

isSupported(This, Format) -> boolean()

  • This = wxClipboard()
  • Format = integer()

See external documentation.

get() -> wxClipboard()

See external documentation.

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

Destroys this object, do not use object again