XGetWMName

Syntax

Status XGetWMName(display, w, text_prop_return)
      Display *display;
      Window w;
      XTextProperty *text_prop_return;

Arguments

display Specifies the connection to the X server.
X サーバへの接続を指定する。
w Specifies the window.
ウィンドウを指定する。
text_prop_return Returns the XTextProperty structure.
XTextProperty構造体が返される。

Description

The XGetWMName() convenience function calls XGetTextProperty() to obtain the WM_NAME property. It returns a nonzero status on success; otherwise, it returns a zero status.
簡易関数 XGetWMNameは、 XGetTextPropertyを呼び出して WM_NAME プロパティを取得する。 この関数は成功時には 0 でないステータスを返し、そうでない場合には ステータスとして 0 を返す。

See also

XAllocClassHint(), XAllocIconSize(), XAllocSizeHints(), XAllocWMHints(), XFetchName(), XFree(), XSetCommand(), XSetTextProperty(), XSetTransientForHint(), XSetWMClientMachine(), XSetWMColormapWindows(), XSetWMColormapWindows(), XSetWMIconName(), XSetWMIconName(), XSetWMName(), XSetWMProperties(), XSetWMProtocols(), XStoreName(), XStringListToTextProperty(), "Setting and Reading Text Properties".
Christophe Tronche, ch.tronche@computer.org