Description Usage Arguments Details Author(s)
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.
1 | gdkWindowSetIconName(object, name)
|
|
a toplevel |
|
name of window while iconified (minimized) |
After calling this with a non-NULL
name
, calls to gdkWindowSetTitle
will not update the icon title.
Using NULL
for name
unsets the icon title; further calls to
gdkWindowSetTitle
will again update the icon title as well.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.