Package: gtk

Function gtk:entry-set-icon-from-paintable

Lambda List

gtk:entry-set-icon-from-paintable (entry pos paintable)

Arguments

entry -- a gtk:entry widget
pos -- a gtk:entry-icon-position value with the icon position
paintable -- a gdk:paintable object, or nil

Details

Sets the icon shown in the specified position using a paintable. If the paintable argument is nil, no icon will be shown in the specified position.
 

See also

#2023-9-16