Package: gtk

Function gtk-window-set-icon-from-file

Lambda List

gtk-window-set-icon-from-file (window filename)

Arguments

window -- a gtk-window widget
filename -- a string with the location of the icon file

Return Value

True if setting the icon succeeded.

Details

Sets the icon for the window.

This function is equivalent to calling the gtk-window-icon function with a pixbuf created by loading the image from filename.
 

See also

2021-9-12