PanelController::GetRootWidget
Defined in:
Returns the root widget for a panel controller.
C4Panels.h
Prototype
Panel *GetRootWidget(void);
const Panel *GetRootWidget(void) const;
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