blob: f6ccadf4d177ab342cc6b86ca07bbe1b778e597c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
libXt - X Toolkit Intrinsics library
------------------------------------
Documentation for this library can be found in the included man pages; and
the libXt spec from the specs directory of the source, also available at:
- https://www.x.org/releases/current/doc/libXt/intrinsics.html
- https://www.x.org/releases/current/doc/libXt/intrinsics.pdf
and the O'Reilly X Toolkit books, which they have made freely available online:
- X Series Volume 4: X Toolkit Intrinsics Programming Manual,
1st Edition (1990, covers X11R3)
https://archive.org/details/xtoolkitintrsin20400nyemiss
- X Series Volume 4: X Toolkit Intrinsics Programming Manual,
2nd Edition (1990, covers X11R4)
https://archive.org/details/xtoolkitintrinsi04nyemiss
- X Series Volume 4: X Toolkit Intrinsics Programming Manual,
Motif Edition (1990, covers X11R4/Motif 1.1)
https://archive.org/details/xtoolktintrmotif04nyemiss
- X Series Volume 4: X Toolkit Intrinsics Programming Manual,
3rd Edition (1993, covers X11R5/Motif 1.2)
https://archive.org/details/xtoolkitintrinsi0000nyea
- X Series Volume 5: X Toolkit Intrinsics Reference Manual
(1990, covers X11R4)
https://archive.org/details/xtoolkitintrirefman05oreimiss
- X Series Volume 5: X Toolkit Intrinsics Reference Manual
(1994, covers X11R4 and X11R5)
https://archive.org/details/xtoolkitintrinsi05flan
----------------------------------------------------------------------------
All questions regarding this software should be directed at the
Xorg mailing list:
https://lists.x.org/mailman/listinfo/xorg
The primary development code repository can be found at:
https://gitlab.freedesktop.org/xorg/lib/libXt
Please submit bug reports and requests to merge patches there.
For patch submission instructions, see:
https://www.x.org/wiki/Development/Documentation/SubmittingPatches
|