Package: gtk
Function gtk:entry-icon-at-pos
Lambda Listgtk:entry-icon-at-pos (entry x y) ArgumentsReturn ValueThe integer with the index of the icon at the given position, or -1. Details
Finds the icon at the given position and return its index.
The coordinates of the posistion are relative to the top left corner of the
text entry. If x, y does not lie inside an icon, -1 is returned. This function is intended for use in a "query-tooltip" signal handler. | See also |
#2023-9-16