1XtReservePropertyAtom(3)         XT FUNCTIONS         XtReservePropertyAtom(3)
2
3
4

NAME

6       XtReservePropertyAtom, XtReleasePropertyAtom - maintain a cache of
7       property atoms
8

SYNTAX

10       #include <X11/Intrinsic.h>
11
12       Atom XtReservePropertyAtom(Widget w);
13
14       void XtReleasePropertyAtom(Widget w, Atom atom);
15

ARGUMENTS

17       w         Specifies the widget used to reserve the atom.
18
19       atom      Specifies the atom whose reservation is to be released.
20

DESCRIPTION

22       XtReservePropertyAtom returns an atom that may be used for properties
23       in conjunction with conversion requests from widget w. The atom
24       returned will be unique for the display of the widget specified.
25

SEE ALSO

27       X Toolkit Intrinsics - C Language Interface
28       Xlib - C Language X Interface
29
30
31
32X Version 11                      libXt 1.2.0         XtReservePropertyAtom(3)
Impressum