14.1.10 Setting and Reading the WM_PROTOCOLS Property
Xlib provides functions that you can use to set and read the
WM_PROTOCOLS
property for a given window.
Xlib には、指定されたウィンドウの WM_PROTOCOLS プロパティの設定と取得
のための関数が用意されている。
To set a window's
WM_PROTOCOLS
property, use
XSetWMProtocols().
WM_PROTOCOLS
プロパティを設定するには
XSetWMProtocols()
を使う。
To read a window's
WM_PROTOCOLS
property, use
XGetWMProtocols().
WM_PROTOCOLS
プロパティを取得するには
XGetWMProtocols()
を使う。
Christophe Tronche, ch.tronche@computer.org