NAME
EZ_DisplayWidget - display a widget
SYNOPSIS
#include <EZ.h>
void EZ_DisplayWidget( EZ_Widget *widget)
ARGUMENTS
widget Specifies an EZ widget.
DESCRIPTION
EZ_DisplayWidget makes a widget visible. It computes the
geometry of a widget, creates a window for widget and maps
it. If widget has any children widgets, it display them
recursively.
If EZ_DisplayWidget is called on an internal widget whose
parent is not yet displayed, it will display the whole
widget tree.
SEE ALSO
EZ_CreateWidget(3), EZ_DestroyWidget(3), EZ_DrawWidget(3)