Method

GdkWindowset_icon_list

Declaration [src]

void
gdk_window_set_icon_list (
  GdkWindow* window,
  GList* pixbufs
)

Description [src]

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

pixbufs

Type: A list of GdkPixbuf*

A list of pixbufs, of different sizes.
The data is owned by the caller of the method.