EZ_ReparentWidget | |
NAME
EZ_ReparentWidget - reparent a widgetSYNOPSIS
#include <EZ.h> void EZ_ReparentWidget( EZ_Widget *widget, EZ_Widget *newparent)ARGUMENTS
idget Specifies a widget. parent specifies a widget.DESCRIPTION
EZ_ReparentWidget removes widget from its current parent and inserts it at the end of newparent's children list.SEE ALSO
EZ_SwapWidgets(3)