This function returns the absolute position of the widget. The returned position is an instance of the PhPoint class.
Gamma> PtInit(nil);
t
Gamma> win = new(PtWindow);
window definition
Gamma> PtRealizeWidget(win);
t
Gamma> PtGetAbsPosition(win);
{PhPoint (x . 32) (y . 58)}