Public Methods | |
struct cBitmap* | cBitmap_ctor (struct cBitmap *, struct Bitmap *) |
struct cBitmap* | cBitmap_ctor_Ex (struct cBitmap *, struct Bitmap *, color_t) |
void | cBitmap_dtor (struct cBitmap *, int) |
void | cBitmap_SetFlips (struct cBitmap *, short) |
bool | cBitmap_proc (struct cBitmap *ptr_cbitmap, struct Message *ptr_message) |
void | cBitmap_Disconnect (struct cBitmap *ptr_cbitmap) |
bool | cBitmap_Select (struct cBitmap *ptr_cbitmap) |
void | cBitmap_update (struct cBitmap *ptr_cbitmap) |
struct cClip* | cBitmap_GetParent (struct cBitmap *ptr_cbitmap) |
void | cBitmap_Hide (struct cBitmap *ptr_cbitmap) |
void | cBitmap_Show (struct cBitmap *ptr_cbitmap) |
void | cBitmap_Disable (struct cBitmap *ptr_cbitmap) |
void | cBitmap_Enable (struct cBitmap *ptr_cbitmap) |
Use this structure to put a simple picture on the screen.
|
Disables a cBitmap object so that it cannot be selected.
|
|
Disconnects a cBitmap from its parent object.
|
|
Enables a cBitmap object so that it may be selected.
|
|
Returns a pointer to the parent object's cClip.
|
|
Hides a cBitmap object.
|
|
Selects a cBitmap object.
|
|
Changes the 'flip' state.
|
|
Shows a cBitmap object.
|
|
Constructor for a non-transparent picture.
|
|
Extended version of the cBitmap_ctor function.
|
|
Destructor.
|
|
The Message-processing function.
|
|
Updates a cBitmap object.
|
Copyright © 2001 Cybiko, Inc. All rights reserved. | More information... |