wxCaret(3) 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, Options::[Option]) -> ok

Types:

This = wxCaret()
Option = {show, boolean()}

See external documentation.

destroy(This::wxCaret()) -> ok

Destroys this object, do not use object again

AUTHORS

<>