set_icon_list


Description:

public void set_icon_list (List<Pixbuf> pixbufs)

Sets a list of icons for the window.

One of these will be used to represent the window when it has been iconified. The icon is usually shown in an icon box or some sort of task bar. Which icon size is shown depends on the window manager. The window manager can scale the icon but setting several size icons can give better image quality since the window manager may only need to scale the icon by a small amount or not at all.

Note that some platforms don't support window icons.

Parameters:

this

The Window toplevel window to set the icon of.

pixbufs

A list of pixbufs, of different sizes.