gtkWindowSetDefaultIconFromFile {RGtk2} | R Documentation |
Sets an icon to be used as fallback for windows that haven't
had gtkWindowSetIconList
called on them from a file
on disk. Warns on failure if err
is NULL
.
gtkWindowSetDefaultIconFromFile(filename, .errwarn = TRUE)
|
[character] location of icon file |
.errwarn |
Whether to issue a warning on error or fail silently |
Since 2.2
A list containing the following elements:
retval |
[logical] TRUE if setting the icon succeeded. |
|
[GError ] location to store error, or NULL . |
Derived by RGtkGen from GTK+ documentation