Query: xmgetatomname
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmGetAtomName(library call) XmGetAtomName(library call)NAMEXmGetAtomName -- A function that returns the string representation for an atomSYNOPSIS#include <Xm/Xm.h> #include <Xm/AtomMgr.h> String XmGetAtomName( Display * display, Atom atom);DESCRIPTIONXmGetAtomName 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 returnedRETURNReturns a string. The function allocates space to hold the returned string. The application is responsible for managing the allocated space. The application can recover the allocated space by calling XFree. XmGetAtomName(library call)
Related Man Pages |
---|
tk_getatomname(3) - mojave |
tk_getatomname(3tk) - debian |
tk_internatom(3) - suse |
tk_getatomname(3) - osx |
tk_internatom(3) - redhat |
Similar Topics in the Unix Linux Community |
---|
PHP Man Pages Now Available (Over 10,000) |
Is UNIX an open source OS ? |
How to extract every repeated string between two specific string? |
Wrong Array... |
Shopt -s histappend |