Xlib provides functions that you can use to obtain,
change, update, or interchange window properties.
In addition, Xlib provides other utility functions for inter-client
communication (see "Inter-Client Communication Functions").
Xlib はウィンドウプロパティを変更、更新、置き換えることができる関数を与える。
更に XLib はクライアント間通信のためのユーティリティ関数を与える。
("Inter-Client Communication Functions"参照)
To obtain the type, format, and value of a property of a given window, use
XGetWindowProperty().
与えれたウィンドウのプロパティの型、フォーマット、値を得るには
XGetWindowProperty()
を使う。
To obtain a given window's property list, use
XListProperties().
与えられたウィンドウのプロパティリストを得るには
XListProperties()
を使う。
To change a property of a given window, use
XChangeProperty().
与えられたウィンドウのプロパティを変更するには
XChangeProperty()
を使う。
To rotate a window's property list, use
XRotateWindowProperties().
ウィンドウのプロパティリストをローケートするには
XRotateWindowProperties()
を使う。
To delete a property on a given window, use
XDeleteProperty().
与えられたウィンドウのプロパティを削除するには
XDeleteProperty()
を使う。