table of contents
other versions
- jessie 1:17.3-dfsg-4+deb8u2
- jessie-backports 1:19.2.1+dfsg-2+deb9u1~bpo8+1
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.5+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0~rc1+dfsg-1
wxCaret(3erl) | Erlang Module Definition | wxCaret(3erl) |
NAME¶
wxCaret - See external documentation: wxCaret.DESCRIPTION¶
See external documentation: wxCaret.DATA TYPES¶
- wxCaret():
An object reference, The representation is internal and can be changed without
notice. It can't be used for comparsion stored on disc or distributed for use
on other nodes.
EXPORTS¶
new(Window, Size) -> wxCaret()
Types:
Window = wxWindow() (see module wxWindow)
Size = {W::integer(), H::integer()}
See external documentation.
new(Window, Width, Height) -> wxCaret()
Types:
Window = wxWindow() (see module wxWindow)
Width = integer()
Height = integer()
See external documentation.
create(This, Window, Size) -> boolean()
Types:
This = wxCaret()
Window = wxWindow() (see module wxWindow)
Size = {W::integer(), H::integer()}
See external documentation.
create(This, Window, Width, Height) -> boolean()
Types:
This = wxCaret()
Window = wxWindow() (see module wxWindow)
Width = integer()
Height = integer()
See external documentation.
getBlinkTime() -> integer()
See external documentation.
getPosition(This) -> {X::integer(), Y::integer()}
Types:
This = wxCaret()
See external documentation.
getSize(This) -> {W::integer(), H::integer()}
Types:
This = wxCaret()
See external documentation.
getWindow(This) -> wxWindow() (see module wxWindow)
Types:
This = wxCaret()
See external documentation.
hide(This) -> ok
Types:
This = wxCaret()
See external documentation.
isOk(This) -> boolean()
Types:
This = wxCaret()
See external documentation.
isVisible(This) -> boolean()
Types:
This = wxCaret()
See external documentation.
move(This, Pt) -> ok
Types:
This = wxCaret()
Pt = {X::integer(), Y::integer()}
See external documentation.
move(This, X, Y) -> ok
Types:
This = wxCaret()
X = integer()
Y = integer()
See external documentation.
setBlinkTime(Milliseconds) -> ok
Types:
Milliseconds = integer()
See external documentation.
setSize(This, Size) -> ok
Types:
This = wxCaret()
Size = {W::integer(), H::integer()}
See external documentation.
setSize(This, Width, Height) -> ok
Types:
This = wxCaret()
Width = integer()
Height = integer()
See external documentation.
show(This) -> ok
Types:
This = wxCaret()
Equivalent to show(This, []).
show(This, Option::[Option]) -> ok
Types:
This = wxCaret()
Option = {show, boolean()}
See external documentation.
destroy(This::wxCaret()) -> ok
Destroys this object, do not use object again
AUTHORS¶
<>wx 1.3.1 |