Widget::GetRootWidget
Defined in:
Returns the root widget in a tree.
C4Widgets.h
Prototype
RootWidget *GetRootWidget(void) const;
Description
The GetRootWidget
function returns a pointer to the root widget for the tree containing the widget for which this function is called. If there is no root widget, then the return value is nullptr
.
See Also