set_icon_from_icon_name
Description:
[ Version ( since = "2.16" ) ]
public void set_icon_from_icon_name (EntryIconPosition icon_pos, string? icon_name)
public void set_icon_from_icon_name (EntryIconPosition icon_pos, string? icon_name)
Sets the icon shown in the entry at the specified position from the current icon theme.
If the icon name isn’t known, a “broken image” icon will be displayed instead.
If icon_name
is null, no icon will be shown in the specified position.
Parameters:
this |
A Entry |
icon_pos |
The position at which to set the icon |
icon_name |
An icon name, or null |