XtReleasePropertyAtom(3X) XT FUNCTIONS XtReleasePropertyAtom(3X)
NAME
XtReleasePropertyAtom - release a cache of property atoms
SYNTAX
void XtReleasePropertyAtom(w, atom)
Widget w;
Atom atom;
ARGUMENTS
w Specifies the widget used to reserve the atom.
atom Specifies the atom whose reservation is to be released.
DESCRIPTION
XtReleasePropertyAtom marks the specified property name Atom as no longer in use and insures that any property having that name on the
specified widget's window is deleted.
If atom does not specify a value returned by XtReservePropertyAtom() for the specified widget,, the results are undefined.
SEE ALSO
XtReserverePropertyAtom(3X)
X Version 11 Release 6 XtReleasePropertyAtom(3X)