Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmGetAtomName(3Xm) — RISC iX 1.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

XmGetAtomName(3Xm)  —  UNIX Programmer’s Manual

NAME

XmGetAtomName — a function that returns the string representation for an atom.

SYNOPSIS

#include <Xm/Xm.h>
#include <X11/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. 

displaySpecifies the connection to the X server. 

atomSpecifies the atom for the property name you want returned. 

RETURN VALUE

Returns a string. 

7th Edition

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026