XSetWMName

Syntax

void XSetWMName(display, w, text_prop)
      Display *display;
      Window w;
      XTextProperty *text_prop;

Arguments

display Specifies the connection to the X server.
X サーバへの接続を指定する。
w Specifies the window.
ウィンドウを指定する。
text_prop Specifies the XTextProperty structure to be used.
使われる XTextProperty 構造体を指定する。

Description

The XSetWMName() convenience function calls XSetTextProperty() to set the WM_NAME property.
簡易関数 XSetWMNameは、 XSetTextPropertyを呼び出して WM_NAME プロパティを設定する。

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@computer.org