C4 Engine
C4 Engine API Documentation

PanelController::PurgeWidgets

Defined in:  C4Panels.h
Purges all widgets owned by a panel controller.
Prototype

void PurgeWidgets(void);

Description
The PurgeWidgets function purges all widgets owned by a panel controller, leaving only the root widget.
See Also

PanelController::GetRootWidget

Widget