EZ_GetAndUseWidgetResources | |
NAME
EZ_GetAndUseWidgetResources - retrieve and use all resources for a widgetSYNOPSIS
#include <EZ.h> void EZ_GetAndUseWidgetResources(EZ_Widget *widget)ARGUMENTS
widget Specifies a widget.DESCRIPTION
EZ_GetAndUseWidgetResources reads all resources for widget and using them to set the corresponding attributes. This function is invoked by EZWGL whenever a widget is created using EZ_CreateWidget.SEE ALSO
EZ_CreateWidget(3)