![]() |
![]()
| ![]() |
![]()
NAMEXmInternAtom — A macro that returns an atom for a given name SYNOPSIS#include <Xm/AtomMgr.h> Atom XmInternAtom( Display * display, String name, Boolean only_if_exists); DESCRIPTIONXmInternAtom 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.
RETURNReturns an atom.
|