logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XtReservePropertyAtom, XtReleasePropertyAtom - maintain a cache of property atoms

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);

See Also