Scroll to navigation

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() (see module 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() (see module 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() (see module wxDataObject)
 
See external documentation.
 
usePrimarySelection(This) -> ok
 
Types:
 
This = wxClipboard()
 
Equivalent to usePrimarySelection(This, []).
 
usePrimarySelection(This, Option::[Option]) -> ok
 
Types:
 
This = wxClipboard()
 
Option = {primary, boolean()}
 
See external documentation.
 
isSupported(This, Format) -> boolean()
 
Types:
 
This = wxClipboard()
 
Format = integer()
 
See external documentation.
 
get() -> wxClipboard()
 
See external documentation.
 
destroy(This::wxClipboard()) -> ok
 
Destroys this object, do not use object again
 

AUTHORS

 
<>
wx 0.99.2