Package: gtk
Function gtk:widget-compute-point
Lambda Listgtk:widget-compute-point (widget target point out) ArgumentsReturn Value The graphene:point-t instance if the point could be determined, nil on failure, in this case, out is set to (0,0). Details Translates the given point in the coordinates of widget to coordinates relative to the coordinate system of target.
In order to perform this operation, both widgets must share a common root. | See also |
#2025-2-15