gtkWindowSetIconName {RGtk2} | R Documentation |
Sets the icon for the window from a named themed icon. See
the docs for GtkIconTheme
for more details.
gtkWindowSetIconName(object, name = NULL)
|
[GtkWindow ] a GtkWindow |
|
[character] the name of the themed icon |
Note that this has nothing to do with the WM_ICON_NAME property which is mentioned in the ICCCM.
Since 2.6
Derived by RGtkGen from GTK+ documentation