set_icon_from_pixbuf
Description:
[
Version ( since =
"2.16" ) ]
public void set_icon_from_pixbuf (
EntryIconPosition icon_pos,
Pixbuf? pixbuf)
Sets the icon shown in the specified position using a pixbuf.
If pixbuf is null, no icon will be shown in the specified position.
Parameters:
| this |
a Entry
|
| icon_pos |
Icon position
|
| pixbuf |
A Pixbuf, or null
|