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

NAME

6       wxNavigationKeyEvent   -   See  external  documentation:  wxNavigation‐
7       KeyEvent.
8

DESCRIPTION

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

DATA TYPES

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

EXPORTS

29       getDirection(This) -> boolean()
30
31              Types:
32
33                 This = wxNavigationKeyEvent()
34
35              See external documentation.
36
37       setDirection(This, BForward) -> ok
38
39              Types:
40
41                 This = wxNavigationKeyEvent()
42                 BForward = boolean()
43
44              See external documentation.
45
46       isWindowChange(This) -> boolean()
47
48              Types:
49
50                 This = wxNavigationKeyEvent()
51
52              See external documentation.
53
54       setWindowChange(This, BIs) -> ok
55
56              Types:
57
58                 This = wxNavigationKeyEvent()
59                 BIs = boolean()
60
61              See external documentation.
62
63       isFromTab(This) -> boolean()
64
65              Types:
66
67                 This = wxNavigationKeyEvent()
68
69              See external documentation.
70
71       setFromTab(This, BIs) -> ok
72
73              Types:
74
75                 This = wxNavigationKeyEvent()
76                 BIs = boolean()
77
78              See external documentation.
79
80       getCurrentFocus(This) -> wxWindow:wxWindow()
81
82              Types:
83
84                 This = wxNavigationKeyEvent()
85
86              See external documentation.
87
88       setCurrentFocus(This, Win) -> ok
89
90              Types:
91
92                 This = wxNavigationKeyEvent()
93                 Win = wxWindow:wxWindow()
94
95              See external documentation.
96

AUTHORS

98       <>
99
100
101
102                                   wx 1.9.3            wxNavigationKeyEvent(3)
Impressum