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

NAME

6       wxCaret - See external documentation: wxCaret.
7

DESCRIPTION

9       See external documentation: wxCaret.
10

DATA TYPES

12         wxCaret():
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(Window, Size) -> wxCaret()
21
22              Types:
23
24                 Window = wxWindow:wxWindow()
25                 Size = {W::integer(), H::integer()}
26
27              See external documentation.
28
29       new(Window, Width, Height) -> wxCaret()
30
31              Types:
32
33                 Window = wxWindow:wxWindow()
34                 Width = integer()
35                 Height = integer()
36
37              See external documentation.
38
39       create(This, Window, Size) -> boolean()
40
41              Types:
42
43                 This = wxCaret()
44                 Window = wxWindow:wxWindow()
45                 Size = {W::integer(), H::integer()}
46
47              See external documentation.
48
49       create(This, Window, Width, Height) -> boolean()
50
51              Types:
52
53                 This = wxCaret()
54                 Window = wxWindow:wxWindow()
55                 Width = integer()
56                 Height = integer()
57
58              See external documentation.
59
60       getBlinkTime() -> integer()
61
62              See external documentation.
63
64       getPosition(This) -> {X::integer(), Y::integer()}
65
66              Types:
67
68                 This = wxCaret()
69
70              See external documentation.
71
72       getSize(This) -> {W::integer(), H::integer()}
73
74              Types:
75
76                 This = wxCaret()
77
78              See external documentation.
79
80       getWindow(This) -> wxWindow:wxWindow()
81
82              Types:
83
84                 This = wxCaret()
85
86              See external documentation.
87
88       hide(This) -> ok
89
90              Types:
91
92                 This = wxCaret()
93
94              See external documentation.
95
96       isOk(This) -> boolean()
97
98              Types:
99
100                 This = wxCaret()
101
102              See external documentation.
103
104       isVisible(This) -> boolean()
105
106              Types:
107
108                 This = wxCaret()
109
110              See external documentation.
111
112       move(This, Pt) -> ok
113
114              Types:
115
116                 This = wxCaret()
117                 Pt = {X::integer(), Y::integer()}
118
119              See external documentation.
120
121       move(This, X, Y) -> ok
122
123              Types:
124
125                 This = wxCaret()
126                 X = integer()
127                 Y = integer()
128
129              See external documentation.
130
131       setBlinkTime(Milliseconds) -> ok
132
133              Types:
134
135                 Milliseconds = integer()
136
137              See external documentation.
138
139       setSize(This, Size) -> ok
140
141              Types:
142
143                 This = wxCaret()
144                 Size = {W::integer(), H::integer()}
145
146              See external documentation.
147
148       setSize(This, Width, Height) -> ok
149
150              Types:
151
152                 This = wxCaret()
153                 Width = integer()
154                 Height = integer()
155
156              See external documentation.
157
158       show(This) -> ok
159
160              Types:
161
162                 This = wxCaret()
163
164              Equivalent to show(This, []).
165
166       show(This, Options::[Option]) -> ok
167
168              Types:
169
170                 This = wxCaret()
171                 Option = {show, boolean()}
172
173              See external documentation.
174
175       destroy(This::wxCaret()) -> ok
176
177              Destroys this object, do not use object again
178

AUTHORS

180       <>
181
182
183
184                                  wx 1.9.3.1                        wxCaret(3)
Impressum