wxBitmapabstract datatype: wxCursor()
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.
| destroy/1* | Destroys this object, do not use object again. |
| new/0* | See external documentation. |
| new/1* | See external documentation. |
| new/3* | Equivalent to new(Bits, Width, Height, []). |
| new/4* | See external documentation. |
| ok/1* | See external documentation. |
destroy(This::wxCursor()) -> ok
Destroys this object, do not use object again
new() -> wxCursor()
new(X::integer() | term()) -> wxCursor()
See external documentation.
Alternatives:
new(Bits::[binary()], Width::integer(), Height::integer()) -> wxCursor()
Equivalent to new(Bits, Width, Height, []).
new(Bits::[binary()], Width::integer(), Height::integer(), Options::[Option]) -> wxCursor()
ok(This::wxCursor()) -> bool()
Generated by EDoc, May 26 2008, 12:35:33.