wxCursor

See external documentation: wxCursor.

See external documentation: wxCursor.

This class is derived (and can use functions) from:
wxBitmap

Types


wxCursor() = wx:wx_object()

Functions


new() -> wxCursor()

See external documentation.

new(CursorId) -> wxCursor()

  • CursorId = integer()

See external documentation.
Also:
new(Image) -> wxCursor() when
Image::wxImage:wxImage().

new(Bits, Width, Height) -> wxCursor()

  • Bits = binary()
  • Width = integer()
  • Height = integer()

This function is deprecated: deprecated function not available in wxWidgets-2.9 and later

Equivalent to new(Bits, Width, Height, []).

new(Bits, Width, Height, Option::[Option]) -> wxCursor()

  • Bits = binary()
  • Width = integer()
  • Height = integer()
  • Option = {hotSpotX, integer()} | {hotSpotY, integer()}

This function is deprecated: deprecated function not available in wxWidgets-2.9 and later

See external documentation.

ok(This) -> boolean()

  • This = wxCursor()

See external documentation.

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

Destroys this object, do not use object again