#include <GBitmap.h>
Public Member Functions | |
GBitmap (int id, int x, int y, char *FileName, bool Async=false) | |
Construct the bitmap control with the usual parameters. | |
virtual void | SetDC (GSurface *pDC=0) |
Sets the surface to display in the control. | |
virtual GSurface * | GetSurface () |
Gets the surface being displayed. | |
int | OnEvent (GMessage *Msg) |
Called to process every message received by this window. | |
void | OnPaint (GSurface *pDC) |
Called to paint the onscreen representation of the view. | |
void | OnMouseClick (GMouse &m) |
The mouse was clicked over this view. |