XtReservePropertyAtom, XtReleasePropertyAtom - maintain a cache of property atoms
Contents
Arguments
w Specifies the widget used to reserve the atom.
atom Specifies the atom whose reservation is to be released.
Description
XtReservePropertyAtom returns an atom that may be used for properties in conjunction with conversion
requests from widget w. The atom returned will be unique for the display of the widget specified.
Name
XtReservePropertyAtom, XtReleasePropertyAtom - maintain a cache of property atoms
See Also
XToolkitIntrinsics-CLanguageInterfaceXlib-CLanguageXInterface
X Version 11 libXt 1.2.1 XtReservePropertyAtom(3)
Syntax
#include <X11/Intrinsic.h>
Atom XtReservePropertyAtom(Widget w);
void XtReleasePropertyAtom(Widget w, Atom atom);
