wxCaret(3erl) | Erlang Module Definition | wxCaret(3erl) |
wxCaret - See external documentation: wxCaret.
See external documentation: 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.
new(Window, Size) -> wxCaret()
Types:
See external documentation.
new(Window, Width, Height) -> wxCaret()
Types:
See external documentation.
create(This, Window, Size) -> boolean()
Types:
See external documentation.
create(This, Window, Width, Height) -> boolean()
Types:
See external documentation.
getBlinkTime() -> integer()
See external documentation.
getPosition(This) -> {X::integer(), Y::integer()}
Types:
See external documentation.
getSize(This) -> {W::integer(), H::integer()}
Types:
See external documentation.
getWindow(This) -> wxWindow:wxWindow()
Types:
See external documentation.
hide(This) -> ok
Types:
See external documentation.
isOk(This) -> boolean()
Types:
See external documentation.
isVisible(This) -> boolean()
Types:
See external documentation.
move(This, Pt) -> ok
Types:
See external documentation.
move(This, X, Y) -> ok
Types:
See external documentation.
setBlinkTime(Milliseconds) -> ok
Types:
See external documentation.
setSize(This, Size) -> ok
Types:
See external documentation.
setSize(This, Width, Height) -> ok
Types:
See external documentation.
show(This) -> ok
Types:
Equivalent to show(This, []).
show(This, Options::[Option]) -> ok
Types:
See external documentation.
destroy(This::wxCaret()) -> ok
Destroys this object, do not use object again
<>
wx 1.9.2 |