Method
GtkEntryget_icon_paintable
Declaration [src]
GdkPaintable*
gtk_entry_get_icon_paintable (
GtkEntry* entry,
GtkEntryIconPosition icon_pos
)
Description [src]
Retrieves the GdkPaintable
used for the icon.
If no GdkPaintable
was used for the icon, NULL
is returned.
Parameters
icon_pos |
GtkEntryIconPosition |
Icon position. |
Return value
Returns: | GdkPaintable |
A |
|
The data is owned by the instance. | |
The return value can be NULL . |