Function

GtkWindowset_default_icon_list

Declaration [src]

void
gtk_window_set_default_icon_list (
  GList* list
)

Description [src]

Sets an icon list to be used as fallback for windows that haven’t had gtk_window_set_icon_list() called on them to set up a window-specific icon list. This function allows you to set up the icon for all windows in your app at once.

See gtk_window_set_icon_list() for more details.

Parameters

list

Type: A list of GdkPixbuf*

A list of GdkPixbuf.

The called function takes ownership of the data container, but not the data inside it.