XmInternAtom
A macro that returns an atom for a given name "XmInternAtom" "atoms"
- Provided by: libmotif-dev (Version: 2.3.8-2build1)
- Source: motif
- Report a bug
A macro that returns an atom for a given name "XmInternAtom" "atoms"
#include <Xm/AtomMgr.h> Atom XmInternAtom( Display * display, String name, Boolean only_if_exists);
XmInternAtom returns an atom for a given name. The returned atom remains defined even after the client's connection closes. The returned atom becomes undefined when the last connection to the X server closes.
Returns an atom.