wxCaret

See external documentation: wxCaret.

See external documentation: wxCaret.

Functions


new(Window, Size) -> wxCaret()

See external documentation.

new(Window, Width, Height) -> wxCaret()

See external documentation.

create(This, Window, Size) -> boolean()

See external documentation.

create(This, Window, Width, Height) -> boolean()

See external documentation.

getBlinkTime() -> integer()

See external documentation.

getPosition(This) -> {X::integer(), Y::integer()}

See external documentation.

getSize(This) -> {W::integer(), H::integer()}

See external documentation.

getWindow(This) -> wxWindow:wxWindow()

See external documentation.

hide(This) -> ok

See external documentation.

isOk(This) -> boolean()

See external documentation.

isVisible(This) -> boolean()

See external documentation.

move(This, Pt) -> ok

  • This = wxCaret()
  • Pt = {X::integer(), Y::integer()}

See external documentation.

move(This, X, Y) -> ok

See external documentation.

setBlinkTime(Milliseconds) -> ok

  • Milliseconds = integer()

See external documentation.

setSize(This, Size) -> ok

  • This = wxCaret()
  • Size = {W::integer(), H::integer()}

See external documentation.

setSize(This, Width, Height) -> ok

  • This = wxCaret()
  • Width = integer()
  • Height = integer()

See external documentation.

show(This) -> ok

Equivalent to show(This, []).

show(This, Options::[Option]) -> ok

See external documentation.

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

Destroys this object, do not use object again