man XtReservePropertyAtom (Fonctions bibliothèques) - maintain a cache of property atoms
NAME
XtReservePropertyAtom, XtReleasePropertyAtom - maintain a cache of property atoms
SYNTAX
Widget XtReservePropertyAtom(Widget w);
void XtReleasePropertyAtom(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
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.
SEE ALSO