PtGetAbsPosition — gives the absolute position of a widget.
PtGetAbsPosition (widget)
Any widget.
The value argument, or nil.
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)}
In Photon documentation: PtGetAbsPosition.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.