1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" 3[ 4 <!ENTITY % defs SYSTEM "defs.ent"> %defs; 5 <!ENTITY % xt_defs SYSTEM "libXt.ent"> %xt_defs; 6]> 7 8<book id="intrinsics" lang="en"> 9 10<bookinfo> 11 <title>X Toolkit Intrinsics – C Language Interface</title> 12 <subtitle>X Window System</subtitle> 13 <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> 14 <releaseinfo>X Toolkit Intrinsics Version &package_version;</releaseinfo> 15 <printhistory><para>First Revision – April, 1994</para></printhistory> 16 <authorgroup> 17 <author> 18 <firstname>Joel</firstname><surname>McCormack</surname> 19 <affiliation> 20 <orgname>Digital Equipment Corporation</orgname> 21 <orgdiv>Western Software Laboratory</orgdiv> 22 </affiliation> 23 </author> 24 <author> 25 <firstname>Paul</firstname><surname>Asente</surname> 26 <affiliation> 27 <orgname>Digital Equipment Corporation</orgname> 28 <orgdiv>Western Software Laboratory</orgdiv> 29 </affiliation> 30 </author> 31 <author> 32 <firstname>Ralph</firstname><othername>R.</othername> 33 <surname>Swick</surname> 34 <affiliation> 35 <orgname>Digital Equipment Corporation</orgname> 36 <orgdiv>External Research Group</orgdiv> 37 </affiliation> 38 </author> 39 </authorgroup> 40 <printhistory><para>version 6 edited by Donna Converse X Consortium, Inc.</para></printhistory> 41 <printhistory><para>version 7 edited by Thomas E. Dickey <ulink url="https://invisible-island.net"/></para></printhistory> 42 43<legalnotice> 44<para>XWindow System is a trademark of X Consortium, Inc.</para> 45 46<para role="multiLicensing"> 47Copyright © 1985, 1986, 1987, 1988, 1991, 1994 X Consortium 48</para> 49 50<para> 51Permission is hereby granted, free of charge, to any person obtaining 52a copy of this software and associated documentation files (the 53“Software”), to deal in the Software without restriction, including 54without limitation the rights to use, copy, modify, merge, publish, 55distribute, sublicense, and/or sell copies of the Software, and to 56permit persons to whom the Software is furnished to do so, subject to 57the following conditions: 58</para> 59 60<para> 61The above copyright notice and this permission notice shall be included 62in all copies or substantial portions of the Software. 63</para> 64 65<para> THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS 66OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 67MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 68IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR 69OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 70ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 71OTHER DEALINGS IN THE SOFTWARE. 72</para> 73 74<para> 75Except as contained in this notice, the name of the X Consortium shall 76not be used in advertising or otherwise to promote the sale, use or 77other dealings in this Software without prior written authorization 78from the X Consortium. 79</para> 80</legalnotice> 81 82<legalnotice> 83<para role="multiLicensing"> 84Copyright © 1985, 1986, 1987, 1988, 1991, 1994 85Digital Equipment Corporation, Maynard, Massachusetts. 86</para> 87 88<para> 89Permission to use, copy, modify and distribute this documentation for any 90purpose and without fee is hereby granted, provided that the above copyright 91notice appears in all copies and that both that copyright notice and this 92permission notice appear in supporting documentation, and that the name of 93Digital not be used in in advertising or publicity pertaining 94to distribution of the software without specific, written prior permission. 95Digital makes no representations about the suitability of the 96software described herein for any purpose. 97It is provided “as is” without express or implied warranty. 98</para> 99 100</legalnotice> 101</bookinfo> 102 103 104 105<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="acknowledgement.xml"/> 106 107 108<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="preface.xml"/> 109<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH01.xml"/> 110 111<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH02.xml"/> 112<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH03.xml"/> 113<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH04.xml"/> 114<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH05.xml"/> 115<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH06.xml"/> 116<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH07.xml"/> 117<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH08.xml"/> 118<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH09.xml"/> 119<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH10.xml"/> 120<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH11.xml"/> 121<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH12.xml"/> 122<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH13.xml"/> 123 124<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appA.xml"/> 125<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appB.xml"/> 126<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appC.xml"/> 127<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appD.xml"/> 128<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appE.xml"/> 129<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appF.xml"/> 130 131</book> 132 133