Public Methods | |
struct cBevel* | cBevel_ctor (struct cBevel *, int, int, color_t, char) |
void | cBevel_dtor (struct cBevel *, int) |
bool | cBevel_proc (struct cBevel *ptr_cbevel, struct Message *ptr_message) |
void | cBevel_Disconnect (struct cBevel *ptr_cbevel) |
bool | cBevel_Select (struct cBevel *ptr_cbevel) |
void | cBevel_update (struct cBevel *ptr_cbevel) |
struct cClip* | cBevel_GetParent (struct cBevel *ptr_cbevel) |
void | cBevel_Hide (struct cBevel *ptr_cbevel) |
void | cBevel_Show (struct cBevel *ptr_cbevel) |
void | cBevel_Disable (struct cBevel *ptr_cbevel) |
void | cBevel_Enable (struct cBevel *ptr_cbevel) |
The cBevel object is an outlined empty rectangle. The cBevel structure lets you put beveled lines, boxes, or frames on the Cybiko screen. Any side of the rectangle can be visible or invisible.
The default is for all sides to be visible. The visibility values for all sides are defined in the tBevelSidesTypes enumeration and described in the 'Enums' section.
|
Disables the cBevel object so that it cannot be selected.
|
|
Disconnects cBevel from its parent object.
|
|
Enables the cBevel object so that it may be selected.
|
|
Returns a pointer to the parent object's cClip.
|
|
Hides the cBevel object.
|
|
Selects cBevel object.
|
|
Shows the cBevel object.
|
|
Constructor.
|
|
Destructor.
|
|
The Message-processing function.
|
|
Updates a cBevel object.
|
Copyright © 2001 Cybiko, Inc. All rights reserved. | More information... |