1wxFileDataObject(3) Erlang Module Definition wxFileDataObject(3)
2
3
4
6 wxFileDataObject - See external documentation: wxFileDataObject.
7
9 See external documentation: wxFileDataObject.
10
11 This class is derived (and can use functions) from:
12 wxDataObject
13
15 wxFileDataObject():
16
17
18 An object reference, The representation is internal and can be
19 changed without notice. It can't be used for comparsion stored on
20 disc or distributed for use on other nodes.
21
23 new() -> wxFileDataObject()
24
25 See external documentation.
26
27 addFile(This, Filename) -> ok
28
29 Types:
30
31 This = wxFileDataObject()
32 Filename = unicode:chardata()
33
34 See external documentation.
35
36 getFilenames(This) -> [unicode:charlist()]
37
38 Types:
39
40 This = wxFileDataObject()
41
42 See external documentation.
43
44 destroy(This::wxFileDataObject()) -> ok
45
46 Destroys this object, do not use object again
47
49 <>
50
51
52
53 wx 1.9.3 wxFileDataObject(3)