XSetWMName
Syntax
void XSetWMName(
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
XSetWMName()
convenience function calls
XSetTextProperty()
to set the WM_NAME property.
See also
XAllocClassHint()
,
XAllocIconSize()
,
XAllocSizeHints()
,
XAllocWMHints()
,
XFetchName()
,
XFree()
,
XGetWMName()
,
XSetCommand()
,
XSetTextProperty()
,
XSetTransientForHint()
,
XSetWMClientMachine()
,
XSetWMColormapWindows()
,
XSetWMColormapWindows()
,
XSetWMIconName()
,
XSetWMIconName()
,
XSetWMProperties()
,
XSetWMProtocols()
,
XStoreName()
,
XStringListToTextProperty()
, "
Setting and Reading Text Properties
".
Christophe Tronche
,
ch@tronche.com