XtReservePropertyAtom

Section: XT FUNCTIONS (3Xt)
Updated: Release 6.3
Index xjman/web INDEX
 

名前

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


 

Index

名前
書式
引き数
説明
関連項目

This document was created by man2html, using the manual pages.
Time: 15:56:36 GMT, February 12, 2001