EZ_WindowIsWidgetWindow | |
NAME
EZ_WindowIsWidgetWindow - test whether a given window belongs to an EZ widget.SYNOPSIS
#include <EZ.h> EZ_Widget *EZ_WindowIsWidgetWindow(Window *window)ARGUMENTS
window Specifies an window identifier.DESCRIPTION
EZ_WindowIsWidgetWindow test if window is the widget win- dow of an EZ widget. It returns the corresponding widget if yes and returns NULL otherwise.SEE ALSO
EZ_WidgetExist(3)