'\" '\" Copyright (c) 1997 Maorong Zou '\" .TH EZ_GetWidgetAbsoluteGeometry 3 "" EZWGL "EZWGL Functions" .BS .SH NAME EZ_GetWidgetAbsoluteGeometry \- retrieve the geometry of a widget .SH SYNOPSIS .nf .B #include .sp .BI "void EZ_GetWidgetAbsoluteGeometry( EZ_Widget" *widget ", int " *x_ret, .BI " int " *y_ret ", int " *w_ret ", int " *h_ret ) .SH ARGUMENTS \fIwidget\fR Specifies an EZ Widget. .sp \fIx_ret\fR, \fIy_ret\fR Returns the coordinates of the upper-left corner of the widget window. .sp \fIw_ret\fR, \fIh_ret\fR Returns the width and height of the widget window. .sp .SH DESCRIPTION .PP \fBEZ_GetWidgetAbsoluteGeometry\fR 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 \fIx_ret\fR, \fIy_ret\fR and returns 1 to \fIw_ret\fR, \fIh_ret\fR. .PP .SH "SEE ALSO" EZ_GetWidgetGeometry(3) .br