C4 Engine
C4 Engine API Documentation

Widget::RemoveSprocket

Defined in:  C4Widgets.h
Removes a sprocket from a widget.
Prototype

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

Widget::AddSprocket

Widget::GetFirstSprocket

Widget::GetLastSprocket

Sprocket