1XtReservePropertyAtom(3) XT FUNCTIONS XtReservePropertyAtom(3)
2
3
4
6 XtReservePropertyAtom, XtReleasePropertyAtom - maintain a cache of
7 property atoms
8
10 Widget XtReservePropertyAtom(Widget w);
11
12 void XtReleasePropertyAtom(Widget w, Atom atom);
13
15 w Specifies the widget used to reserve the atom.
16
17 atom Specifies the atom whose reservation is to be released.
18
20 XtReservePropertyAtom returns an atom that may be used for properties
21 in conjunction with conversion requests from widget w. The atom
22 returned will be unique for the display of the widget specified.
23
25 X Toolkit Intrinsics - C Language Interface
26 Xlib - C Language X Interface
27
28
29
30X Version 11 libXt 1.1.5 XtReservePropertyAtom(3)