![]() |
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 bool | savePixels (FXStream &store) const |
virtual bool | 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.
virtual bool FX::FXGIFCursor::savePixels | ( | FXStream & | store | ) | const [virtual] |
virtual bool FX::FXGIFCursor::loadPixels | ( | FXStream & | store | ) | [virtual] |
const FXchar FX::FXGIFCursor::fileExt[] [static] |
![]() |