wxCursor
See external documentation: wxCursor.
See external documentation:
This class is derived (and can use functions) from:
wxBitmap
Functions
new() -> wxCursor()
See
new(CursorId) -> wxCursor()
CursorId = integer()
See
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
ok(This) -> boolean()
This = wxCursor()
See
destroy(This::wxCursor()) -> ok
Destroys this object, do not use object again