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

NAME

6       wxDropFilesEvent - See external documentation: wxDropFilesEvent.
7

DESCRIPTION

9       See external documentation: wxDropFilesEvent.
10
11         Use wxEvtHandler:connect/3 with EventType::
12           drop_files
13
14       See also the message variant #wxDropFiles{} event record type.
15
16       This class is derived (and can use functions) from:
17       wxEvent
18

DATA TYPES

20         wxDropFilesEvent():
21
22
23           An  object  reference,  The  representation  is internal and can be
24           changed without notice. It can't be used for comparsion  stored  on
25           disc or distributed for use on other nodes.
26

EXPORTS

28       getPosition(This) -> {X::integer(), Y::integer()}
29
30              Types:
31
32                 This = wxDropFilesEvent()
33
34              See external documentation.
35
36       getNumberOfFiles(This) -> integer()
37
38              Types:
39
40                 This = wxDropFilesEvent()
41
42              See external documentation.
43
44       getFiles(This) -> [unicode:charlist()]
45
46              Types:
47
48                 This = wxDropFilesEvent()
49
50              See external documentation.
51

AUTHORS

53       <>
54
55
56
57                                   wx 1.8.9                wxDropFilesEvent(3)
Impressum