table of contents
other versions
- jessie 1:17.3-dfsg-4+deb8u2
- jessie-backports 1:19.2.1+dfsg-2+deb9u1~bpo8+1
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.5+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0~rc1+dfsg-1
wxClipboard(3erl) | Erlang Module Definition | wxClipboard(3erl) |
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, Data) -> boolean()
Types:
This = wxClipboard()
Data = wxDataObject:wxDataObject()
See external documentation.
clear(This) -> ok
Types:
This = wxClipboard()
See external documentation.
close(This) -> ok
Types:
This = wxClipboard()
See external documentation.
flush(This) -> boolean()
Types:
This = wxClipboard()
See external documentation.
getData(This, Data) -> boolean()
Types:
This = wxClipboard()
Data = wxDataObject:wxDataObject()
See external documentation.
isOpened(This) -> boolean()
Types:
This = wxClipboard()
See external documentation.
open(This) -> boolean()
Types:
This = wxClipboard()
See external documentation.
setData(This, Data) -> boolean()
Types:
This = wxClipboard()
Data = wxDataObject:wxDataObject()
See external documentation.
usePrimarySelection(This) -> ok
Types:
This = wxClipboard()
Equivalent to usePrimarySelection(This, []).
usePrimarySelection(This, Options::[Option]) -> ok
Types:
This = wxClipboard()
Option = {primary, boolean()}
See external documentation.
isSupported(This, Format) -> boolean()
Types:
This = wxClipboard()
Format = wx:wx_enum()
See external documentation.
Format = ?wxDF_INVALID | ?wxDF_TEXT | ?wxDF_BITMAP | ?wxDF_METAFILE | ?wxDF_SYLK
| ?wxDF_DIF | ?wxDF_TIFF | ?wxDF_OEMTEXT | ?wxDF_DIB | ?wxDF_PALETTE |
?wxDF_PENDATA | ?wxDF_RIFF | ?wxDF_WAVE | ?wxDF_UNICODETEXT |
?wxDF_ENHMETAFILE | ?wxDF_FILENAME | ?wxDF_LOCALE | ?wxDF_PRIVATE | ?wxDF_HTML
| ?wxDF_MAX
get() -> wxClipboard()
See external documentation.
destroy(This::wxClipboard()) -> ok
Destroys this object, do not use object again
AUTHORS¶
<>wx 1.8 |