Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkEntryGetIconAtPos: gtkEntryGetIconAtPos
Description
Finds the icon at the given position and return its index. If
x
,
y
doesn't lie inside an icon, -1 is returned. This function is intended for use in a
"query-tooltip"
signal handler.
Usage
gtkEntryGetIconAtPos(object, x, y)
Arguments
object
a
GtkEntry
x
the x coordinate of the position to find
y
the y coordinate of the position to find
Value
Details
Since 2.16