DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T X

⟦97a4c41c1⟧ TextFile

    Length: 959 (0x3bf)
    Types: TextFile
    Names: »Xlib.3x«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦526ad3590⟧ »EUUGD11/gnu-31mar87/X.V10.R4.tar.Z« 
        └─⟦2109abc41⟧ 
            └─ ⟦this⟧ »./X.V10R4/man/Xlib.3x« 

TextFile

.TH XLIB 3X "3 January 1986" "X Version 10"
.SH NAME
Xlib \- C Language X Window System Interface Library
.SH SYNOPSIS
.nf
.B #include <X/Xlib.h>
.SH DESCRIPTION
This library is the low level interface for C to the X protocol.
The list of subroutines is too long to list here, comprising more than
150 subroutines.

This library gives complete access to all capability provided by the
X window system, and is intended to be the basis for other higher level
libraries for use with X 
(See \fIXtext(3x)\fP for an example of such a library).

More subroutines will be added to this library with time.
Contributions will be gratefully accepted.
.SH FILES
/usr/include/X/Xlib.h, /usr/lib/libX.a
.SH "SEE ALSO"
`Xlib - C Language X Interface', X(1), X(8c), Xtext(3x), Xtty(3x)
.SH AUTHORS
Ron Newman, Tony Della Fera, Jim Gettys (MIT Project Athena)
.br
Copyright 1985, 1986, Massachusetts Institute of Technology
.br
See X(1) for a full copyright notice.
.SH BUGS