Entry.getIconPixbuf

Retrieves the image used for the icon. Unlike the other methods of setting and getting icon data, this method will work regardless of whether the icon was set using a GdkPixbuf, a GIcon, a stock item, or an icon name. Since 2.16

class Entry
getIconPixbuf

Parameters

iconPos GtkEntryIconPosition

Icon position

Return Value

Type: Pixbuf

A GdkPixbuf, or NULL if no icon is set for this position. [transfer none]

Meta