gdkWindowSetIconName {RGtk2} | R Documentation |
Windows may have a name used while minimized, distinct from the name they display in their titlebar. Most of the time this is a bad idea from a user interface standpoint. But you can set such a name with this function, if you like.
gdkWindowSetIconName(object, name)
|
[GdkWindow ] a toplevel GdkWindow |
|
[character] name of window while iconified (minimized) |
Derived by RGtkGen from GTK+ documentation