wxCursor
MODULE
wxCursor
MODULE SUMMARY
See external documentation: wxCursor.
DESCRIPTION
DATA TYPES
EXPORTS
new(X::integer() | term()) -> wxCursor()
See external documentation.
Alternatives:
new(CursorId::integer()) -> wxCursor()
new(Image::wxImage:wxImage()) -> wxCursor()
new(Bits::binary(), Width::integer(), Height::integer()) -> wxCursor()
Equivalent to new(Bits, Width, Height, []).
new(Bits::binary(), Width::integer(), Height::integer(), Options::[Option]) -> wxCursor()
Types:
Option = {hotSpotX, integer()} | {hotSpotY, integer()}