Blob Blame History Raw
'\" t
...\" InternA.sgm /main/8 1996/09/25 10:03:28 cdedoc $
.de P!
.fl
\!!1 setgray
.fl
\\&.\"
.fl
\!!0 setgray
.fl			\" force out current output buffer
\!!save /psv exch def currentpoint translate 0 0 moveto
\!!/showpage{}def
.fl			\" prolog
.sy sed -e 's/^/!/' \\$1\" bring in postscript file
\!!psv restore
.
.de pF
.ie     \\*(f1 .ds f1 \\n(.f
.el .ie \\*(f2 .ds f2 \\n(.f
.el .ie \\*(f3 .ds f3 \\n(.f
.el .ie \\*(f4 .ds f4 \\n(.f
.el .tm ? font overflow
.ft \\$1
..
.de fP
.ie     !\\*(f4 \{\
.	ft \\*(f4
.	ds f4\"
'	br \}
.el .ie !\\*(f3 \{\
.	ft \\*(f3
.	ds f3\"
'	br \}
.el .ie !\\*(f2 \{\
.	ft \\*(f2
.	ds f2\"
'	br \}
.el .ie !\\*(f1 \{\
.	ft \\*(f1
.	ds f1\"
'	br \}
.el .tm ? font underflow
..
.ds f1\"
.ds f2\"
.ds f3\"
.ds f4\"
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n 
.TH "XmInternAtom" "library call"
.SH "NAME"
\fBXmInternAtom\fP \(em A macro that returns an atom for a given name
.iX "XmInternAtom"
.iX "atoms"
.SH "SYNOPSIS"
.PP
.nf
#include <Xm/AtomMgr\&.h>
\fBAtom \fBXmInternAtom\fP\fR(
\fBDisplay \fB* display\fR\fR,
\fBString \fBname\fR\fR,
\fBBoolean \fBonly_if_exists\fR\fR);
.fi
.SH "DESCRIPTION"
.PP
\fBXmInternAtom\fP 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\&.
.IP "\fIdisplay\fP" 10
Specifies the connection to the X server
.IP "\fIname\fP" 10
Specifies the name associated with the atom you want returned\&.
The value of \fIname\fP is case dependent\&.
.IP "\fIonly_if_exists\fP" 10
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 \fBNone\fP\&.)
If True, the atom is created only if it exists\&.
.SH "RETURN"
.PP
Returns an atom\&.
...\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:25