DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

XmGetAtomName(X3mot)


XmGetAtomName -- a function that returns the string representation for an atom

Synopsis

#include <Xm/Xm.h>
#include <Xm/AtomMgr.h>

String XmGetAtomName (display, atom) Display * display; Atom atom;

Description

XmGetAtomName returns the string representation for an atom. It mirrors the Xlib interfaces for atom management but provides client-side caching. When and where caching is provided in Xlib, the routines will become pseudonyms for the Xlib routines.

display
Specifies the connection to the X server

atom
Specifies the atom for the property name you want returned

Return values

Returns a string.
25 April 2004
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004