Package: gtk
Function gtk:widget-translate-coordinates
Lambda Listgtk:widget-translate-coordinates (src dst xsrc ysrc) SyntaxArgumentsReturn Value False if either the widget was not realized, or there was no
common ancestor. Otherwise the x position and the y position relative to dest. Details Translate coordinates relative to the allocation of src to coordinates relative to the allocations of dest.
In order to perform this operation, both widgets must be realized, and must
share a common toplevel. Warning | See also |
#2025-2-13