gtkWindowSetDefaultIconList {RGtk2} | R Documentation |
Sets an icon list to be used as fallback for windows that haven't
had gtkWindowSetIconList
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.
gtkWindowSetDefaultIconList(list)
|
[list] a list of GdkPixbuf |
See gtkWindowSetIconList
for more details.
Derived by RGtkGen from GTK+ documentation