![]() |
![]()
| ![]() |
![]()
NAMEEZ_WorkAreaFindItemAtXY - find the item at the specified locationSYNOPSIS#include <EZ.h> EZ_Item *EZ_WorkAreaFindItemAtXY(EZ_Widget *workarea, int x ,int y) ARGUMENTSworkarea Specifies a workarea widget. x,y Specifies a location in the widget window.DESCRIPTIONEZ_WorkAreaFindItemAtXY locates and returns the item at the specified location, or NULL if there are no items at the specified location.SEE ALSOEZ_FancyListBoxFindItemAtXY(3), EZ_GetWorkAreaNumberOfItems(3)
|