Method
GtkEntryget_icon_name
Declaration [src]
const char*
gtk_entry_get_icon_name (
GtkEntry* entry,
GtkEntryIconPosition icon_pos
)
Description [src]
Retrieves the icon name used for the icon.
NULL
is returned if there is no icon or if the icon was set
by some other method (e.g., by GdkPaintable
or gicon).
Parameters
icon_pos
-
Type:
GtkEntryIconPosition
Icon position.