![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXGIFCursor.h>
Public Member Functions | |
FXGIFCursor (FXApp *a, const void *pix, FXint hx=0, FXint hy=0) | |
virtual FXbool | savePixels (FXStream &store) const |
virtual FXbool | loadPixels (FXStream &store) |
virtual | ~FXGIFCursor () |
Static Public Attributes | |
static const FXchar | fileExt [] |
Construct a cursor from memory stream in Compuserve GIF format.
Hot spot may be specified using hx and hy parameters, since the GIF format does not specify a hot spot. The image must be smaller than 32x32 pixels.
virtual FX::FXGIFCursor::~FXGIFCursor | ( | ) | [inline, virtual] |
Destroy.
const FXchar FX::FXGIFCursor::fileExt[] [static] |
![]() |