To set a window's WM_NAME property with the supplied convenience function, use
XSetWMName().
既存の簡易関数で
WM_NAME
プロパティに設定するには
XSetWMName()
を使う。
To read a window's WM_NAME property with the supplied convenience function, use
XGetWMName().
既存の簡易関数で
WM_NAME
プロパティに取得するには
XGetWMName()
を使う。
The following two functions have been superseded by
XSetWMName()
and
XGetWMName(),
respectively.
You can use these additional convenience functions
for window names that are encoded as STRING properties.
以下の 2 つの関数は既に
XSetWMName()
と
XGetWMName()
によって置き換えられている。
STRING プロパティでエンコードされているウィンドウ名に対しては
これらの簡易関数を代わりに使ってもよい。
To assign a name to a window, use
XStoreName().
名前をウィンドウに割り付けるには
XStoreName()
を使う。
To get the name of a window, use
XFetchName().
ウィンドウの名前を取得するには
XFetchName()
を使う。