Public Methods | |
struct cSItem* | cSItem_ctor (struct cSItem *ptr_csitem, int w, char *title, struct Bitmap *ptr_bitmap) |
void | cSItem_dtor (struct cSItem *ptr_csitem, int memory_flag) |
void | cSItem_Disconnect (struct cSItem *ptr_csitem) |
bool | cSItem_Select (struct cSItem *ptr_csitem) |
void | cSItem_update (struct cSItem *ptr_csitem) |
struct cClip* | cSItem_GetParent (struct cSItem *ptr_csitem) |
void | cSItem_Hide (struct cSItem *ptr_csitem) |
void | cSItem_Show (struct cSItem *ptr_csitem) |
void | cSItem_Disable (struct cSItem *ptr_csitem) |
void | cSItem_Enable (struct cSItem *ptr_csitem) |
char* | cSItem_GetTitle (struct cSItem *ptr_csitem) |
bool | cSItem_proc (struct cSItem *ptr_csitem, struct Message *ptr_message) |
A cSItem object might have an icon on the left and/or additional text on the right It is possible to input text into the field on the right, but only numerical data. For more information see the cItem structure definition.
You must call the cSItem_ctor function before use and the cSItem_dtor function after use.
|
Disables a cSItem object so that it cannot be selected.
|
|
Disconnects a cSItem from its parent object.
|
|
Enables a cSItem object so that it may be selected.
|
|
Returns a pointer to the parent object.
|
|
Returns the item's title.
|
|
Hides a cSItem object.
|
|
Selects a cSItem object.
|
|
Shows a cSItem object.
|
|
Constructor.
|
|
Destructor.
|
|
The Message-processing function.
|
|
Updates a cSItem object.
|
Copyright © 2001 Cybiko, Inc. All rights reserved. | More information... |