1XtReservePropertyAtom(3) XT FUNCTIONS XtReservePropertyAtom(3)
2
3
4
6 XtReservePropertyAtom, XtReleasePropertyAtom - maintain a cache of
7 property atoms
8
10 #include <X11/Intrinsic.h>
11
12 Atom XtReservePropertyAtom(Widget w);
13
14 void XtReleasePropertyAtom(Widget w, Atom atom);
15
17 w Specifies the widget used to reserve the atom.
18
19 atom Specifies the atom whose reservation is to be released.
20
22 XtReservePropertyAtom returns an atom that may be used for properties
23 in conjunction with conversion requests from widget w. The atom re‐
24 turned will be unique for the display of the widget specified.
25
27 X Toolkit Intrinsics - C Language Interface
28 Xlib - C Language X Interface
29
30
31
32X Version 11 libXt 1.2.1 XtReservePropertyAtom(3)