XSetWMIconName
Syntax
void XSetWMIconName(display, w, text_prop)
Display *display;
Window w;
XTextProperty *text_prop;
Arguments
display
| Specifies the connection to the X server.
|
w
| Specifies the window.
|
text_prop
| Specifies the
XTextProperty
structure to be used.
|
Description
The
XSetWMIconName()
convenience function calls
XSetTextProperty()
to set the WM_ICON_NAME property.
See also
XAllocClassHint(),
XAllocIconSize(),
XAllocSizeHints(),
XAllocWMHints(),
XFree(),
XGetIconName(),
XGetWMIconName(),
XSetCommand(),
XSetIconName(),
XSetTextProperty(),
XSetTransientForHint(),
XSetWMClientMachine(),
XSetWMColormapWindows(),
XSetWMName(),
XSetWMProperties(),
XSetWMProtocols(),
XStringListToTextProperty(),
"
Setting and Reading the WM_ICON_NAME Property"
Christophe Tronche, [email protected]