wxclipboard(3) - Linux man page
Name
wxClipboard - See external documentation: wxClipboard.Description
See external documentation: wxClipboard.
Data Types
- wxClipboard():
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
Exports
new() -> wxClipboard()
See external documentation.
addData(This::wxClipboard(), Data::wxDataObject() (see module wxDataObject)) -> bool()
See external documentation.
clear(This::wxClipboard()) -> ok
See external documentation.
close(This::wxClipboard()) -> ok
See external documentation.
flush(This::wxClipboard()) -> bool()
See external documentation.
getData(This::wxClipboard(), Data::wxDataObject() (see module wxDataObject)) -> bool()
See external documentation.
isOpened(This::wxClipboard()) -> bool()
See external documentation.
open(This::wxClipboard()) -> bool()
See external documentation.
setData(This::wxClipboard(), Data::wxDataObject() (see module wxDataObject)) -> bool()
See external documentation.
usePrimarySelection(This::wxClipboard()) -> ok
Equivalent to usePrimarySelection(This, []).
usePrimarySelection(This::wxClipboard(), Options::[Option]) -> ok
- Types:
Option = {primary, bool()}
See external documentation.
isSupported(This::wxClipboard(), Format::integer()) -> bool()
See external documentation.
get() -> wxClipboard()
See external documentation.
destroy(This::wxClipboard()) -> ok
Destroys this object, do not use object again
Authors
<>