C4 Engine
C4 Engine API Documentation

Widget::HideWidget

Defined in:  C4Widgets.h
Hides a widget.
Prototype

virtual void HideWidget(void);

Description
The HideWidget function makes a widget invisible, preventing it from being rendered. Subnodes of a hidden widget are also considered to be hidden and are not rendered.
See Also

Widget::ShowWidget

Widget::WidgetVisible

Widget::GetWidgetState

Widget::SetWidgetState

Widget::EnableWidget

Widget::DisableWidget