gtkEntryGetIconAtPos: gtkEntryGetIconAtPos

Description Usage Arguments Details Value Author(s)

View source: R/gtkFuncs.R

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

1
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 documentation built on Oct. 14, 2021, 5:08 p.m.