NAME
XmuMakeAtom — create AtomPtr to hold atom list for a property name string.
SYNOPSIS
#include <X11/Xmu/Atoms.h>
AtomPtr XmuMakeAtom(name)
char∗ name;
ARGUMENTS
nameSpecifies the atom name.
DESCRIPTION
XmuMakeAtom creates and initializes an AtomPtr, which is an opaque object that contains a property name string and a list of atoms for that string--one for each display. XmuInternAtom is used to fill in the atom for each display.
SEE ALSO
XmuGetAtomName, XmuInternAtom, XmuInternStrings, XmuNameofAtom.
Xlib Reference Manual