wb_get_position

array wb_get_position (int wbobject [, bool clientarea])

Returns an array with the position of the control or window related to its parent, in pixels. The first element is the horizontal position and the second is the vertical position. If clientarea is TRUE, the area returned will not include the title bar and borders. The default is FALSE.

See also

wb_get_size
wb_set_position
Control functions
Window functions