*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->HP-UX 11i man pages -> XmInternAtom (3)              
Title
Content
Arch
Section
 

Contents


 XmInternAtom(library call)                       XmInternAtom(library call)




 NAME    [Toc]    [Back]
      XmInternAtom - A macro that returns an atom for a given name

 SYNOPSIS    [Toc]    [Back]
      #include <Xm/AtomMgr.h>
      Atom XmInternAtom(
      Display * display,
      String name,
      Boolean only_if_exists);

 DESCRIPTION    [Toc]    [Back]
      XmInternAtom returns an atom for a given name.  The returned atom
      remains defined even after the client's connection closes. The
      returned atom becomes undefined when the last connection to the X
      server closes.

      display   Specifies the connection to the X server

      name      Specifies the name associated with the atom you want
                returned.  The value of name is case dependent.

      only_if_exists
                Specifies a Boolean value.  If False, the atom is created
                even if it does not exist.  (If it does not exist, the
                returned atom will be None.) If True, the atom is created
                only if it exists.

 RETURN    [Toc]    [Back]
      Returns an atom.


                                    - 1 -       Formatted:  January 24, 2005
[ Back ]
 Similar pages
Name OS Title
XmInternAtom IRIX A function that returns an atom for a given name
XmInternAtom Tru64 A function that returns an atom for a given name
XmGetAtomName IRIX A function that returns the string representation for an atom
XmGetAtomName Tru64 A function that returns the string representation for an atom
XmGetAtomName HP-UX A function that returns the string representation for an atom
m4 HP-UX macro processor
m4 Linux GNU macro processor
m4 IRIX macro processor
m4 Tru64 GNU m4 macro processor
assert OpenBSD expression verification macro
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service