Package: gtk
Function gtk:entry-set-icon-from-icon-name
Lambda Listgtk:entry-set-icon-from-icon-name (entry pos name) Argumentsentry -- a gtk:entry widget pos -- a gtk:entry-icon-position value with the icon position name -- a string with the icon name, or nil Details
Sets the icon shown in the text entry at the specified position from the
current icon theme.
If the icon name is not known, a "broken image" icon will be displayed instead. If the name argument is nil, no icon will be shown in
the specified position. | See also |
#2023-9-16