C4 Engine
C4 Engine API Documentation

PanelController::GetRootWidget

Defined in:  C4Panels.h
Returns the root widget for a panel controller.
Prototype

Panel *GetRootWidget(void);

const Panel *GetRootWidget(voidconst;

Description
The GetRootWidget function returns the root widget inside a panel controller. The member functions of the returned Panel object can be used to retrieve or modify the widgets belonging to the panel effect.
See Also

PanelController::PurgeWidgets

Panel