wxClipboard
See external documentation: wxClipboard.
See external documentation:
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.
Functions
new() -> wxClipboard()
See
addData(This::wxClipboard(), Data::wxDataObject() (see module wxDataObject)) -> bool()
See
clear(This::wxClipboard()) -> ok
See
close(This::wxClipboard()) -> ok
See
flush(This::wxClipboard()) -> bool()
See
getData(This::wxClipboard(), Data::wxDataObject() (see module wxDataObject)) -> bool()
See
isOpened(This::wxClipboard()) -> bool()
See
open(This::wxClipboard()) -> bool()
See
setData(This::wxClipboard(), Data::wxDataObject() (see module wxDataObject)) -> bool()
See
usePrimarySelection(This::wxClipboard()) -> ok
Equivalent to usePrimarySelection(This, []).
usePrimarySelection(This::wxClipboard(), Options::[Option]) -> ok
Option = {primary, bool()}
See
isSupported(This::wxClipboard(), Format::integer()) -> bool()
See
get() -> wxClipboard()
See
destroy(This::wxClipboard()) -> ok
Destroys this object, do not use object again