Description Usage Arguments Details Value Author(s)
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.
1 | gtkEntryGetIconAtPos(object, x, y)
|
|
a |
|
the x coordinate of the position to find |
|
the y coordinate of the position to find |
Since 2.16
[integer] the index of the icon at the given position, or -1
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.