get_icon_paintable


Description:

public unowned Paintable? get_icon_paintable (EntryIconPosition icon_pos)

Retrieves the `GdkPaintable` used for the icon.

If no `GdkPaintable` was used for the icon, null is returned.

Parameters:

this

A `GtkEntry`

icon_pos

Icon position

Returns:

A `GdkPaintable` if no icon is set for this position or the icon set is not a `GdkPaintable`.