FreeBSD Manual Pages
XmInternAtom(3) Library Functions Manual XmInternAtom(3) NAME XmInternAtom -- 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); DESCRIPTION XmInternAtom returns an atom for a given name. The returned atom re- mains defined even after the client's connection closes. The returned atom becomes undefined when the last connection to the X server closes. display Specifies the connection to the X server name Specifies the name associated with the atom you want re- turned. The value of name is case dependent. only_if_exists Specifies a Boolean value. If False, the atom is created even if it does not exist. (If it does not exist, the re- turned atom will be None.) If True, the atom is created only if it exists. RETURN Returns an atom. XmInternAtom(3)
NAME | SYNOPSIS | DESCRIPTION | RETURN
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=XmInternAtom&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>