Scroll to navigation

XtReservePropertyAtom(3Xt) XT FUNCTIONS XtReservePropertyAtom(3Xt)

名前

XtReservePropertyAtom, XtReleasePropertyAtom - プロパティアトムのキャッシュを管理する

書式

Widget XtReservePropertyAtom( w)
 

Widget w;
void XtReleasePropertyAtome( w, atom)
 

Widget w;
 

Atom atom;

引き数

w
アトムの予約に使うウィジェットを指定する。
atom
予約が解除されるアトムを指定する。

説明

XtReservePropertyAtom は、ウィジェット w からの変換リクエストで使われるプロパティに対 して使うことができるアトムを返す。返されるアトムは、指定したウィジェッ トのディスプレイに対してユニークなものになる。

関連項目

X Toolkit Intrinsics - C Language Interface
 
Xlib - C Language X Interface
Release 6.5 X Version 11