1XmGetAtomName(library call)                        XmGetAtomName(library call)
2
3
4

NAME

6       XmGetAtomName  —  A function that returns the string representation for
7       an atom
8

SYNOPSIS

10       #include <Xm/Xm.h>
11       #include <Xm/AtomMgr.h>
12       String XmGetAtomName(
13       Display * display,
14       Atom atom);
15

DESCRIPTION

17       XmGetAtomName returns the string representation for an atom.   It  mir‐
18       rors  the  Xlib interfaces for atom management but provides client-side
19       caching. When and where caching is provided in Xlib, the routines  will
20       become pseudonyms for the Xlib routines.
21
22       display   Specifies the connection to the X server
23
24       atom      Specifies the atom for the property name you want returned
25

RETURN

27       Returns  a  string.   The function allocates space to hold the returned
28       string.  The application is  responsible  for  managing  the  allocated
29       space.   The  application  can  recover  the allocated space by calling
30       XFree.
31
32
33
34                                                   XmGetAtomName(library call)
Impressum