Widget::RemoveSprocket
Defined in:
Removes a sprocket from a widget.
C4Widgets.hPrototype
void RemoveSprocket(Sprocket *sprocket);
Parameters
sprocket |
The sprocket to remove from the widget. |
Description
The RemoveSprocket function removes a sprocket from a widget. A sprocket can be added to a widget by calling the Widget::AddSprocket function.
See Also
