Package: gtk

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

Lambda List

gtk:window-set-icon-from-file (window path)

Arguments

window -- a gtk:window widget
path -- a pathname or namestring 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 path.
 

See also

#2024-11-20