Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

Details

Since 2.16

Value

[integer] the index of the icon at the given position, or -1

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.