Public Methods | |
struct cBox* | cBox_ctor (struct cBox *ptr_cbox, int w, int h, color_t color, bool transparent) |
void | cBox_dtor (struct cBox *ptr_cbox, int memory_flag) |
bool | cBox_proc (struct cBox *ptr_cbox, struct Message *ptr_message) |
void | cBox_Disconnect (struct cBox *ptr_cbox) |
bool | cBox_Select (struct cBox *ptr_cbox) |
void | cBox_update (struct cBox *ptr_cbox) |
struct cClip* | cBox_GetParent (struct cBox *ptr_cbox) |
void | cBox_Hide (struct cBox *ptr_cbox) |
void | cBox_Show (struct cBox *ptr_cbox) |
void | cBox_Disable (struct cBox *ptr_cbox) |
void | cBox_Enable (struct cBox *ptr_cbox) |
A filled rectangle. To put a cBox on the Cybiko screen, use the cWinApp_AddObj() function.
|
Disables a cBox object so that it cannot be selected.
|
|
Disconnects a cBox object from its parent object.
|
|
Enables a cBox object - so that it may be selected.
|
|
Returns a pointer to the parent object's cClip.
|
|
Hides a cBox object.
|
|
Selects a cBox object.
|
|
Shows a cBox object.
|
|
Constructor.
|
|
Destructor.
|
|
The Message-processing function.
|
|
Updates a cBox object.
|
Copyright © 2001 Cybiko, Inc. All rights reserved. | More information... |