FreeBSD Manual Pages
EZ_GetWidgetAbsoluteGeometry(3) EZWGL FunctionsEZ_GetWidgetAbsoluteGeometry(3) NAME EZ_GetWidgetAbsoluteGeometry - retrieve the geometry of a widget SYNOPSIS #include <EZ.h> void EZ_GetWidgetAbsoluteGeometry( EZ_Widget*widget, int *x_ret, int *y_ret, int *w_ret, int *h_ret) ARGUMENTS widget Specifies an EZ Widget. x_ret, y_ret Returns the coordinates of the upper-left corner of the widget window. w_ret, h_ret Returns the width and height of the widget window. DESCRIPTION EZ_GetWidgetAbsoluteGeometry returns the geometry of the widget window relative to the upper-left corner of the root window. If the widget window has not been created, it returns 0 to x_ret, y_ret and returns 1 to w_ret, h_ret. SEE ALSO EZ_GetWidgetGeometry(3) EZWGL EZ_GetWidgetAbsoluteGeometry(3)
NAME | SYNOPSIS | ARGUMENTS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=EZ_GetWidgetAbsoluteGeometry&sektion=3&manpath=FreeBSD+5.2-RELEASE+and+Ports>