1wxClipboard(3)             Erlang Module Definition             wxClipboard(3)
2
3
4

NAME

6       wxClipboard - See external documentation: wxClipboard.
7

DESCRIPTION

9       See external documentation: wxClipboard.
10

DATA TYPES

12         wxClipboard():
13
14
15           An  object  reference,  The  representation  is internal and can be
16           changed without notice. It can't be used for comparsion  stored  on
17           disc or distributed for use on other nodes.
18

EXPORTS

20       new() -> wxClipboard()
21
22              See external documentation.
23
24       addData(This, Data) -> boolean()
25
26              Types:
27
28                 This = wxClipboard()
29                 Data = wxDataObject:wxDataObject()
30
31              See external documentation.
32
33       clear(This) -> ok
34
35              Types:
36
37                 This = wxClipboard()
38
39              See external documentation.
40
41       close(This) -> ok
42
43              Types:
44
45                 This = wxClipboard()
46
47              See external documentation.
48
49       flush(This) -> boolean()
50
51              Types:
52
53                 This = wxClipboard()
54
55              See external documentation.
56
57       getData(This, Data) -> boolean()
58
59              Types:
60
61                 This = wxClipboard()
62                 Data = wxDataObject:wxDataObject()
63
64              See external documentation.
65
66       isOpened(This) -> boolean()
67
68              Types:
69
70                 This = wxClipboard()
71
72              See external documentation.
73
74       open(This) -> boolean()
75
76              Types:
77
78                 This = wxClipboard()
79
80              See external documentation.
81
82       setData(This, Data) -> boolean()
83
84              Types:
85
86                 This = wxClipboard()
87                 Data = wxDataObject:wxDataObject()
88
89              See external documentation.
90
91       usePrimarySelection(This) -> ok
92
93              Types:
94
95                 This = wxClipboard()
96
97              Equivalent to usePrimarySelection(This, []).
98
99       usePrimarySelection(This, Options::[Option]) -> ok
100
101              Types:
102
103                 This = wxClipboard()
104                 Option = {primary, boolean()}
105
106              See external documentation.
107
108       isSupported(This, Format) -> boolean()
109
110              Types:
111
112                 This = wxClipboard()
113                 Format = wx:wx_enum()
114
115              See external documentation.
116              Format   =   ?wxDF_INVALID   |   ?wxDF_TEXT   |  ?wxDF_BITMAP  |
117              ?wxDF_METAFILE  |  ?wxDF_SYLK  |  ?wxDF_DIF   |   ?wxDF_TIFF   |
118              ?wxDF_OEMTEXT  |  ?wxDF_DIB  |  ?wxDF_PALETTE  | ?wxDF_PENDATA |
119              ?wxDF_RIFF | ?wxDF_WAVE | ?wxDF_UNICODETEXT |  ?wxDF_ENHMETAFILE
120              |  ?wxDF_FILENAME  | ?wxDF_LOCALE | ?wxDF_PRIVATE | ?wxDF_HTML |
121              ?wxDF_MAX
122
123       get() -> wxClipboard()
124
125              See external documentation.
126
127       destroy(This::wxClipboard()) -> ok
128
129              Destroys this object, do not use object again
130

AUTHORS

132       <>
133
134
135
136                                   wx 1.9.3                     wxClipboard(3)
Impressum