wxCaret
Module
wxCaret
Module Summary
See external documentation: wxCaret.
Description
See external documentation: wxCaret.
DATA TYPES
Exports
new(Window, Size) -> wxCaret()
new(Window, Width, Height) -> wxCaret()
create(This, Window, Size) -> boolean()
create(This, Window, Width, Height) -> boolean()
getPosition(This) -> {X::integer(), Y::integer()}
Types
This = wxCaret()
getSize(This) -> {W::integer(), H::integer()}
Types
This = wxCaret()
getWindow(This) -> wxWindow:wxWindow()
Types
This = wxCaret()
Types
This = wxCaret()
Types
This = wxCaret()
Types
This = wxCaret()
setBlinkTime(Milliseconds) -> ok
Types
Milliseconds = integer()
setSize(This, Width, Height) -> ok
Types
This = wxCaret()
Equivalent to show(This, []).
show(This, Options::[Option]) -> ok
destroy(This::wxCaret()) -> ok