Package: gtk

Function gtk-entry-icon-area

Lambda List

gtk-entry-icon-area (entry pos)

Arguments

entry -- a gtk-entry widget
pos -- icon position of type gtk-entry-icon-position

Return Value

area -- a gdk-rectangle with the area of the icon

Details

Gets the area where the icon of the entry at pos is drawn. This function is useful when drawing something to the entry in a draw callback function.

If the entry is not realized or has no icon at the given position, area is filled with zeros.

See also the gtk-entry-text-area function.
 

See also

2021-11-4