DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

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

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ D T

⟦194f9d166⟧ TextFile

    Length: 691875 (0xa8ea3)
    Types: TextFile
    Names: »DIFF_PS«

Derivation

└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00
    └─ ⟦0c20f784e⟧ »DATA« 
        └─⟦90e3dc9e8⟧ 
            └─⟦this⟧ 

TextFile

%!PS-Adobe-2.0
%%Title: !DOCUMENTATION.BOOKS.XLIB.DIFFERENCES.PROD_WORKING.UNITS.DIFF_TRIGGER'V(1)
%%Creator: COMPOSE 10.7.11
%%CreationDate: June 13, 1991 at 3:09:28 PM
%%For: OPERATOR
%%Pages: (atend)
%%DocumentFonts: (atend)
%%EndComments
/SelectFont {findfont exch dup neg 0 0 3 -1 roll 0 0 MAT astore makefont setfont} bind def
/BeginPage {/State save def /INITIAL-MATRIX matrix currentmatrix def 1 -1 scale 0.5 setlinewidth} bind def
/PositionPage {{-90 rotate pop} {0 exch neg translate} ifelse} bind def
/EndPage {State restore showpage} def
/WS {0 32 4 -1 roll widthshow} bind def
/MX {0 rmoveto} bind def
/LTAB {gsave exch (.) stringwidth pop sub exch {dup 2 div dup 0 rmoveto (.) show 0 rmoveto} repeat pop grestore} bind def
/MAT matrix def
/FINDSCALE {gsave newpath 0 0 moveto (X) false charpath
flattenpath pathbbox /CAPHEIGHT exch def pop pop pop newpath 0 0 moveto
(x) false charpath flattenpath pathbbox /XHEIGHT exch def pop pop pop
grestore XHEIGHT CAPHEIGHT XHEIGHT sub 3 div add CAPHEIGHT div } bind def
/CAP-ENCODING [ StandardEncoding aload pop ] def
8#141 1 8#172 {CAP-ENCODING exch dup 1 string dup 0 4 -1 roll 8#40 sub put cvn put} for
/COPYFONT {dup length dict /TMPDICT exch def {1 index /FID ne {TMPDICT 3 1 roll put} {pop pop} ifelse } forall TMPDICT }bind def
/SYM {save exch /newfont currentfont maxlength dict def currentfont
{exch dup /FID ne {dup /Encoding eq {exch dup length array copy newfont 3 1 roll put}
{exch newfont 3 1 roll put} ifelse } {pop pop} ifelse} forall
newfont /Encoding get 8#377 3 -1 roll put /NEWFONT newfont definefont setfont
(\377) show restore} bind def
%%EndProlog
%%Page: 1 1
BeginPage
792 false PositionPage
72 76 moveto
14 /Times-Bold SelectFont
(1.  Introduction) show
72 99.760 moveto
10 /Times-Roman SelectFont
(The Rational X Library is an Ada implementation of Xlib, the X Interface level of the X) 0.757 WS
3.256 MX
(Window System) 0.756 WS
/trademark SYM 9.800 MX
( from) 0.756 WS
72 111.760 moveto
(MIT. The purpose of this document is to detail the differences) 0.917 WS
3.418 MX
(between the Ada version of this facility and the C) 0.918 WS
72 123.760 moveto
(version.) show
72 147.760 moveto
(The intended audience) 1.129 WS
3.628 MX
(for this document is those programmers who will be writing applications against the Xlib) 1.128 WS
72 159.760 moveto
(interface. They should be familiar with Ada, with their target Ada compiler, and) 3.021 WS
5.522 MX
(with X Window System) 3.022 WS
72 171.760 moveto
(programming in general. This manual is not an X tutorial. The Ada Xlib interface was designed to be functionally) 0.695 WS
72 183.760 moveto
(compatible with the) 0.463 WS
2.964 MX
(C interface. This means that any of the generally available books on Xlib programming can be) 0.464 WS
72 195.760 moveto
(used to learn about programming with the Ada Xlib. In many ways, it is true that, \252Only the names have changed.\272) show
72 219.760 moveto
(This document attempts to cover all of) 1.654 WS
4.153 MX
(the differences between the C and Ada Xlib interfaces. In particular, it) 1.653 WS
72 231.760 moveto
(covers:) show
72 255.760 moveto
(\267 ) show
18 MX
(Structure of the Xlib subsystem and the related subsystems) show
72 273.760 moveto
(\267 ) show
18 MX
(Basic differences in the interface brought on by strong typing) show
72 291.760 moveto
(\267 ) show
18 MX
(Naming differences and conventions) show
72 309.760 moveto
(\267 ) show
18 MX
(Differences in procedural interfaces) show
72 327.760 moveto
(\267 ) show
18 MX
(Differences in data structures) show
72 345.760 moveto
(\267 ) show
18 MX
(Storage allocation) show
72 363.760 moveto
(\267 ) show
18 MX
(A simple Hello_World program, in both C and Ada) show
72 756 moveto
(RATIONAL) show
161.095 MX
(April 1991) show
207.195 MX
(1) show
EndPage
%%Page: 2 2
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
72 756 moveto
(2) show
207.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 3 3
BeginPage
792 false PositionPage
72 76 moveto
14 /Times-Bold SelectFont
(2.  Library Organization) show
72 99.760 moveto
10 /Times-Roman SelectFont
(Xlib has two different basic configurations. Rational sells and) 1.007 WS
3.508 MX
(supports both a binary-only form and a full-source) 1.008 WS
72 111.760 moveto
(form of the library. The full-source form of the library is also available,) 0.927 WS
3.426 MX
(without active support from Rational, on) 0.926 WS
72 123.760 moveto
(various public archives.) show
8 /Times-Roman SelectFont
0 -3 rmoveto
(1) show
0 3 rmoveto
72 147.760 moveto
10 /Times-Roman SelectFont
(The complete list of subsystems and system directories for Xlib, using their Rational Environment) show
/trademark SYM 9.800 MX
( names, is:) show
72 171.760 moveto
10 /Times-Bold SelectFont
18 MX
(X_Clients) show
10 /Times-Roman SelectFont
35.780 MX
(This subsystem supplies) 1.421 WS
3.922 MX
(various utility programs that were written against the X_Library) 1.422 WS
168 183.760 moveto
(subsystem.  \050This subsystem is present only on machines with full Xlib source.\051) show
72 201.760 moveto
10 /Times-Bold SelectFont
18 MX
(X_Data) show
10 /Times-Roman SelectFont
45.230 MX
(This directory contains machine- and site-specific information used by Xlib at) 1.121 WS
3.620 MX
(application) show
168 213.760 moveto
(run time. This is the installed location for these files. The original source copies of these) 1.266 WS
168 225.760 moveto
(files can be found in the) show
10 /Times-Bold SelectFont
( Misc) show
10 /Times-Roman SelectFont
( subdirectory of the full-source) show
10 /Times-Bold SelectFont
( X_Library) show
10 /Times-Roman SelectFont
( subsystem.) show
72 243.760 moveto
10 /Times-Bold SelectFont
18 MX
(X_Demos) show
10 /Times-Roman SelectFont
36.900 MX
(This subsystem supplies various demonstration programs that were written against the) 2.703 WS
168 255.760 moveto
(X_Library subsystem. They can be interesting and useful in their own right,) 2.486 WS
4.987 MX
(but their) 2.487 WS
168 267.760 moveto
(primary use is as a first-level operability check for Xlib. These programs are) 1.827 WS
4.326 MX
(especially) show
168 279.760 moveto
(useful when porting Xlib to) 0.405 WS
2.906 MX
(a new target. Each program exercises a slightly different subset) 0.406 WS
168 291.760 moveto
(of the Xlib interfaces. \050This subsystem is present only on machines with full Xlib source.\051) show
72 309.760 moveto
10 /Times-Bold SelectFont
18 MX
(X_Library) show
10 /Times-Roman SelectFont
31.890 MX
(This subsystem implements the full X Interface. This is the subsystem that would) 0.958 WS
3.457 MX
(be used) 0.957 WS
168 321.760 moveto
(when writing X applications.) show
72 339.760 moveto
10 /Times-Bold SelectFont
18 MX
(X_Testing) show
10 /Times-Roman SelectFont
34.110 MX
(This subsystem is the primary testbed for Xlib. All of the) 0.879 WS
3.380 MX
(basic \252smoke\272 and functionality) 0.880 WS
168 351.760 moveto
(tests for Xlib are found here. \050This subsystem is present only) 1.247 WS
3.746 MX
(on machines with full Xlib) 1.246 WS
168 363.760 moveto
(source.\051) show
72 381.760 moveto
10 /Times-Bold SelectFont
18 MX
(X_Tools) show
10 /Times-Roman SelectFont
42.440 MX
(This subsystem contains a variety of tools that are useful in porting Xlib) 1.186 WS
3.687 MX
(to a new target.) 1.187 WS
168 393.760 moveto
(\050This subsystem is present only on machines with full Xlib source.\051) show
72 411.760 moveto
10 /Times-Bold SelectFont
18 MX
(X_R1000_Support) show
72 423.760 moveto
10 /Times-Roman SelectFont
96 MX
(This subsystem is for the Rational R1000) 1.328 WS
0 -2.500 rmoveto
7 /Times-Roman SelectFont
/registered SYM 5.320 MX
10 /Times-Roman SelectFont
0 2.500 rmoveto
( version of Xlib.) 1.328 WS
3.827 MX
(It implements the procedure-) 1.327 WS
168 435.760 moveto
(variable mechanism for the library.) 2.110 WS
4.611 MX
(Use of this subsystem by any client other than the) 2.111 WS
168 447.760 moveto
(X_Library itself is strongly discouraged.) 0.704 WS
3.203 MX
(It is subject to arbitrary change, even elimination,) 0.703 WS
168 459.760 moveto
(without notice. It is not portable to any non-R1000 machine architecture.) show
72 483.760 moveto
(If disk space is tight on your target machine, then) 0.319 WS
10 /Times-Bold SelectFont
( X_Library) 0.319 WS
10 /Times-Roman SelectFont
( and) 0.320 WS
10 /Times-Bold SelectFont
( X_Clients) 0.320 WS
10 /Times-Roman SelectFont
( are the only X_@ subsystems that are) 0.320 WS
72 495.760 moveto
(required. The other X_@ subsystems are for porting and testing purposes.) show
72 519.760 moveto
(Paths and filenames in the Environment follow Ada naming rules; only letters, digits, and underscores are allowed in) show
72 531.760 moveto
(names; periods \050.\051 are used between directory names within a path. This manual is written) 1.961 WS
4.462 MX
(using the Rational) 1.962 WS
72 543.760 moveto
(Environment naming conventions. \050For example, \252.\272 is) 1.440 WS
3.939 MX
(the directory separator in paths and \252@\272 is the wildcard) 1.439 WS
72 555.760 moveto
(character in filenames.\051) show
72 579.760 moveto
(Pathnames on UNIX) 0.048 WS
0 -2.500 rmoveto
7 /Times-Roman SelectFont
/registered SYM 5.320 MX
10 /Times-Roman SelectFont
0 2.500 rmoveto
( typically) 0.048 WS
2.549 MX
(are the same as in the Environment, except that pathnames are all lowercase, periods) 0.049 WS
72 591.760 moveto
(between directory names) 2.228 WS
4.727 MX
(are replaced with slashes, and underscores are replaced with hyphens. For example,) 2.227 WS
72 603.760 moveto
(\252X_Windows.X_Library\272 in the Environment would be \252x-windows/x-library\272 on UNIX.) show
72 627.760 moveto
(Filenames on UNIX often are shorter than in the Environment to allow) 0.572 WS
3.073 MX
(for System V name-length restrictions, and) 0.573 WS
72 639.760 moveto
(file extensions often are added. For example, \252Xlbmt_Numeric_Types'Spec\272 in) 1.507 WS
4.006 MX
(the Environment would become) 1.506 WS
72 651.760 moveto
(\252mtNumTypes.prs\272 on UNIX. The UNIX filenames contain mixed uppercase and lowercase characters.) show
72 682 moveto
(____________________________________________) show
72 700 moveto
8 /Times-Roman SelectFont
0 -3 rmoveto
(1) show
0 3 rmoveto
( It will be available from MIT as a \252contrib\272 portion of Release 5 of the X Window System in 1991. In the meantime, it can be obtained from) show
72 710 moveto
(   public Ada and/or X archives around the country. Check your favorite program archive to see if they have it. Contact Rational \050Xlib-Request@) show
72 720 moveto
(   Rational.Com\051 only if your archive does not have it.) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
207.195 MX
(3) show
EndPage
%%Page: 4 4
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
72 74 moveto
12 /Times-Bold SelectFont
(2.1.  Rational Environment Pathnames) show
72 97.760 moveto
10 /Times-Roman SelectFont
(A full-source copy of the library contains components with these paths:) show
72 121.760 moveto
10 /Times-Bold SelectFont
18 MX
(!Tools.X_Windows.X_Clients) show
10 /Times-Roman SelectFont
59.880 MX
(Utilities and Environment commands) show
72 133.760 moveto
10 /Times-Bold SelectFont
18 MX
(!Tools.X_Windows.X_Data) show
10 /Times-Roman SelectFont
69.330 MX
(Runtime-support text files) show
72 145.760 moveto
10 /Times-Bold SelectFont
18 MX
(!Tools.X_Windows.X_Demos) show
10 /Times-Roman SelectFont
61 MX
(Demonstration programs) show
72 157.760 moveto
10 /Times-Bold SelectFont
18 MX
(!Tools.X_Windows.X_Library) show
10 /Times-Roman SelectFont
55.990 MX
(Basic library; source and binary) show
72 169.760 moveto
10 /Times-Bold SelectFont
18 MX
(!Tools.X_Windows.X_Testing) show
10 /Times-Roman SelectFont
58.210 MX
(Testbed) show
72 181.760 moveto
10 /Times-Bold SelectFont
18 MX
(!Tools.X_Windows.X_Tools) show
10 /Times-Roman SelectFont
66.540 MX
(Porting tools) show
72 193.760 moveto
10 /Times-Bold SelectFont
18 MX
(!Tools.X_Windows.X_R1000_Support) show
10 /Times-Roman SelectFont
22.650 MX
(R1000-supporting code view) show
72 217.760 moveto
(A binary-only copy of the library contains components with these paths:) show
72 241.760 moveto
10 /Times-Bold SelectFont
18 MX
(!Tools.X_Windows.X_Clients) show
10 /Times-Roman SelectFont
59.880 MX
(Utilities and Environment commands) show
72 253.760 moveto
10 /Times-Bold SelectFont
18 MX
(!Tools.X_Windows.X_Data) show
10 /Times-Roman SelectFont
69.330 MX
(Runtime-support text files) show
72 265.760 moveto
10 /Times-Bold SelectFont
18 MX
(!Tools.X_Windows.X_Demos) show
10 /Times-Roman SelectFont
61 MX
(Demonstration programs) show
72 277.760 moveto
10 /Times-Bold SelectFont
18 MX
(!Tools.X_Windows.X_Library) show
10 /Times-Roman SelectFont
55.990 MX
(Basic library; binary code view) show
72 289.760 moveto
10 /Times-Bold SelectFont
18 MX
(!Tools.X_Windows.X_R1000_Support) show
10 /Times-Roman SelectFont
22.650 MX
(R1000-supporting code view) show
72 313.760 moveto
(These are the default paths, as supplied by Rational. Sites can rearrange) 0.308 WS
2.809 MX
(most of these locations. The location of the) 0.309 WS
72 325.760 moveto
10 /Times-Bold SelectFont
(X_Data) show
10 /Times-Roman SelectFont
( library can be changed only for a full-source library. Its location is embedded in the code of the) show
10 /Times-Bold SelectFont
( X_Library) show
10 /Times-Roman SelectFont
(.) show
72 351.520 moveto
12 /Times-Bold SelectFont
(2.2.  UNIX Pathnames) show
72 375.280 moveto
10 /Times-Roman SelectFont
(On a UNIX system, if an environment variable named) 0.509 WS
10 /Times-Bold SelectFont
( \252XWIN\272) 0.509 WS
10 /Times-Roman SelectFont
( contains the path for the) 0.509 WS
3.008 MX
(basic source library\320for) 0.508 WS
72 387.280 moveto
(example,) show
10 /Times-Bold SelectFont
( xwin=/src/ada/x_windows) show
10 /Times-Roman SelectFont
(\320then the various components would be in:) show
72 411.280 moveto
10 /Times-Bold SelectFont
18 MX
(/usr/lib/X11/ada) show
10 /Times-Roman SelectFont
33.090 MX
(Runtime-support text files) show
72 423.280 moveto
10 /Times-Bold SelectFont
18 MX
($xwin/x-clients) show
10 /Times-Roman SelectFont
38.110 MX
(Utilities) show
72 435.280 moveto
10 /Times-Bold SelectFont
18 MX
($xwin/x-demos) show
10 /Times-Roman SelectFont
38.110 MX
(Demos) show
72 447.280 moveto
10 /Times-Bold SelectFont
18 MX
($xwin/x-library) show
10 /Times-Roman SelectFont
35.330 MX
(Basic library; source) show
72 459.280 moveto
10 /Times-Bold SelectFont
18 MX
($xwin/x-testing) show
10 /Times-Roman SelectFont
37 MX
(Testbed) show
72 471.280 moveto
10 /Times-Bold SelectFont
18 MX
($xwin/tools) show
10 /Times-Roman SelectFont
53.660 MX
(Porting tools) show
72 483.280 moveto
10 /Times-Bold SelectFont
18 MX
(/usr/lib/X11/ada) show
10 /Times-Roman SelectFont
33.090 MX
(Installed Xlib library; binary) show
72 495.280 moveto
10 /Times-Bold SelectFont
18 MX
(/usr/bin/X11/ada) show
10 /Times-Roman SelectFont
30.310 MX
(Installed executables) show
72 519.280 moveto
(and a binary-only library contains components with these paths:) show
72 543.280 moveto
10 /Times-Bold SelectFont
18 MX
(/usr/lib/X11/ada) show
10 /Times-Roman SelectFont
33.090 MX
(Runtime-support text files) show
72 555.280 moveto
10 /Times-Bold SelectFont
18 MX
(/usr/lib/X11/ada) show
10 /Times-Roman SelectFont
33.090 MX
(Installed Xlib library; binary) show
72 567.280 moveto
10 /Times-Bold SelectFont
18 MX
(/usr/bin/X11/ada) show
10 /Times-Roman SelectFont
30.310 MX
(Installed executables) show
72 591.280 moveto
(These are the default paths, as supplied by Rational. Sites can rearrange) 0.308 WS
2.809 MX
(most of these locations. The location of the) 0.309 WS
72 603.280 moveto
10 /Times-Bold SelectFont
(X_Data) show
10 /Times-Roman SelectFont
( \050) 1.251 WS
10 /Times-Bold SelectFont
(/usr/lib/X11/ada) show
10 /Times-Roman SelectFont
(\051 library can be changed only for a full-source library.) 1.251 WS
3.750 MX
(Its location is embedded in the) 1.250 WS
72 615.280 moveto
(code of the) show
10 /Times-Bold SelectFont
( X_Library) show
10 /Times-Roman SelectFont
(.) show
72 639.280 moveto
(Within these subsystems) 0.508 WS
3.009 MX
(and directories, the structure of Xlib is basically the same as in the Environment. In some) 0.509 WS
72 651.280 moveto
(or all UNIX directories, there will be additional files, such as Makefiles and Imakefiles, that are part of the) 0.719 WS
3.218 MX
(UNIX) show
72 663.280 moveto
(facilities for building and maintaining a working library.) show
72 687.280 moveto
(The exact names and locations of the Ada libraries \050compiled Ada units managed) 0.728 WS
3.229 MX
(by the Ada librarian\051 are target-) 0.729 WS
72 699.280 moveto
(dependent. For a list of the libraries for the current set of targets, see Appendix C.) show
72 756 moveto
(4) show
207.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 5 5
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
383.300 MX
(Library Organization) show
72 74 moveto
12 /Times-Bold SelectFont
(2.3.  Subsystem: X_Clients) show
72 97.760 moveto
10 /Times-Bold SelectFont
(X_Clients) show
10 /Times-Roman SelectFont
( is a collection of utility programs and Environment commands. These) 0.463 WS
2.962 MX
(programs are written against Xlib) 0.462 WS
72 109.760 moveto
(and they make no use of any toolkit.) show
72 133.760 moveto
(Most of the utilities are based on the MIT utility of the same name, and they perform in much) 0.518 WS
3.019 MX
(the same way. Each) 0.519 WS
72 145.760 moveto
(program has a UNIX man page that explains how it works.  The current list of clients is:) show
72 169.760 moveto
18 MX
(printenv) show
44.670 MX
(On an R1000,) 0.663 WS
3.162 MX
(this prints a listing of the current session's environment variables. These are) 0.662 WS
168 181.760 moveto
(used by Xlib in much the same way as UNIX environment variables are used.) show
72 199.760 moveto
18 MX
(setenv) show
52.450 MX
(On an R1000, this is used to set an environment variable. ) 1.291 WS
2.500 MX
(The names) 1.291 WS
3.792 MX
(of variables on an) 1.292 WS
168 211.760 moveto
(R1000 are not case-sensitive. A variable can be set, or created) 1.796 WS
4.295 MX
(and assigned, any string) 1.795 WS
168 223.760 moveto
(value.) show
72 241.760 moveto
18 MX
(unsetenv) show
42.450 MX
(On an R1000, this is used to unset, or destroy, an environment variable.) show
72 259.760 moveto
18 MX
(xev) show
63.560 MX
(This simply puts up two nested windows and then dumps to) 0.334 WS
2.835 MX
(the log a complete transcript of) 0.335 WS
168 271.760 moveto
(any and all X events that are received.) 3.751 WS
2.500 MX
( This can be) 3.751 WS
6.250 MX
(very educational for new X) 3.750 WS
168 283.760 moveto
(programmers. This tests various pieces from the Xlib's key, button, and event interfaces.) show
72 309.760 moveto
12 /Times-Bold SelectFont
(2.4.  Directory: X_Data) show
72 333.520 moveto
10 /Times-Roman SelectFont
(This directory contains the installed copies of machine-specific files used by Xlib at application run time.) show
72 357.520 moveto
10 /Times-Bold SelectFont
18 MX
(Application_Defaults) show
72 369.520 moveto
10 /Times-Roman SelectFont
96 MX
(Contains all application-specific data files.) show
72 387.520 moveto
10 /Times-Bold SelectFont
18 MX
(X_Error_Db) show
10 /Times-Roman SelectFont
23.010 MX
(Contains all of the protocol error messages.) show
72 405.520 moveto
10 /Times-Bold SelectFont
18 MX
(X_Key_Sym_Db) show
10 /Times-Roman SelectFont
6.890 MX
(\050Optional\051 Contains any site-specific key symbol definitions. These augment the default) 1.954 WS
168 417.520 moveto
10 /Times-Bold SelectFont
(X_Key_Code_To_Key_Sym) show
10 /Times-Roman SelectFont
( definitions. Each line is of the form \252name : hexcode\272\320for) 1.233 WS
168 429.520 moveto
(example, \252NewKey : 3FA2.\272 Comment lines begin with an exclamation point \050!\051 as the first) 0.305 WS
168 441.520 moveto
(nonblank character.) show
72 465.520 moveto
(Future releases of the Rational X Library will place other files in this) 0.974 WS
3.473 MX
(directory\320for example, application default) 0.973 WS
72 477.520 moveto
(resource files.) show
72 503.280 moveto
12 /Times-Bold SelectFont
(2.5.  Subsystem: X_Demos) show
72 527.040 moveto
10 /Times-Bold SelectFont
(X_Demos) show
10 /Times-Roman SelectFont
( is a collection of simple demonstration programs. These programs are written against Xlib and they make) 0.140 WS
72 539.040 moveto
(no use) 0.080 WS
2.579 MX
(of any toolkit. Although the demo programs are entertaining in their own right, their main purpose is to act as) 0.079 WS
72 551.040 moveto
(an early set of \252Does it work?\272 tests for new ports of Xlib.) show
72 575.040 moveto
(Most of the demos are) 0.771 WS
3.272 MX
(based on the MIT demo of the same name, and they perform in much the same way. Each) 0.772 WS
72 587.040 moveto
(program has a UNIX man page that explains how it works. Most of the demo programs can be halted) 0.173 WS
2.672 MX
(by clicking on) 0.172 WS
72 599.040 moveto
(their window with the middle mouse button \050mouse button 2\051. The current list of demos, sorted according) 0.786 WS
3.287 MX
(to their) 0.787 WS
72 611.040 moveto
(recommended porting order, is:) show
72 635.040 moveto
10 /Times-Bold SelectFont
18 MX
(ico) show
10 /Times-Roman SelectFont
65.780 MX
(This is the) 0.890 WS
3.389 MX
(bouncing-ball demo. \050It actually draws bouncing icosahedrons and other sharp-) 0.889 WS
168 647.040 moveto
(sided geometric shapes.\051 This) 0.218 WS
2.719 MX
(is the simplest of the demos and make a good first target for a) 0.219 WS
168 659.040 moveto
(new port. It tests line drawing and screen clearing.) show
72 677.040 moveto
10 /Times-Bold SelectFont
18 MX
(muncher) show
10 /Times-Roman SelectFont
39.670 MX
(This is a fascinating visual display that really doesn't do very much at all\320a perfect \252gee) 0.934 WS
168 689.040 moveto
(whiz\272 demonstration. It tests point drawing.) show
72 707.040 moveto
10 /Times-Bold SelectFont
18 MX
(plaid) show
10 /Times-Roman SelectFont
56.320 MX
(This draws plaid designs in) 1.595 WS
4.096 MX
(a window. It tests rectangle drawing and a server's queuing) 1.596 WS
168 719.040 moveto
(capabilities.) show
72 756 moveto
(RATIONAL) show
161.095 MX
(April 1991) show
207.195 MX
(5) show
EndPage
%%Page: 6 6
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
72 72 moveto
10 /Times-Bold SelectFont
18 MX
(puzzle) show
10 /Times-Roman SelectFont
50.780 MX
(This is an implementation of that little) 1.217 WS
3.716 MX
(toy puzzle where you slide numbered tiles around) 1.216 WS
168 84 moveto
(until they are in the proper order. It can randomize and) 2.004 WS
4.505 MX
(solve the puzzle itself. It tests) 2.005 WS
168 96 moveto
(rectangles, filling, fonts, and text drawing.) show
72 114 moveto
10 /Times-Bold SelectFont
18 MX
(dragon) show
10 /Times-Roman SelectFont
47.440 MX
(This is one form of the ancient game of Mah-Jongg. This) 0.655 WS
3.154 MX
(program is the most complicated) 0.654 WS
168 126 moveto
(and is usually the last program to start working when Xlib is ported to a new target.) show
72 150 moveto
(Each of these client programs is stored in a subdirectory of the same name.) show
72 175.760 moveto
12 /Times-Bold SelectFont
(2.6.  Subsystem: X_Library) show
72 199.520 moveto
10 /Times-Roman SelectFont
(This subsystem is not present with a binary-only UNIX library.  X_Library is the actual Xlib implementation.) show
72 223.520 moveto
(The) show
10 /Times-Bold SelectFont
( X_Library) show
10 /Times-Roman SelectFont
( subdirectories are:) show
72 247.520 moveto
10 /Times-Bold SelectFont
18 MX
(Documentation) show
10 /Times-Roman SelectFont
12.450 MX
(Line-printer and PostScript) show
0 -2.500 rmoveto
7 /Times-Roman SelectFont
/registered SYM 5.320 MX
10 /Times-Roman SelectFont
0 2.500 rmoveto
( copies of all documentation) show
72 265.520 moveto
10 /Times-Bold SelectFont
18 MX
(Foreign) show
10 /Times-Roman SelectFont
44.670 MX
(\252Foreign\272 language files for non-R1000 targets) show
72 283.520 moveto
10 /Times-Bold SelectFont
18 MX
(Imd_Procs) show
10 /Times-Roman SelectFont
31.340 MX
(Internal machine-dependent procedural interfaces) show
72 301.520 moveto
10 /Times-Bold SelectFont
18 MX
(Imd_Types) show
10 /Times-Roman SelectFont
29.660 MX
(Internal machine-dependent type interfaces) show
72 319.520 moveto
10 /Times-Bold SelectFont
18 MX
(Imi_Procs) show
10 /Times-Roman SelectFont
34.120 MX
(Internal machine-independent procedural interfaces) show
72 337.520 moveto
10 /Times-Bold SelectFont
18 MX
(Imi_Types) show
10 /Times-Roman SelectFont
32.440 MX
(Internal machine-independent type interfaces) show
72 355.520 moveto
10 /Times-Bold SelectFont
18 MX
(Misc) show
10 /Times-Roman SelectFont
57.450 MX
(Various trivial pieces such as a Hello_World program) show
72 373.520 moveto
10 /Times-Bold SelectFont
18 MX
(Pmd_Procs) show
10 /Times-Roman SelectFont
29.120 MX
(Public machine-dependent procedural interfaces) show
72 391.520 moveto
10 /Times-Bold SelectFont
18 MX
(Pmd_Types) show
10 /Times-Roman SelectFont
27.440 MX
(Public machine-dependent type interfaces) show
72 409.520 moveto
10 /Times-Bold SelectFont
18 MX
(Pmi_Procs) show
10 /Times-Roman SelectFont
31.900 MX
(Public machine-independent procedural interfaces) show
72 427.520 moveto
10 /Times-Bold SelectFont
18 MX
(Pmi_Types) show
10 /Times-Roman SelectFont
30.220 MX
(Public machine-independent type interfaces) show
72 451.520 moveto
10 /Times-Italic SelectFont
(Internal) show
10 /Times-Roman SelectFont
( interfaces are those portions of Xlib that are not for use by) 2.267 WS
4.768 MX
(most applications. They are part of the) 2.268 WS
72 463.520 moveto
(fundamental implementation and are expected to be of interest) 1.227 WS
3.726 MX
(only to extension writers. They are also the most) 1.226 WS
72 475.520 moveto
(target-specific portion of Xlib. Even within the internal portion of Xlib, however, most) 0.115 WS
2.616 MX
(interfaces and most types are) 0.116 WS
72 487.520 moveto
(target-independent, except that the types) 1.713 WS
4.212 MX
(may contain, as a subcomponent, some target-dependent data. Internal) 1.712 WS
72 499.520 moveto
(interfaces have the potential for changing from target to target.) show
72 523.520 moveto
10 /Times-Italic SelectFont
(Public) show
10 /Times-Roman SelectFont
( interfaces are those portions of Xlib that are for general applications programming. They will be used) 1.227 WS
3.728 MX
(by) show
72 535.520 moveto
(many, or even most, X Window System applications. Public interfaces will not change from target to target.) show
72 559.520 moveto
10 /Times-Italic SelectFont
(Machine-dependent) show
10 /Times-Roman SelectFont
( interfaces are those that have implementations) 1.392 WS
3.891 MX
(that may change from target to target. Public) 1.391 WS
72 571.520 moveto
(interfaces are stable.  Internal interfaces may change.) show
72 595.520 moveto
10 /Times-Italic SelectFont
(Machine-independent) show
10 /Times-Roman SelectFont
( interfaces are those that have no explicit dependencies on the target system.) show
72 621.280 moveto
12 /Times-Bold SelectFont
(2.7.  Subsystem: X_Testing) show
72 645.040 moveto
10 /Times-Roman SelectFont
(This subsystem is not present with a binary-only library.) show
72 669.040 moveto
10 /Times-Bold SelectFont
(X_Testing) show
10 /Times-Roman SelectFont
( contains the collected tests) 0.845 WS
3.346 MX
(for Xlib. Eventually it will be a complete test suite for Xlib, but initially it) 0.846 WS
72 681.040 moveto
(consists mainly of \252smoke\272 tests \050call an interface; put out the resultant fire\051.) show
72 705.040 moveto
(The tests are grouped into areas. Each area corresponds to a) 1.671 WS
4.170 MX
(series of related Xlib interfaces. For instance, the) 1.670 WS
72 717.040 moveto
10 /Times-Bold SelectFont
(Resource_Manager) show
10 /Times-Roman SelectFont
( subdirectory contains a series of general tests for the resource manager, or RM, portion of Xlib.) show
72 756 moveto
(6) show
207.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 7 7
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
383.300 MX
(Library Organization) show
72 72 moveto
(Within each subdirectory is a series of individual tests. In) 0.801 WS
10 /Times-Bold SelectFont
( Resource_Manager) 0.801 WS
10 /Times-Roman SelectFont
(, for example,) 0.801 WS
3.302 MX
(there are the various) 0.802 WS
72 84 moveto
(Rm_010, Rm_020, ... tests.  Each test targets a particular series of functions within the RM.) show
72 108 moveto
(For each test, there is a series of files and Ada units. For example, for the Rm_010 test, there are:) show
72 132 moveto
10 /Times-Bold SelectFont
18 MX
(Rm_010) show
10 /Times-Roman SelectFont
42.450 MX
(This contains the code that makes up the Rm_010 test.) show
72 148.560 moveto
10 /Times-Bold SelectFont
18 MX
(Rm_010_Run) show
10 /Times-Roman SelectFont
19.110 MX
(This is an instantiation of the) 0.431 WS
10 /Times-Bold SelectFont
( Run_One_Test) 0.431 WS
10 /Times-Roman SelectFont
( generic, which is usually) 0.431 WS
2.930 MX
(used to run a single) 0.430 WS
168 160.560 moveto
(test \050Rm_010 in this case\051. The generic takes care of creating the log file, comparing the) 1.268 WS
168 172.560 moveto
(new log to the old) 0.948 WS
3.447 MX
(log, and deleting the new log if they are the same. It \252administers\272 the) 0.947 WS
168 184.560 moveto
(test.) show
72 201.120 moveto
10 /Times-Bold SelectFont
18 MX
(Rm_010_Log) show
10 /Times-Roman SelectFont
20.780 MX
(This is) 0.048 WS
2.549 MX
(a log file containing the captured output from a successful run of the test. It is used to) 0.049 WS
168 213.120 moveto
(determine the pass/fail condition of a test run.) show
72 237.120 moveto
(For each collection of tests\320for example, the RM tests\320there are these files:) show
72 261.120 moveto
10 /Times-Bold SelectFont
18 MX
(Aaa_All_Rm) show
10 /Times-Roman SelectFont
22.450 MX
(This Ada procedure sequentially runs all of the RM tests located in the subdirectory.) show
72 277.680 moveto
10 /Times-Bold SelectFont
18 MX
(Aaa_Dir_Rm) show
10 /Times-Roman SelectFont
20.790 MX
(This text file contains a list of all RM tests. Each test is) 0.837 WS
3.336 MX
(listed with some indication of the) 0.836 WS
168 289.680 moveto
(purpose of the test.) show
72 313.680 moveto
(The exact naming conventions) 0.098 WS
2.599 MX
(used for the various files within each subdirectory are detailed in) 0.099 WS
10 /Times-Italic SelectFont
( Rational X Library:) 0.099 WS
72 325.680 moveto
(Porting Guidelines) show
10 /Times-Roman SelectFont
(.) show
72 351.440 moveto
12 /Times-Bold SelectFont
(2.8.  Subsystem: X_Tools) show
72 375.200 moveto
10 /Times-Roman SelectFont
(This subsystem is not present with a binary-only library.) show
72 399.200 moveto
10 /Times-Bold SelectFont
(X_Tools) show
10 /Times-Roman SelectFont
( is a collection of tools that can be useful when) 1.416 WS
3.915 MX
(porting Xlib to a new target. Each tool is individually) 1.415 WS
72 411.200 moveto
(documented in some detail in a separate appendix at the end of this document.) show
72 435.200 moveto
(The subdirectories within the) show
10 /Times-Bold SelectFont
( X_Tools) show
10 /Times-Roman SelectFont
( subsystem are:) show
72 459.200 moveto
10 /Times-Bold SelectFont
18 MX
(Ada_Parametizer) show
72 471.200 moveto
10 /Times-Roman SelectFont
96 MX
(This is the Ada parameterization) 0.405 WS
2.906 MX
(tool. It searches an Ada unit for structured comments such) 0.406 WS
168 483.200 moveto
(as ) 1.413 WS
10 /Courier SelectFont
(--/ if) 1.413 WS
7.412 MX
(R1000 then) 1.412 WS
10 /Times-Roman SelectFont
(. It is used to \252parameterize\272 Ada code. This tool comments) 1.412 WS
168 495.200 moveto
(and/or uncomments code according to parameter settings provided by the user. It is) 3.250 WS
168 507.200 moveto
(especially useful for maintaining one set of code that is to be used on a wide variety of) 1.510 WS
168 519.200 moveto
(targets.) show
72 535.760 moveto
10 /Times-Bold SelectFont
18 MX
(C_To_Ada) show
10 /Times-Roman SelectFont
31.330 MX
(This directory contains two files. The) 0.483 WS
10 /Times-Bold SelectFont
( X11_Names) 0.483 WS
10 /Times-Roman SelectFont
( file contains a table listing the names of) 0.484 WS
168 547.760 moveto
(all Xlib objects. The names are given) 1.283 WS
3.782 MX
(for C and for Ada. The name of the pertinent Ada) 1.282 WS
168 559.760 moveto
(package is given as well as an indication of the Ada type for the object. The) 4.582 WS
168 571.760 moveto
10 /Times-Bold SelectFont
(Master_Translation_File) show
10 /Times-Roman SelectFont
( is a) 2.659 WS
5.158 MX
(simpler two-column form of a similar table. Column 1) 2.658 WS
168 583.760 moveto
(contains the C name for some object. Column 2 contains an Ada name of the form) 2.840 WS
168 595.760 moveto
10 /Times-Italic SelectFont
(<package>.<object>) show
10 /Times-Roman SelectFont
( for that same object.) show
72 612.320 moveto
10 /Times-Bold SelectFont
18 MX
(Ship_To) show
10 /Times-Roman SelectFont
41.870 MX
(This directory contains) 1.867 WS
4.366 MX
(tools used when shipping Xlib sources to some new target. The) 1.866 WS
168 624.320 moveto
(expected mode of operation is: \0501\051 ship sources to target, \0502\051) 2.341 WS
4.842 MX
(find a problem, \0503\051 edit) 2.342 WS
168 636.320 moveto
(source\050s\051 using the Environment, \0504\051 ship changed sources) 0.672 WS
3.171 MX
(to target, \0505\051 find next problem,) 0.671 WS
168 648.320 moveto
(and so on. The) show
10 /Times-Bold SelectFont
( Ship_To) show
10 /Times-Roman SelectFont
( tools provide a \252ship latest changes to target\272 facility.) show
72 664.880 moveto
10 /Times-Bold SelectFont
18 MX
(Vstring) show
10 /Times-Roman SelectFont
45.780 MX
(This directory contains an implementation of a) 1.951 WS
4.452 MX
(variable-length string type. It is used to) 1.952 WS
168 676.880 moveto
(implement the other tools.) show
72 756 moveto
(RATIONAL) show
161.095 MX
(April 1991) show
207.195 MX
(7) show
EndPage
%%Page: 8 8
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
72 756 moveto
(8) show
207.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 9 9
BeginPage
792 false PositionPage
72 76 moveto
14 /Times-Bold SelectFont
(3.  Differences between Ada and C Libraries) show
72 99.760 moveto
10 /Times-Roman SelectFont
(Ada and C are different languages) 1.096 WS
3.595 MX
(with different user communities having different expectations and needs. This) 1.095 WS
72 111.760 moveto
(leads to the Ada Xlib having a strongly similar, but different, interface than the C Xlib.) show
72 135.760 moveto
(The public interface, the collection of objects used by normal application programs, is largely unchanged. The) 1.798 WS
72 147.760 moveto
(differences are primarily the result of strong typing and requirements of the Ada language.) show
72 171.760 moveto
(The extension interface, the internal library interfaces used by library extension writers, are) 0.854 WS
3.353 MX
(equivalent to those of) 0.853 WS
72 183.760 moveto
(the C library but noticeably different in detail.) show
72 207.760 moveto
(This chapter deals with the more trivial changes to the public interface. Changes to the public interface) 0.133 WS
2.634 MX
(that could be) 0.134 WS
72 219.760 moveto
(considered major are dealt with in separate chapters that follow.) show
72 245.520 moveto
12 /Times-Bold SelectFont
(3.1.  Naming) show
72 269.280 moveto
10 /Times-Roman SelectFont
(Appendix C contains a complete list of all constant, variable, procedure, function, and type names) 1.158 WS
3.657 MX
(used in the C) 1.157 WS
72 281.280 moveto
(Xlib. For each name there) 0.712 WS
3.213 MX
(is the corresponding Ada name, the associated Ada package name, and an indication of) 0.713 WS
72 293.280 moveto
(the type of the name.) show
72 317.280 moveto
(The naming differences between the Ada and C libraries fall into these categories:) show
72 341.280 moveto
(\267 ) show
18 MX
(Addition of underscores: C programmers commonly use case conventions to indicate \252words\272 within) 0.608 WS
3.107 MX
(a name) 0.607 WS
96 353.280 moveto
(\320for example,) 1.960 WS
10 /Times-Bold SelectFont
( XClearArea) 1.960 WS
10 /Times-Roman SelectFont
( for X, Clear, and Area. Ada programming environments commonly employ) 1.961 WS
96 365.280 moveto
(pretty-printers that will often change the) 1.156 WS
3.655 MX
(case of a name to suit some predefined coding standard. This can) 1.155 WS
96 377.280 moveto
(destroy the information in) 0.710 WS
10 /Times-Bold SelectFont
( XClearArea) 0.710 WS
10 /Times-Roman SelectFont
( and reduce it to) 0.711 WS
10 /Times-Bold SelectFont
( Xcleararea.) 0.711 WS
10 /Times-Roman SelectFont
( The Ada names have underscores\320for) 0.711 WS
96 389.280 moveto
(example,) show
10 /Times-Bold SelectFont
( X_Clear_Area) show
10 /Times-Roman SelectFont
(.) show
72 407.280 moveto
(\267 ) show
18 MX
(Addition of X: The C library can be inconsistent. Most function, procedure, macro, and type names) 0.386 WS
2.885 MX
(start with) 0.385 WS
96 419.280 moveto
(X, but a small minority) 1.151 WS
3.652 MX
(do not\320for example,) 1.152 WS
10 /Times-Bold SelectFont
( GC) 1.152 WS
10 /Times-Roman SelectFont
(,) show
10 /Times-Bold SelectFont
( Display) 1.152 WS
10 /Times-Roman SelectFont
(,) show
10 /Times-Bold SelectFont
( Font) 1.152 WS
10 /Times-Roman SelectFont
(. The X convention has been pushed into) 1.152 WS
96 431.280 moveto
(completion\320for example,) 3.139 WS
10 /Times-Bold SelectFont
( X_Gc) 3.139 WS
10 /Times-Roman SelectFont
(,) show
10 /Times-Bold SelectFont
( X_Display) 3.139 WS
10 /Times-Roman SelectFont
(, and) 3.139 WS
5.638 MX
(so on.) 3.138 WS
2.500 MX
( All function, procedure, type, constant, and) 3.138 WS
96 443.280 moveto
(nonenumeration literal names have X as a major component.) show
72 461.280 moveto
(\267 ) show
18 MX
(Overload elimination: The C library) 1.728 WS
4.229 MX
(uses numeric types \050int, long, short\051 for many of its interfaces. This) 1.729 WS
96 473.280 moveto
(allows the constant None \0500\051 to be widely used in many different ways. The Ada) 0.613 WS
3.112 MX
(library uses many different) 0.612 WS
96 485.280 moveto
(nonnumeric types in an effort to increase the type safety of the library) 0.088 WS
2.589 MX
(interface. This would imply the creation) 0.089 WS
96 497.280 moveto
(of a large number of constants named None, but Ada overloading rules disallow this. Creating) 0.289 WS
2.788 MX
(a large number) 0.288 WS
96 509.280 moveto
(of functions with the name) 1.152 WS
3.653 MX
(None is considered a poor idea because function values are not static values in) 1.153 WS
96 521.280 moveto
(Ada. As a result, all public types in the Ada Xlib) 1.261 WS
3.760 MX
(have an associated None constant\320for example, for the) 1.260 WS
96 533.280 moveto
10 /Times-Bold SelectFont
(X_Gc) show
10 /Times-Roman SelectFont
( type, there is the) show
10 /Times-Bold SelectFont
( None_X_Gc) show
10 /Times-Roman SelectFont
( constant.) show
72 551.280 moveto
(\267 ) show
18 MX
(Overload creation: In the C version of) 1.106 WS
3.607 MX
(the library, the resource manager has various routines with Q in the) 1.107 WS
96 563.280 moveto
(names: the) 0.127 WS
10 /Times-Bold SelectFont
( XrmQPutResource) 0.127 WS
10 /Times-Roman SelectFont
(,) show
10 /Times-Bold SelectFont
( XrmQPutStringResource) 0.127 WS
10 /Times-Roman SelectFont
(,) show
10 /Times-Bold SelectFont
( XrmQGetResource) 0.127 WS
10 /Times-Roman SelectFont
(,) show
10 /Times-Bold SelectFont
( XrmQGetSearchList) 0.126 WS
10 /Times-Roman SelectFont
(, and) 0.126 WS
96 575.280 moveto
10 /Times-Bold SelectFont
(XrmQGetSearchResource) show
10 /Times-Roman SelectFont
( procedures. These are the quark versions of) 1.598 WS
4.099 MX
(other routines that have the same) 1.599 WS
96 587.280 moveto
(name minus the Q. The Ada library simply overloads) 1.830 WS
4.329 MX
(the names and leaves out the Q.) 1.829 WS
2.500 MX
( Similarly, the C) 1.829 WS
96 599.280 moveto
(extension interface has) 0.333 WS
2.834 MX
(a single) 0.334 WS
10 /Times-Bold SelectFont
( XFindOnExtension) 0.334 WS
10 /Times-Roman SelectFont
( procedure taking a ) 0.334 WS
10 /Courier SelectFont
(union) show
10 /Times-Roman SelectFont
( parameter; the Ada extension) 0.334 WS
96 611.280 moveto
(interface has distinct overloaded procedures named) show
10 /Times-Bold SelectFont
( X_Find_On_Extension_List) show
10 /Times-Roman SelectFont
(.) show
72 629.280 moveto
(\267 ) show
18 MX
(Name unification: The) 0.724 WS
3.223 MX
(C library provides the) 0.723 WS
10 /Times-Bold SelectFont
( XFree) 0.723 WS
10 /Times-Roman SelectFont
( routine for deallocating simple types. It also provides a) 0.723 WS
96 641.280 moveto
(number of routines for deallocating complex types\320for example, the) 3.880 WS
10 /Times-Bold SelectFont
( XFreeStringList) 3.880 WS
10 /Times-Roman SelectFont
( routine. The) 3.880 WS
96 653.280 moveto
(programmer must keep track of which types are simple and which are complex.) 0.045 WS
2.544 MX
(The Ada library eliminates the) 0.044 WS
96 665.280 moveto
10 /Times-Bold SelectFont
(XFree) show
10 /Times-Roman SelectFont
( routine and provides a named deallocation routine for each heap type whether simple or) 0.378 WS
2.879 MX
(complex. The) 0.379 WS
96 677.280 moveto
(name of each routine is \252Free\272 plus the name of the) 0.991 WS
3.490 MX
(type\320for example, for the) 0.990 WS
10 /Times-Bold SelectFont
( X_Image) 0.990 WS
10 /Times-Roman SelectFont
( type, there is the) 0.990 WS
96 689.280 moveto
10 /Times-Bold SelectFont
(Free_X_Image) show
10 /Times-Roman SelectFont
( routine.) show
72 707.280 moveto
(\267 ) show
18 MX
(Name creation: Some of the types defined by the C library have no name;) 0.156 WS
2.657 MX
(they are anonymous types. The Ada) 0.157 WS
96 719.280 moveto
(library names all types, largely as a) 0.689 WS
3.188 MX
(result of Ada declaration rules. Something from the C library that might) 0.688 WS
72 756 moveto
(RATIONAL) show
161.095 MX
(April 1991) show
207.195 MX
(9) show
EndPage
%%Page: 10 10
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
96 72 moveto
(look like:) show
132 96 moveto
9 /Courier SelectFont
(typedef struct {...} *Name;) show
96 120 moveto
10 /Times-Roman SelectFont
(is replaced by:) show
132 144 moveto
9 /Courier SelectFont
(type Name_Rec is record ... end record;) show
132 155 moveto
(type Name is access Name_Rec;) show
96 179 moveto
10 /Times-Roman SelectFont
(In addition, some types in the C) 2.110 WS
4.611 MX
(library go unnamed without any particular reason. For example, many) 2.111 WS
96 191 moveto
(routines take an \252event mask,\272 but there is no) 0.652 WS
10 /Times-Bold SelectFont
( EventMask) 0.652 WS
10 /Times-Roman SelectFont
( type in) 0.652 WS
3.151 MX
(the library. The type) 0.651 WS
10 /Times-Bold SelectFont
( long) 0.651 WS
10 /Times-Roman SelectFont
( is used instead.) 0.651 WS
96 203 moveto
(Presumably this is because the) 0.100 WS
10 /Times-Bold SelectFont
( long) 0.100 WS
10 /Times-Roman SelectFont
( type happens to be the right size, it works, and nobody has felt the need to) 0.100 WS
96 215 moveto
(name this type. The Ada library has explicit names and declarations for all such types.) show
72 240.760 moveto
12 /Times-Bold SelectFont
(3.2.  Numeric Types) show
72 264.520 moveto
10 /Times-Roman SelectFont
(Much of the C Xlib uses the C type) 0.366 WS
10 /Times-Bold SelectFont
( int) 0.366 WS
10 /Times-Roman SelectFont
(. Unfortunately, the C) 0.366 WS
10 /Times-Bold SelectFont
( int) 0.366 WS
10 /Times-Roman SelectFont
( type is not portable\320it can be any) 0.366 WS
2.865 MX
(size. However,) 0.365 WS
72 276.520 moveto
(the Xlib standard) 1.063 WS
3.564 MX
(requires that) 1.064 WS
10 /Times-Bold SelectFont
( int) 1.064 WS
10 /Times-Roman SelectFont
( be a 32-bit 2's complement integer. ) 1.064 WS
2.500 MX
(This limits the portability of the standard) 1.064 WS
72 288.520 moveto
(somewhat.) show
72 312.520 moveto
(The Ada) 0.952 WS
3.451 MX
(library defines all of its own numeric types. The Ada) 0.951 WS
10 /Times-Bold SelectFont
( Integer) 0.951 WS
10 /Times-Roman SelectFont
( type, which is equally nonportable, is not) 0.951 WS
72 324.520 moveto
(used unless the Ada language requires it for some reason.) show
72 348.520 moveto
(These numeric types are defined and used for all interfaces in the library:) show
72 372.520 moveto
10 /Times-Bold SelectFont
18 MX
(S_Long) show
10 /Times-Roman SelectFont
45.210 MX
(32-bit signed 2's complement integer) show
72 390.520 moveto
10 /Times-Bold SelectFont
18 MX
(S_Natural) show
10 /Times-Roman SelectFont
34.110 MX
(32-bit signed 2's complement natural) show
72 408.520 moveto
10 /Times-Bold SelectFont
18 MX
(S_Short) show
10 /Times-Roman SelectFont
43.550 MX
(16-bit signed 2's complement integer) show
72 426.520 moveto
10 /Times-Bold SelectFont
18 MX
(S_Char) show
10 /Times-Roman SelectFont
45.220 MX
(8-bit signed 2's complement integer) show
72 444.520 moveto
10 /Times-Bold SelectFont
18 MX
(U_Short) show
10 /Times-Roman SelectFont
41.890 MX
(16-bit unsigned integer) show
72 462.520 moveto
10 /Times-Bold SelectFont
18 MX
(U_Char) show
10 /Times-Roman SelectFont
43.560 MX
(8-bit unsigned integer) show
72 488.520 moveto
12 /Times-Bold SelectFont
(3.3.  String and Text Types) show
72 512.280 moveto
10 /Times-Roman SelectFont
(C uses 8-bit) 0.048 WS
2.549 MX
(character strings, whereas Ada is defined as using 7-bit ASCII character strings. This difference leads to) 0.049 WS
72 524.280 moveto
(difficulties. The Ada) 4.352 WS
10 /Times-Bold SelectFont
( String) 4.352 WS
10 /Times-Roman SelectFont
( type presents another problem. The index type is) 4.352 WS
10 /Times-Bold SelectFont
( Positive) 4.352 WS
10 /Times-Roman SelectFont
(, which has an) 4.352 WS
72 536.280 moveto
(implementation-defined range. This range can be) 0.296 WS
2.797 MX
(arbitrarily small. This, in addition to the 7-bit character limitation,) 0.297 WS
72 548.280 moveto
(makes the Ada) show
10 /Times-Bold SelectFont
( String) show
10 /Times-Roman SelectFont
( type unsuitable for many uses.) show
72 572.280 moveto
(The Ada library provides 8-bit string interfaces wherever the C library) 1.316 WS
3.815 MX
(has an interface that accepts or returns a) 1.315 WS
72 584.280 moveto
(string. These interfaces use the library-defined type) 0.366 WS
10 /Times-Bold SelectFont
( X_String) 0.366 WS
10 /Times-Roman SelectFont
(, which is an 8-bit character) 0.366 WS
2.867 MX
(string with an) 0.367 WS
10 /Times-Bold SelectFont
( S_Natural) 0.367 WS
72 596.280 moveto
10 /Times-Roman SelectFont
(index type.) show
72 620.280 moveto
(Similarly, when displaying text within a window,) 0.079 WS
2.578 MX
(the C library has two sets of interfaces: an 8-bit character interface) 0.078 WS
72 632.280 moveto
(and a 16-bit interface. The Ada library uses) show
10 /Times-Bold SelectFont
( X_String) show
10 /Times-Roman SelectFont
( and) show
10 /Times-Bold SelectFont
( X_String16) show
10 /Times-Roman SelectFont
( values for these interfaces.) show
72 656.280 moveto
(Conversions between Ada's) show
10 /Times-Bold SelectFont
( String) show
10 /Times-Roman SelectFont
( type and the library's) show
10 /Times-Bold SelectFont
( X_String) show
10 /Times-Roman SelectFont
( type are provided by the) show
10 /Times-Bold SelectFont
( Xlbt_String) show
10 /Times-Roman SelectFont
( package.) show
72 682.040 moveto
12 /Times-Bold SelectFont
(3.4.  Conventions of the Ada Language) show
72 705.800 moveto
10 /Times-Roman SelectFont
(The Ada language does not allow functions to have) 1.265 WS
10 /Times-Italic SelectFont
( in out) 1.266 WS
10 /Times-Roman SelectFont
( parameters. Those functions within the C library that) 1.266 WS
72 717.800 moveto
(modify their arguments have been changed to be Ada procedures. An example is the) 0.374 WS
10 /Times-Bold SelectFont
( X_Parse_Geometry) 0.374 WS
10 /Times-Roman SelectFont
( function,) 0.374 WS
72 756 moveto
(10) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 11 11
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
301.670 MX
(Differences between Ada and C Libraries) show
72 72 moveto
(which is now an Ada procedure, returning its flags with an) show
10 /Times-Italic SelectFont
( out) show
10 /Times-Roman SelectFont
( parameter.) show
72 96 moveto
(The C library) 0.117 WS
2.618 MX
(is often quite loose with the parameters to its procedures. For example, arguments are often) 0.118 WS
10 /Times-Bold SelectFont
( int) 0.118 WS
10 /Times-Roman SelectFont
( \05032-bit) 0.118 WS
72 108 moveto
(values\051, where the actual range of allowable values for those arguments) 0.267 WS
2.766 MX
(may be 8 or 16 bits. The Ada library makes) 0.266 WS
72 120 moveto
(every effort to reflect all range constraints at the interface. All 8-bit parameters) 0.358 WS
2.859 MX
(are constrained to hold 8-bit values,) 0.359 WS
72 132 moveto
(and so on.) show
72 157.760 moveto
12 /Times-Bold SelectFont
(3.5.  Array Indices) show
72 181.520 moveto
10 /Times-Roman SelectFont
(In C, all arrays have) 0.763 WS
3.262 MX
(integer indices with a 0 .. N \261 1 range. The Ada library continues to use integer index types,) 0.762 WS
72 193.520 moveto
(where appropriate, but) 0.921 WS
3.422 MX
(programmers are cautioned that all normal Ada rules apply. Loops probably should not be) 0.922 WS
72 205.520 moveto
(written as:) show
108 229.520 moveto
9 /Courier SelectFont
(for I in 0 .. Ary'Length-1 loop) show
108 240.520 moveto
(    ...) show
108 251.520 moveto
(end loop;) show
72 275.520 moveto
10 /Times-Roman SelectFont
(Loop should be written as for any normal Ada array value. For example:) show
108 299.520 moveto
9 /Courier SelectFont
(for I in Ary'Range loop) show
108 310.520 moveto
(    ...) show
108 321.520 moveto
(end loop;) show
72 345.520 moveto
10 /Times-Roman SelectFont
(Most array values will start with an index value of 1 rather than 0. This is the usual Ada convention.) show
72 371.280 moveto
12 /Times-Bold SelectFont
(3.6.  Record Layout) show
72 395.040 moveto
10 /Times-Roman SelectFont
(Most of the record types exported by the Ada library will) 0.167 WS
2.666 MX
(be laid out identically with the corresponding C type. This) 0.166 WS
72 407.040 moveto
(will be true for all public and protocol record types. However, private types, such as the C) 0.071 WS
10 /Times-Bold SelectFont
( Display) 0.071 WS
10 /Times-Roman SelectFont
( record type, have) 0.071 WS
72 419.040 moveto
(an implementation-defined layout.) 2.138 WS
2.500 MX
( Record types such as these are) 2.138 WS
4.637 MX
(laid out as appropriate for the Ada library) 2.137 WS
72 431.040 moveto
(implementation.) show
72 456.800 moveto
12 /Times-Bold SelectFont
(3.7.  Array of Bit Types) show
72 480.560 moveto
10 /Times-Roman SelectFont
(The C library has many types that fall into the category) 0.729 WS
3.230 MX
(of bit array. The Ada library takes one of two approaches) 0.730 WS
72 492.560 moveto
(with these types, depending on the usage of the type.) show
72 516.560 moveto
(Some of the bit array types can be thought of as simple collections) 0.327 WS
2.826 MX
(of named flag bits, where the order of the bits is) 0.326 WS
72 528.560 moveto
(specified by the X protocol but) 1.274 WS
3.775 MX
(is otherwise arbitrary. These types are declared as an array of Booleans with an) 1.275 WS
72 540.560 moveto
(enumeration as the index type. Thus C code that might look like this:) show
108 564.560 moveto
9 /Courier SelectFont
(typedef long  EventMask;) show
108 575.560 moveto
(#define KeyPressMask          \0501L<<0\051) show
108 586.560 moveto
(#define KeyReleaseMask        \0501L<<1\051) show
108 597.560 moveto
(#define ButtonPressMask       \0501L<<2\051) show
108 608.560 moveto
(  ...) show
108 619.560 moveto
(  {  EventMask  mask;) show
108 630.560 moveto
(     mask = KeyPressMask | KeyReleaseMask;) show
108 641.560 moveto
(     mask |= ButtonPressMask;) show
108 652.560 moveto
(     if \050mask & KeyReleaseMask\051 { ... }) show
108 663.560 moveto
(  }) show
72 687.560 moveto
10 /Times-Roman SelectFont
(will end up as Ada code looking like this:) show
72 756 moveto
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(11) show
EndPage
%%Page: 12 12
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
108 72 moveto
9 /Courier SelectFont
(type X_Event_Mask_Index is \050Key_Press, Key_Release, Button_Press, ...\051;) show
108 83 moveto
(type X_Event_Mask is array \050X_Event_Mask_Index\051 of Boolean;) show
108 105 moveto
(   declare) show
108 116 moveto
(      Mask : X_Event_Mask;) show
108 127 moveto
(   begin) show
108 138 moveto
(      Mask := X_Event_Mask'\050 Key_Press | Key_Release => true,) show
108 149 moveto
(                             others => false \051;) show
108 160 moveto
(      Mask \050Button_Press\051 := true;) show
108 171 moveto
(      if Mask \050Key_Release\051 then ... end if;) show
108 182 moveto
(   end;) show
72 206 moveto
10 /Times-Roman SelectFont
(The other bit array types are unnamed collections of single data bits where the order of the bits is specified and) 1.210 WS
72 218 moveto
(important. These types are) 0.746 WS
3.247 MX
(declared as 32-bit numeric types, just as they are in C. These include the) 0.747 WS
10 /Times-Bold SelectFont
( X_Pixel) 0.747 WS
10 /Times-Roman SelectFont
( type) 0.747 WS
72 230 moveto
(and the) show
10 /Times-Bold SelectFont
( X_Plane_Mask) show
10 /Times-Roman SelectFont
( type. These types are declared as numerics, rather than as arrays of bits, for two reasons:) show
72 254 moveto
(\267 ) show
18 MX
(An Ada array of bits has an implementation-dependent indexing scheme. This means that bit number 0 may) 0.043 WS
2.542 MX
(be) show
96 266 moveto
(the high-order \050sign\051 bit of a word or it may be) 0.357 WS
2.858 MX
(the low-order \050even/odd\051 bit of a word. The programmer does) 0.358 WS
96 278 moveto
(not know which, making it difficult to create machine-independent constants: do you declare) 0.619 WS
3.118 MX
(a 4-bit mask as) 0.618 WS
96 290 moveto
(\0500..3 => 1, 4..31 => 0\051 or as \0500..27 => 0, 28..31 => 1\051 if you need the low-order four bits to be 1s?) show
72 308 moveto
(\267 ) show
18 MX
(An expression of the sort \0502 ** 3\051 will always turn on bit number) 0.140 WS
2.641 MX
(3 \050where the bit ordering is defined by the X) 0.141 WS
96 320 moveto
(protocol: 0 is the even/odd bit; 31 is the sign bit\051. This works independently of the implementation.) show
72 344 moveto
(This all means that numeric values are \252natural\272 for dealing with data of this sort and arrays are not as \252natural.\272) show
72 369.760 moveto
12 /Times-Bold SelectFont
(3.8.  Exceptions) show
72 393.520 moveto
10 /Times-Roman SelectFont
(The Ada library defines a variety of exceptions that are reserved for error conditions. When Xlib raises an exception:) show
72 417.520 moveto
(\267 ) show
18 MX
(All tasking interlocks have been released. In) 0.229 WS
2.728 MX
(the absence of application bugs, use of the Xlib interface after an) 0.228 WS
96 429.520 moveto
(exception will not result in a deadlock.) show
72 447.520 moveto
(\267 ) show
18 MX
(All heap storage that may have been allocated by the failing Xlib) 0.098 WS
2.599 MX
(routine has been released. No storage will be) 0.099 WS
96 459.520 moveto
(lost by Xlib as the result of an exception.) show
72 477.520 moveto
(\267 ) show
18 MX
(All internal Xlib) 2.688 WS
5.187 MX
(state will be consistent \050unless the exception is) 2.687 WS
10 /Times-Bold SelectFont
( X_Library_Confusion) 2.687 WS
10 /Times-Roman SelectFont
(, which is the) 2.687 WS
96 489.520 moveto
(exception raised in the face of inconsistent state\051.) show
72 513.520 moveto
(The exceptions, as defined by the) show
10 /Times-Bold SelectFont
( Xlbt_Exceptions) show
10 /Times-Roman SelectFont
( package, are:) show
72 537.520 moveto
10 /Times-Bold SelectFont
18 MX
(X_Network_Io_Error) show
72 549.520 moveto
10 /Times-Roman SelectFont
96 MX
(An error has occurred during) 0.408 WS
2.909 MX
(an attempt to receive or transmit on the network \050the X server) 0.409 WS
168 561.520 moveto
(connection\051. The default I/O error handler reports the error to the error log and then raises) 0.844 WS
168 573.520 moveto
(this exception.) show
72 591.520 moveto
10 /Times-Bold SelectFont
18 MX
(X_Unhandled_Error) show
72 603.520 moveto
10 /Times-Roman SelectFont
96 MX
(An) show
10 /Times-Bold SelectFont
( X_Error) 0.580 WS
10 /Times-Roman SelectFont
( event has been received and no) 0.580 WS
3.081 MX
(user handler has been set up to handle it. The) 0.581 WS
168 615.520 moveto
(default error handler reports the error to the error log and then raises this exception.) show
72 633.520 moveto
10 /Times-Bold SelectFont
18 MX
(X_Invalid_Procedure_Variable) show
72 645.520 moveto
10 /Times-Roman SelectFont
96 MX
(Raised when an attempt is made to convert a value of the base) 0.148 WS
10 /Times-Bold SelectFont
( X_Procedure_Variable) 0.147 WS
10 /Times-Roman SelectFont
( type) 0.147 WS
168 657.520 moveto
(to a more specific procedure variable type and this is invalid.) 0.601 WS
3.102 MX
(That is, the parameter profile) 0.602 WS
168 669.520 moveto
(of the target) 0.588 WS
3.087 MX
(procedure variable type and that of the specific procedure variable instance do) 0.587 WS
168 681.520 moveto
(not match.) show
72 699.520 moveto
10 /Times-Bold SelectFont
18 MX
(X_Bad_Procedure_Variable) show
72 711.520 moveto
10 /Times-Roman SelectFont
96 MX
(Raised when some procedure variable operation is performed on:) show
72 756 moveto
(12) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 13 13
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
301.670 MX
(Differences between Ada and C Libraries) show
168 72 moveto
(\267 ) show
18 MX
(A) show
10 /Times-Bold SelectFont
( None_X_Procedure_Variable) show
10 /Times-Roman SelectFont
( value \050an actual value is required\051) show
168 90 moveto
(\267 ) show
18 MX
(An inappropriate procedure) 3.035 WS
5.536 MX
(variable value \050the value is for a procedure with a) 3.036 WS
192 102 moveto
(different parameter profile\051) show
168 120 moveto
(\267 ) show
18 MX
(A \252bad\272 procedure value \050One example is a dynamic procedure that is referenced but) 0.560 WS
192 132 moveto
(is no longer available; it may not be possible to detect this error in all cases.\051) show
72 150 moveto
10 /Times-Bold SelectFont
18 MX
(X_Invalid_Universal_Pointer) show
72 162 moveto
10 /Times-Roman SelectFont
96 MX
(Raised when some universal pointer operation is performed on:) show
168 180 moveto
(\267 ) show
18 MX
(A) show
10 /Times-Bold SelectFont
( None_X_Universal_Pointer) show
10 /Times-Roman SelectFont
( value \050an actual value is required\051) show
168 198 moveto
(\267 ) show
18 MX
(An inappropriate universal) 0.210 WS
2.711 MX
(pointer value \050a value cannot be converted to the requested) 0.211 WS
192 210 moveto
(Access_Type\051) show
168 228 moveto
(\267 ) show
18 MX
(A previously freed universal pointer value \050It may not be possible to detect this error) 0.655 WS
192 240 moveto
(in all cases.\051) show
72 258 moveto
10 /Times-Bold SelectFont
18 MX
(X_Library_Confusion) show
72 270 moveto
10 /Times-Roman SelectFont
96 MX
(The X Library is in) 0.515 WS
3.016 MX
(some situation or in some state that it is not prepared to handle. This is) 0.516 WS
168 282 moveto
(probably a bug of some kind, not necessarily within the X Library itself\320it could be) 0.527 WS
3.026 MX
(a bug) 0.526 WS
168 294 moveto
(in the X Server or even in the application. This exception) 0.769 WS
3.270 MX
(is raised only in those situations) 0.770 WS
168 306 moveto
(where the X Library has no internal recovery strategy.) show
72 332 moveto
12 /Times-Bold SelectFont
(3.9.  #include vs. WITH) show
72 355.760 moveto
10 /Times-Roman SelectFont
(When a C programmer is writing a) 0.305 WS
2.804 MX
(program that will utilize the C Xlib, the usual interface to the library is obtained) 0.304 WS
72 367.760 moveto
(using a C ) show
10 /Courier SelectFont
(#include) show
10 /Times-Roman SelectFont
( statement. The ) show
10 /Courier SelectFont
(<X11/X.h>) show
10 /Times-Roman SelectFont
( file is usually the one that is used.) show
72 391.760 moveto
(An Ada programmer writing an X application has several ways to) 0.055 WS
2.556 MX
(connect to the Ada Xlib. The simplest is simply to) 0.056 WS
72 403.760 moveto
10 /Courier SelectFont
(with Xlib;) 0.122 WS
10 /Times-Roman SelectFont
(. This is the approximate equivalent) 0.122 WS
2.621 MX
(to the C ) 0.121 WS
10 /Courier SelectFont
(#include <X11/X.h>) 0.121 WS
10 /Times-Roman SelectFont
( statement. Ada programmers) 0.121 WS
72 415.760 moveto
(also have various other alternatives. See Chapter 4 for a complete list.) show
72 441.520 moveto
12 /Times-Bold SelectFont
(3.10.  Window-Manager Properties) show
72 465.280 moveto
10 /Times-Roman SelectFont
(A window-manager) 0.001 WS
10 /Times-Italic SelectFont
( property) 0.001 WS
10 /Times-Roman SelectFont
( is a piece of information that) 0.001 WS
2.502 MX
(has a name, is associated with a window, contains a value) 0.002 WS
72 477.280 moveto
(created by an application, and has some data format.) show
72 501.280 moveto
(In the C-based Xlib, a property is stored as an array) 1.072 WS
3.571 MX
(of C) 1.071 WS
10 /Times-Bold SelectFont
( char) 1.071 WS
10 /Times-Roman SelectFont
( values. The corresponding type in the Ada-based) 1.071 WS
72 513.280 moveto
(library is) show
10 /Times-Bold SelectFont
( U_Char_Array) show
10 /Times-Roman SelectFont
(, which is an array of numeric values with a range of 0..255.) show
72 537.280 moveto
(The differences between the C interfaces to window-manager properties and the Ada interfaces all stem from Ada's) 0.300 WS
72 549.280 moveto
(strong typing. For example, in a C program it is common practice to simply \252reach into\272 a property and use some) 0.736 WS
72 561.280 moveto
(portion of it as a C string value. This form of unsafe programming is not possible in Ada. Thus,) 1.097 WS
3.598 MX
(the Ada library) 1.098 WS
72 573.280 moveto
(provides a number of facilities for performing data conversions.) show
72 597.280 moveto
(The) show
10 /Times-Bold SelectFont
( Xlbp_Window_Property) 0.140 WS
10 /Times-Roman SelectFont
( package provides a number of conversion routines that allow you to convert between) 0.140 WS
72 609.280 moveto
(properties and strings or arrays of strings. The) 0.955 WS
10 /Times-Bold SelectFont
( Xlbp_U_Char_Converters) 0.955 WS
10 /Times-Roman SelectFont
( package supplies a number of conver-) 0.955 WS
72 621.280 moveto
(sions between properties and the various window-manager) 0.163 WS
2.662 MX
(hint structures. In addition, the) 0.162 WS
10 /Times-Bold SelectFont
( Xlbp_U_Char_Generics) 0.162 WS
72 633.280 moveto
10 /Times-Roman SelectFont
(package supplies various generics that can be used to create new converters.) show
72 659.040 moveto
12 /Times-Bold SelectFont
(3.11.  Universal Pointers) show
72 682.800 moveto
10 /Times-Roman SelectFont
(The Ada Xlib has a facility known) 1.296 WS
3.797 MX
(as) show
10 /Times-Italic SelectFont
( universal pointers) 1.297 WS
10 /Times-Roman SelectFont
(. This facility was developed as a means of introducing) 1.297 WS
72 694.800 moveto
(strong typing to the Xlib resource manager.) show
72 756 moveto
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(13) show
EndPage
%%Page: 14 14
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
72 72 moveto
(In the C-based library, the resource manager is a string-to-data mapping) 0.767 WS
3.266 MX
(facility. It takes a string as a) 0.766 WS
10 /Times-Italic SelectFont
( key) 0.766 WS
10 /Times-Roman SelectFont
( and any) 0.766 WS
72 84 moveto
(arbitrary 32 bits of data with an unspecified type as a) 0.810 WS
10 /Times-Italic SelectFont
( value) 0.810 WS
10 /Times-Roman SelectFont
(. It stores the value in a) 0.810 WS
10 /Times-Italic SelectFont
( database) 0.810 WS
10 /Times-Roman SelectFont
( using the key as the) 0.810 WS
72 96 moveto
(name of the value. The key can be segmented internally by) 1.686 WS
4.185 MX
(the use of certain reserved characters. This allows) 1.685 WS
72 108 moveto
(storage and lookup operations to be done with keys that have any number of subcomponents.) show
72 132 moveto
(The basic problem with this facility is that it stores arbitrary 32-bit) 0.688 WS
3.189 MX
(data values. The resource manager has no idea) 0.689 WS
72 144 moveto
(whether it is storing an integer, a string pointer, a heap storage pointer, or a single-bit Boolean value. This has two) 0.542 WS
72 156 moveto
(undesirable consequences:) show
72 180 moveto
(\267 ) show
18 MX
(To use the resource manager, the programmer must perform unchecked type conversions on the data. When) 0.848 WS
96 192 moveto
(storing a piece of information in a database, the C programmer) 0.759 WS
3.258 MX
(converts it into a) 0.758 WS
10 /Times-Bold SelectFont
( caddr_t) 0.758 WS
10 /Times-Roman SelectFont
( value. This is a C) 0.758 WS
96 204 moveto
(type that is) 2.633 WS
5.134 MX
(guaranteed to be large enough to hold any pointer type. And, when retrieving a piece of) 2.634 WS
96 216 moveto
(information from a database, the programmer is forced to blindly assume that) 0.338 WS
2.837 MX
(he/she knows the actual type of) 0.337 WS
96 228 moveto
(the data and he/she performs another unchecked conversion on the data. If the programmer is correct,) 2.552 WS
96 240 moveto
(everything works; if the programmer is not correct, the program begins to behave unpredictably.) show
72 258 moveto
(\267 ) show
18 MX
(The resource manager does not know the actual) 1.268 WS
3.767 MX
(type of any data item. This results in storage loss when a) 1.267 WS
96 270 moveto
(database is destroyed. The resource manager can deallocate the internal structure of the database, but) 0.188 WS
2.689 MX
(it cannot) 0.189 WS
96 282 moveto
(deallocate any heap storage used by the data entries. It has) 0.801 WS
3.300 MX
(no idea which entries are simply data and which) 0.800 WS
96 294 moveto
(entries are pointers to data. The C-based library has an additional) 0.119 WS
2.620 MX
(problem; in C there is no difference between) 0.120 WS
96 306 moveto
(a pointer to a constant embedded in the code of the program and a variable allocated on a) 0.804 WS
3.303 MX
(heap. Even if the) 0.803 WS
96 318 moveto
(resource manager knew which elements represented pointers and which represented simple data, it) 0.312 WS
2.813 MX
(still would) 0.313 WS
96 330 moveto
(not know which pointers were runtime-allocated heap pointers.) show
72 354 moveto
(The Ada Xlib attacks these problems by changing the resource manager) 0.127 WS
2.626 MX
(so that it always knows the type of data that) 0.126 WS
72 366 moveto
(it stores. This relieves the programmer of the responsibility) 1.857 WS
4.358 MX
(of using unchecked conversions, and it allows the) 1.858 WS
72 378 moveto
(resource manager to deallocate heap-based data items.  However, it also introduces a chicken/egg problem.) show
72 402 moveto
(This problem is a basic result) 0.866 WS
3.365 MX
(of Ada compilation rules. The resource manager is a piece of nongeneric Ada code) 0.865 WS
72 414 moveto
(that was written and compiled in) 0.304 WS
2.805 MX
(the past. The application is a piece of Ada code that is being written and compiled) 0.305 WS
72 426 moveto
(in the future. How can an) 0.176 WS
2.675 MX
(existing piece of compiled Ada code, which is not an Ada generic, reference and control a) 0.175 WS
72 438 moveto
(data type that has not been created yet?) show
72 462 moveto
(The answer is: by the use of universal pointers. The basic idea behind universal pointers) 0.387 WS
2.888 MX
(is very simple. Unchecked) 0.388 WS
72 474 moveto
(data conversions are) 1.642 WS
4.141 MX
(\252bad\272 because they are unchecked; mistakes are easy to make. If a form of arbitrary data) 1.641 WS
72 486 moveto
(conversion that was type-checked could be introduced at runtime, then the problem would be solved. This is) 1.177 WS
3.678 MX
(the) show
72 498 moveto
(purpose of universal pointers.) show
72 522 moveto
(In the C-based library, a programmer) 0.836 WS
3.335 MX
(who wants to store a new pointer type in a database simply uses unchecked) 0.835 WS
72 534 moveto
(conversion to change a pointer) 0.912 WS
3.413 MX
(value into a) 0.913 WS
10 /Times-Bold SelectFont
( caddr_t) 0.913 WS
10 /Times-Roman SelectFont
( value. In the Ada-based library, a programmer who wants to) 0.913 WS
72 546 moveto
(store a new pointer type in a database \0501\051 instantiates the) 2.015 WS
10 /Times-Bold SelectFont
( Univ_Ptr_Conversion) 2.015 WS
10 /Times-Roman SelectFont
( package using that type, \0502\051) 2.015 WS
72 558 moveto
(invokes the resulting) 1.018 WS
10 /Times-Bold SelectFont
( To_Univ_Ptr) 1.018 WS
10 /Times-Roman SelectFont
( function to) 1.018 WS
3.519 MX
(convert some pointer value into a universal-pointer value, and \0503\051) 1.019 WS
72 570 moveto
(stores that universal pointer in the database.) show
72 594 moveto
(To retrieve information, the C programmer does a lookup and) 0.264 WS
2.763 MX
(then performs an unchecked conversion on the result.) 0.263 WS
72 606 moveto
(This approach is type-unsafe. The Ada programmer does a lookup and then invokes) 5.002 WS
7.503 MX
(the appropriate) 5.003 WS
72 618 moveto
10 /Times-Bold SelectFont
(From_Univ_Ptr) show
10 /Times-Roman SelectFont
( function, which checks to make sure that this value is of the expected type and then returns the) 1.020 WS
72 630 moveto
(converted value. This approach is type-safe.) show
72 756 moveto
(14) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 15 15
BeginPage
792 false PositionPage
72 76 moveto
14 /Times-Bold SelectFont
(4.  Using Xlib) show
72 99.760 moveto
10 /Times-Roman SelectFont
(The Ada Xlib is organized along three major dimensions:) show
72 123.760 moveto
(\267 ) show
18 MX
(The first dimension deals with the intimacy of interface. The) 2.567 WS
10 /Times-Italic SelectFont
( public) 2.567 WS
10 /Times-Roman SelectFont
( interface consists of those library) 2.568 WS
96 135.760 moveto
(packages that would) 0.204 WS
2.703 MX
(commonly be used by any normal application program. The) 0.203 WS
10 /Times-Italic SelectFont
( extension) 0.203 WS
10 /Times-Roman SelectFont
( interface is a more) 0.203 WS
96 147.760 moveto
(internal interface consisting of those additional portions of the library that) 0.827 WS
3.328 MX
(are needed for library extensions.) 0.828 WS
96 159.760 moveto
(The last) 0.928 WS
3.427 MX
(portion of the interface is the purely) 0.927 WS
10 /Times-Italic SelectFont
( internal) 0.927 WS
10 /Times-Roman SelectFont
( interface. The internal interface is subject to arbitrary) 0.927 WS
96 171.760 moveto
(change from target system to target system; the public and extension interfaces are portable across all targets.) show
72 189.760 moveto
(\267 ) show
18 MX
(The second dimension is that of) 3.382 WS
5.883 MX
(target dependence. This dimension is often referred to as) 3.383 WS
10 /Times-Italic SelectFont
( machine) 3.383 WS
96 201.760 moveto
(dependence,) show
10 /Times-Roman SelectFont
( but it also includes compiler and operating-system dependencies. Some portions of the) 0.093 WS
2.592 MX
(library are) 0.092 WS
96 213.760 moveto
(completely target-independent, others have target-independent) 1.172 WS
3.673 MX
(interfaces with target-dependent implementa-) 1.173 WS
96 225.760 moveto
(tions, and a few are completely target-dependent at the interface. The) 0.236 WS
2.735 MX
(public interfaces are target-independent,) 0.235 WS
96 237.760 moveto
(at least in terms of their definitions and behavior. The extension interfaces are) 0.175 WS
2.676 MX
(about half independent and half) 0.176 WS
96 249.760 moveto
(dependent. The internal interfaces are completely target-dependent.) show
72 267.760 moveto
(\267 ) show
18 MX
(The third) 1.632 WS
4.131 MX
(dimension is one of detail. Xlib is divided into two sets of packages. The first set declares the) 1.631 WS
96 279.760 moveto
(exported types. The second set) 1.485 WS
3.986 MX
(declares the exported procedural interfaces. The exported types are further) 1.486 WS
96 291.760 moveto
(organized into three levels of detail that parallel the public, extension, and internal interfaces. The highest) 1.420 WS
96 303.760 moveto
(level has the least detail. This level) 1.763 WS
4.264 MX
(consists of a set of packages that provide access to the public types) 1.764 WS
96 315.760 moveto
(exported by Xlib. The middle level adds) 0.504 WS
3.003 MX
(access to the various types used by extensions. The lowest level has) 0.503 WS
96 327.760 moveto
(access to all types, all predefined functions, and all library interfaces.) show
72 353.520 moveto
12 /Times-Bold SelectFont
(4.1.  Interface Level and Target Dependence) show
72 377.280 moveto
10 /Times-Roman SelectFont
(As mentioned before, the interface levels are: public, extension, and internal.) show
72 401.280 moveto
(The public interface supplies everything needed by a \252normal\272) 0.417 WS
2.918 MX
(application. A normal application is one that simply) 0.418 WS
72 413.280 moveto
(uses the various facilities provided by the underlying X protocol. It does not, in any actual sense,) 1.544 WS
4.043 MX
(\252extend\272 the) 1.543 WS
72 425.280 moveto
(protocol with new operations or message types. Most X programming falls into this category.) show
72 449.280 moveto
(The public interface is designed to be) 0.043 WS
2.544 MX
(fully portable across all Xlib implementations. It is formed by the various Xlbt) 0.044 WS
72 461.280 moveto
(\050X Library Type\051 packages and the Xlbp \050X Library Procedure\051 packages. Any package whose name) 0.977 WS
3.476 MX
(begins with) 0.976 WS
72 473.280 moveto
(one of these abbreviations is public and will be present in every Xlib implementation.) show
8 /Times-Roman SelectFont
0 -3 rmoveto
(2) show
0 3 rmoveto
72 497.280 moveto
10 /Times-Roman SelectFont
(The extension interface supplies the needs of extension writers. It provides access to the X-protocol data) 0.574 WS
3.075 MX
(stream so) 0.575 WS
72 509.280 moveto
(that extensions can be) 0.104 WS
2.603 MX
(made to the basic protocol. It supplies) 0.103 WS
10 /Times-Italic SelectFont
( hooks) 0.103 WS
10 /Times-Roman SelectFont
( on various Xlib data structures for the placement) 0.103 WS
72 521.280 moveto
(of extension data or extension functionality. It also implements generic conversion facilities to help when converting) 0.056 WS
72 533.280 moveto
(between protocol and Ada data formats.) show
72 557.280 moveto
(The extension interface is intended to be fully portable and functionally unchanged across all Ada Xlib) 3.742 WS
72 569.280 moveto
(implementations. Although) 1.496 WS
3.997 MX
(some of the types exported by the extension interface contain target-dependent data,) 1.497 WS
72 581.280 moveto
(extension writers will not be required to manipulate this information directly.) 0.031 WS
2.530 MX
(The purpose of the exported types is to) 0.030 WS
72 593.280 moveto
(encapsulate the target dependencies within various target-independent abstractions. Most of the) 0.409 WS
2.910 MX
(packages that make) 0.410 WS
72 605.280 moveto
(up the extension) 2.034 WS
4.533 MX
(interfaces have names beginning with Xlbit \050X Library Internal Type\051 and Xlbip \050X Library) 2.033 WS
72 617.280 moveto
(Internal Procedure\051. These) 1.471 WS
3.972 MX
(interfaces are largely target-independent, but they have target-dependent implementa-) 1.472 WS
72 629.280 moveto
(tions. The remaining portions) 0.514 WS
3.013 MX
(of the interface can be found in the Xlbmt \050X Library Machine Type\051 and Xlbmp \050X) 0.513 WS
72 641.280 moveto
(Library Machine Procedure\051 packages. These are) 0.226 WS
2.727 MX
(the most target-dependent portions of the Xlib interface, and some) 0.227 WS
72 653.280 moveto
(of them are actually part of the internal interface as a result.) show
72 672 moveto
(____________________________________________) show
72 690 moveto
8 /Times-Roman SelectFont
0 -3 rmoveto
(2) show
0 3 rmoveto
( The single, possible, exception to this rule is the) show
8 /Times-Bold SelectFont
( Xlbt_Proc_Var) show
8 /Times-Roman SelectFont
( package. This package implements the generic procedure variable packages.) show
72 700 moveto
(   It is conceivable that some target compiler or machine architecture would make the implementation of these generic interfaces impossible.) show
72 710 moveto
(   For that particular Xlib implementation, this package would be missing.) show
8 /Times-Italic SelectFont
(  Note:) show
8 /Times-Roman SelectFont
( This does not affect the availability of the) show
8 /Times-Bold SelectFont
( Xlbp_Proc_Var) show
72 720 moveto
8 /Times-Roman SelectFont
(   package or the use of any Xlib-defined procedure variable types.) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(15) show
EndPage
%%Page: 16 16
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
72 72 moveto
(The internal interface is quite small and is written mainly in) 1.791 WS
4.290 MX
(terms of target-dependent data types. Use of this) 1.790 WS
72 84 moveto
(interface should not be necessary even for the most complex of extensions.) show
72 108 moveto
(The single abstraction provided) 1.798 WS
4.299 MX
(by the extension interface that may not be fully portable across all target Ada) 1.799 WS
72 120 moveto
(compilers is the generic protocol-conversion interface.) show
72 144 moveto
(Many of the extensions written for the base library will consist merely of subroutines that orchestrate the use of) 1.220 WS
72 156 moveto
(predefined Xlib facilities. ) 0.713 WS
2.500 MX
(In some sense, these extensions are merely subroutine libraries that happen to) 0.713 WS
3.214 MX
(use Xlib.) 0.714 WS
72 168 moveto
(However, some extensions are actual X-protocol modifications. They utilize nonstandard-protocol message formats.) 0.230 WS
72 180 moveto
(These kinds of extensions will) 1.651 WS
4.152 MX
(need to convert between Ada record types and X-protocol data streams. This is) 1.652 WS
72 192 moveto
(accomplished by the use of various) 0.318 WS
2.817 MX
(generics declared in the) 0.317 WS
10 /Times-Bold SelectFont
( Xlbmp_Get) 0.317 WS
10 /Times-Roman SelectFont
( and) 0.317 WS
10 /Times-Bold SelectFont
( Xlbmp_Put) 0.317 WS
10 /Times-Roman SelectFont
( packages. These generics) 0.317 WS
72 204 moveto
(require a formal) 0.126 WS
2.627 MX
(parameter that specifies a conversion procedure between the two data formats. These procedures, in) 0.127 WS
72 216 moveto
(turn, will typically be instantiations of the generic converters) 3.102 WS
5.601 MX
(supplied by the) 3.101 WS
10 /Times-Bold SelectFont
( Xlbmp_Generic_Converters) 3.101 WS
72 228 moveto
10 /Times-Roman SelectFont
(package.) show
72 252 moveto
(The operation of the) 0.107 WS
10 /Times-Bold SelectFont
( Xlbmp_Generic_Converters) 0.107 WS
10 /Times-Roman SelectFont
( package relies on the) 0.107 WS
2.608 MX
(operation of the target Ada compiler. If the) 0.108 WS
72 264 moveto
(target Ada compiler does not fully implement) 1.495 WS
3.994 MX
(Ada record representation clauses, if it does not implement array) 1.494 WS
72 276 moveto
(packing, or if some other fundamental data-representation problem exists, the) 3.419 WS
10 /Times-Bold SelectFont
( Xlbmp_Generic_Converters) 3.419 WS
72 288 moveto
10 /Times-Roman SelectFont
(package may not be implementable with that compiler. In that special case, it would be up to the writers \050or porting) 0.320 WS
72 300 moveto
(team\051 of the extension package to) 0.094 WS
2.595 MX
(write explicit conversion routines. These routines would perform data conversions) 0.095 WS
72 312 moveto
(between their Ada message records and the protocol message stream.) show
8 /Times-Roman SelectFont
0 -3 rmoveto
(3) show
0 3 rmoveto
72 337.760 moveto
12 /Times-Bold SelectFont
(4.2.  Interface Detail) show
72 361.520 moveto
10 /Times-Roman SelectFont
(An Ada programmer writing an X application has several ways to connect with the Ada Xlib. In order of increasing) 0.280 WS
72 373.520 moveto
(completeness or detail, these methods are:) show
72 397.520 moveto
(\267 ) show
18 MX
(Use a single ) 2.355 WS
10 /Courier SelectFont
(with Xlib;) 2.355 WS
10 /Times-Roman SelectFont
( context clause. This provides basic access to all of the public procedures,) 2.355 WS
96 409.520 moveto
(functions, constants, and types. It references the entire library, which may lead to excessive program size) 1.588 WS
96 421.520 moveto
(unless an intelligent program linker is used.) show
72 439.520 moveto
(\267 ) show
18 MX
(Use several context clauses and) 1.439 WS
10 /Times-Italic SelectFont
( with) 1.439 WS
10 /Times-Roman SelectFont
( only those public packages that) 1.439 WS
3.940 MX
(are actually necessary. For example,) 1.440 WS
96 451.520 moveto
10 /Courier SelectFont
(with Xlbt_Gc;) show
10 /Times-Roman SelectFont
( will bring in only those public types directly associated with graphics contexts.) show
72 469.520 moveto
(\267 ) show
18 MX
(Use several context clauses and) 0.846 WS
10 /Times-Italic SelectFont
( with) 0.846 WS
10 /Times-Roman SelectFont
( both the public packages and) 0.846 WS
3.345 MX
(the extension packages associated with a) 0.845 WS
96 481.520 moveto
(facility. For example, ) 0.264 WS
10 /Courier SelectFont
(with Xlbt_Gc;) 0.264 WS
10 /Times-Roman SelectFont
( will bring in the public types) 0.264 WS
2.765 MX
(and ) 0.265 WS
10 /Courier SelectFont
(with Xlbt_Gc2;) 0.265 WS
10 /Times-Roman SelectFont
( will bring in) 0.265 WS
96 493.520 moveto
(the definitions that might be required by extension writers.) show
72 511.520 moveto
(\267 ) show
18 MX
(Use several context clauses and) 0.829 WS
10 /Times-Italic SelectFont
( with) 0.829 WS
10 /Times-Roman SelectFont
( the lowest-level packages and obtain access to) 0.829 WS
3.328 MX
(all types, all predefined) 0.828 WS
96 523.520 moveto
(Ada functions, and so on. For example, ) 2.225 WS
10 /Courier SelectFont
(with Xlbt_Gc3;) 2.225 WS
10 /Times-Roman SelectFont
( will provide access to all of the facilities) 2.225 WS
96 535.520 moveto
(provided by) show
10 /Times-Bold SelectFont
( Xlbt_Gc) show
10 /Times-Roman SelectFont
( and) show
10 /Times-Bold SelectFont
( Xlbt_Gc2) show
10 /Times-Roman SelectFont
( plus others.) show
72 559.520 moveto
(The) show
10 /Times-Bold SelectFont
( Xlib) 0.400 WS
10 /Times-Roman SelectFont
( package is provided so that Ada programmers writing simple applications can have the same all-inclusive) 0.400 WS
72 571.520 moveto
(interface to the) 0.168 WS
2.669 MX
(library that is available to C programmers. However, it is envisioned that most applications will) 0.169 WS
10 /Times-Italic SelectFont
( with) 0.169 WS
72 583.520 moveto
10 /Times-Roman SelectFont
(individual packages in a more selective manner. The reasons for this are simple and pragmatic:) show
72 607.520 moveto
(\267 ) show
18 MX
(Most program linkers are not \252intelligent.\272 If your program) 0.444 WS
10 /Times-Italic SelectFont
( with) 0.444 WS
10 /Times-Roman SelectFont
(s all library units) 0.444 WS
2.943 MX
(\050directly or indirectly using) 0.443 WS
96 619.520 moveto
(package) show
10 /Times-Bold SelectFont
( Xlib) 0.434 WS
10 /Times-Roman SelectFont
(\051, then your program will) 0.434 WS
2.935 MX
(be linked with all compiled units. ) 0.435 WS
2.500 MX
(This can lead to excessive program) 0.435 WS
96 631.520 moveto
(size.) show
72 682 moveto
(____________________________________________) show
72 700 moveto
8 /Times-Roman SelectFont
0 -3 rmoveto
(3) show
0 3 rmoveto
( Given the ACVC validation requirements for Ada compilers, this is unlikely. If this is necessary, it can be expected that the documentation for) show
72 710 moveto
(   that target's particular Xlib would provide examples showing how to perform these types of conversion. The team that ported Xlib would have) show
72 720 moveto
(   faced exactly that same problem and they probably will have documented their approach.) show
72 756 moveto
10 /Times-Roman SelectFont
(16) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 17 17
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
423.830 MX
(Using Xlib) show
72 72 moveto
(\267 ) show
18 MX
(By) show
10 /Times-Italic SelectFont
( with) 1.539 WS
10 /Times-Roman SelectFont
(ing, and possibly) 1.539 WS
10 /Times-Italic SelectFont
( use) 1.539 WS
10 /Times-Roman SelectFont
(ing, a package with many) 1.539 WS
4.038 MX
(thousands of predefined names, compilation speed) 1.538 WS
96 84 moveto
(suffers. The symbol tables within the target Ada compiler can become clogged by overload resolution) 0.793 WS
3.294 MX
(and a) 0.794 WS
96 96 moveto
(simple excess of unused names. This has been known to reduce compilation) 0.338 WS
2.837 MX
(speed by large factors with some) 0.337 WS
96 108 moveto
(compilers.) show
72 132 moveto
(Packages within Xlib are grossly divided) 1.014 WS
3.515 MX
(into two varieties. The \252t\272 packages declare and export types \050the Xlbt,) 1.015 WS
72 144 moveto
(Xlbit, and Xlbmt packages\051. The \252p\272 packages declare and export functions and procedures) 0.889 WS
3.388 MX
(\050the Xlbp, Xlbip, and) 0.888 WS
72 156 moveto
(Xlbmp packages\051.) show
72 180 moveto
(Within the public Xlbt packages, there are usually three levels of) 2.014 WS
10 /Times-Italic SelectFont
( detail) 2.015 WS
10 /Times-Roman SelectFont
(, corresponding roughly to the public,) 2.015 WS
72 192 moveto
(extension, and internal interfaces. The packages are numbered\320for example,) 0.097 WS
10 /Times-Bold SelectFont
( Xlbt_Gc) 0.097 WS
10 /Times-Roman SelectFont
( is) 0.097 WS
2.596 MX
(the level 1 public interface) 0.096 WS
72 204 moveto
(to the graphics) 1.607 WS
4.108 MX
(context type,) 1.608 WS
10 /Times-Bold SelectFont
( Xlbt_Gc2) 1.608 WS
10 /Times-Roman SelectFont
( is the level 2 extension interface to them, and) 1.608 WS
10 /Times-Bold SelectFont
( Xlbt_Gc3) 1.608 WS
10 /Times-Roman SelectFont
( is the level 3) 1.608 WS
72 216 moveto
(internal interface.) show
72 240 moveto
(Xlib's public types are declared in the level 3 packages. To continue with the example, all types having to do with) 0.570 WS
72 252 moveto
(graphics contexts, regardless of their use, are declared in the) 0.526 WS
10 /Times-Bold SelectFont
( Xlbt_Gc3) 0.527 WS
10 /Times-Roman SelectFont
( package. ) 0.527 WS
2.500 MX
(This package exports all of these) 0.527 WS
72 264 moveto
(types, all of their predefined Ada operators,) 0.807 WS
3.306 MX
(all of their defined constant values, and all of the heap allocation and) 0.806 WS
72 276 moveto
(deallocation functions. This is an unnecessary level of detail) 0.200 WS
2.701 MX
(for most applications. Some of these types will be used) 0.201 WS
72 288 moveto
(only by extensions, and many of the predefined Ada operators will never be used.) show
8 /Times-Roman SelectFont
0 -3 rmoveto
(4) show
0 3 rmoveto
72 312 moveto
10 /Times-Roman SelectFont
(The details provided) 0.599 WS
3.098 MX
(by the level 3 packages are filtered by the level 2 and level 1 packages. The level 2 packages) 0.598 WS
72 324 moveto
(rename the various) 0.773 WS
3.274 MX
(types and functions that will be needed by extension writers. The level 1 packages rename the) 0.774 WS
72 336 moveto
(various types and functions needed by normal applications. It is expected) 1.736 WS
4.235 MX
(that application writers will) 1.735 WS
10 /Times-Italic SelectFont
( with) 1.735 WS
10 /Times-Roman SelectFont
( the) 1.735 WS
72 348 moveto
(various level 1 packages and that extension writers will additionally) show
10 /Times-Italic SelectFont
( with) show
10 /Times-Roman SelectFont
( the level 2 packages.) show
72 672 moveto
(____________________________________________) show
72 690 moveto
8 /Times-Roman SelectFont
0 -3 rmoveto
(4) show
0 3 rmoveto
( An example of this is the < operator for a graphics context's ID number. The ID is a number and so there is a < operator. However, the) show
72 700 moveto
(   relative numeric ordering between IDs is meaningless and, in the eyes of an application, is a semirandom function. This results in a < operator) show
72 710 moveto
(   that is predefined, because of Ada language rules, but which is meaningless with respect to the abstract concept of a graphics context) show
72 720 moveto
(   ID value.) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(17) show
EndPage
%%Page: 18 18
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
72 756 moveto
(18) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 19 19
BeginPage
792 false PositionPage
72 76 moveto
14 /Times-Bold SelectFont
(5.  Callbacks \050Procedure Variables\051) show
72 99.760 moveto
10 /Times-Roman SelectFont
(The C version of Xlib makes extensive use of a facility) 0.639 WS
3.140 MX
(known as) 0.640 WS
10 /Times-Italic SelectFont
( callbacks) 0.640 WS
10 /Times-Roman SelectFont
(, which is simply another name for the) 0.640 WS
72 111.760 moveto
(concept of) 0.633 WS
10 /Times-Italic SelectFont
( procedure variables) 0.633 WS
10 /Times-Roman SelectFont
(. Callbacks are used internally for the dynamic) 0.633 WS
3.132 MX
(selection of event converters, image) 0.632 WS
72 123.760 moveto
(operations, and error reporting. ) 2.836 WS
2.500 MX
(The primary use of callbacks in the public interface is for synchronization) 2.836 WS
72 135.760 moveto
(\050) show
10 /Times-Bold SelectFont
(Xlbp_Sync) show
10 /Times-Roman SelectFont
(\051 and for error reporting \050) show
10 /Times-Bold SelectFont
(Xlbp_Error) show
10 /Times-Roman SelectFont
(\051.) show
72 159.760 moveto
(A procedure variable is a pointer to a procedure) 0.242 WS
2.741 MX
(or a function. In Ada terminology, it is an access type that points to) 0.241 WS
72 171.760 moveto
(code rather than to data. The Ada language does not have) 2.309 WS
4.810 MX
(this facility.) 2.310 WS
8 /Times-Roman SelectFont
0 -3 rmoveto
(5) show
0 3 rmoveto
10 /Times-Roman SelectFont
( Because of this, Xlib implements a) 2.310 WS
72 183.760 moveto
(somewhat restricted form of procedure variables that is sufficient for its needs.) show
72 207.760 moveto
(The) show
10 /Times-Bold SelectFont
( Xlbp_Proc_Var) 3.920 WS
10 /Times-Roman SelectFont
( package exports about twenty subpackages that implement Xlib's procedure-variable) 3.920 WS
72 219.760 moveto
(interfaces. Each package exports a procedure-variable type) 1.593 WS
4.094 MX
(that corresponds to some use of procedure variables) 1.594 WS
72 231.760 moveto
(needed by Xlib. Each procedure-variable type is unique and corresponds to procedures \050or) 0.445 WS
2.944 MX
(to functions\051 that have a) 0.444 WS
72 243.760 moveto
(particular parameter and result profile. See Section 6.6 of the) 2.779 WS
10 /Times-Italic SelectFont
( Reference) 2.779 WS
5.280 MX
(Manual for the Ada Programming) 2.780 WS
72 255.760 moveto
(Language) show
10 /Times-Roman SelectFont
( \050LRM\051 for a discussion of parameter profiles.) show
72 279.760 moveto
(Each subpackage exports the following objects:) show
72 303.760 moveto
10 /Times-Bold SelectFont
18 MX
(Pv) show
10 /Times-Roman SelectFont
66.890 MX
(This is the procedure-variable type manipulated by this subpackage.) show
72 321.760 moveto
10 /Times-Bold SelectFont
18 MX
(None) show
10 /Times-Roman SelectFont
55.780 MX
(This is a constant value corresponding to an uninitialized, or null, procedure-variable value.) show
72 339.760 moveto
10 /Times-Bold SelectFont
18 MX
(Call) show
10 /Times-Roman SelectFont
60.220 MX
(This procedure \050or function\051 is used to invoke \050or call\051 the procedure) 3.344 WS
5.843 MX
(\050or function\051) 3.343 WS
168 351.760 moveto
(corresponding to a particular procedure-variable value.) show
72 369.760 moveto
10 /Times-Bold SelectFont
18 MX
(Value) show
10 /Times-Roman SelectFont
53 MX
(This generic function) 1.560 WS
4.061 MX
(is instantiated using some particular procedure \050or function\051 as the) 1.561 WS
168 381.760 moveto
(single generic parameter.) 2.146 WS
2.500 MX
( Invoking this function) 2.146 WS
4.645 MX
(will result in the generation of a new) 2.145 WS
168 393.760 moveto
(procedure-variable value that points to that) 0.204 WS
2.705 MX
(procedure \050or function\051 parameter. It can then be) 0.205 WS
168 405.760 moveto
(used as the first argument to the) show
10 /Times-Bold SelectFont
( Call) show
10 /Times-Roman SelectFont
( routine.) show
72 423.760 moveto
10 /Times-Bold SelectFont
18 MX
(Free) show
10 /Times-Roman SelectFont
58.570 MX
(This procedure accepts and deallocates a procedure-variable value. Procedure variables will) 0.462 WS
168 435.760 moveto
(typically be implemented as objects allocated on the heap. This provides the deallocation) 1.305 WS
168 447.760 moveto
(interface. The actual implementation of procedure variables will be) 4.799 WS
7.298 MX
(target-system-) show
168 459.760 moveto
(dependent.) show
72 477.760 moveto
10 /Times-Bold SelectFont
18 MX
(To_Pv) show
10 /Times-Roman SelectFont
50.220 MX
(It has proven convenient, within Xlib, to have record) 4.523 WS
7.024 MX
(fields that contain generic) 4.524 WS
168 489.760 moveto
10 /Times-Bold SelectFont
(X_Procedure_Variable) show
10 /Times-Roman SelectFont
( values. This removes a number of circular type dependencies that) 0.847 WS
168 501.760 moveto
(would otherwise force the library to declare most of its types within the same package. ) 0.156 WS
2.500 MX
(This) show
168 513.760 moveto
(function converts from a particular procedure-variable type to the generic) 1.544 WS
10 /Times-Bold SelectFont
( X_Procedure-) 1.544 WS
168 525.760 moveto
(_Variable) show
10 /Times-Roman SelectFont
( type.) show
72 543.760 moveto
10 /Times-Bold SelectFont
18 MX
(From_Pv) show
10 /Times-Roman SelectFont
38.010 MX
(This converts from the generic) 0.159 WS
10 /Times-Bold SelectFont
( X_Procedure_Variable) 0.159 WS
10 /Times-Roman SelectFont
( type to the more specific) 0.159 WS
10 /Times-Bold SelectFont
( Pv) 0.160 WS
10 /Times-Roman SelectFont
( type. It) 0.160 WS
168 555.760 moveto
(raises) show
10 /Times-Bold SelectFont
( X_Bad_Procedure_Variable) show
10 /Times-Roman SelectFont
( if this value is not of the) show
10 /Times-Bold SelectFont
( Pv) show
10 /Times-Roman SelectFont
( type.) show
72 581.760 moveto
12 /Times-Bold SelectFont
(5.1.  Sample Use) show
72 605.520 moveto
10 /Times-Roman SelectFont
(The following example is the body of a package that exports two routines:) 0.628 WS
10 /Times-Bold SelectFont
( Push) 0.628 WS
10 /Times-Roman SelectFont
( and) 0.628 WS
10 /Times-Bold SelectFont
( Pop) 0.628 WS
10 /Times-Roman SelectFont
(. The) 0.628 WS
10 /Times-Bold SelectFont
( Push) 0.628 WS
10 /Times-Roman SelectFont
( routine saves) 0.627 WS
72 617.520 moveto
(Xlib's current synchronization routine as) 0.417 WS
2.918 MX
(the old value, changes the current routine to one that calls the old routine,) 0.418 WS
72 629.520 moveto
(and then prints \252Done.\272 to) show
10 /Times-Bold SelectFont
( Standard_Output) show
10 /Times-Roman SelectFont
(. The) show
10 /Times-Bold SelectFont
( Pop) show
10 /Times-Roman SelectFont
( routine restores the original routine.) show
72 653.520 moveto
(This example shows three things:) show
72 677.520 moveto
(\267 ) show
18 MX
(How to create procedure-variable values) show
72 702 moveto
(____________________________________________) show
72 720 moveto
8 /Times-Roman SelectFont
0 -3 rmoveto
(5) show
0 3 rmoveto
( The Ada 9X committee is looking at the question of adding this to the language.) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(19) show
EndPage
%%Page: 20 20
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
72 72 moveto
(\267 ) show
18 MX
(How to invoke procedure-variable values) show
72 90 moveto
(\267 ) show
18 MX
(How to properly destroy unneeded procedure-variable values) show
72 114 moveto
(The example does not check for) show
10 /Times-Bold SelectFont
( Pop) show
10 /Times-Roman SelectFont
( with no) show
10 /Times-Bold SelectFont
( Push) show
10 /Times-Roman SelectFont
( or for other erroneous behavior.) show
108 138 moveto
9 /Courier SelectFont
(with Text_Io;) show
108 149 moveto
(with Xlbp_Error;) show
108 160 moveto
(with Xlbp_Proc_Var;) show
108 182 moveto
(package body Example is) show
108 204 moveto
(    use Xlbp_Error;) show
108 215 moveto
(    use Xlbp_Proc_Var.Proc_Var_X_Synchandler;) show
108 237 moveto
(    Old_Pv : Pv := None;) show
108 248 moveto
(    New_Pv : Pv := None;) show
108 270 moveto
(    procedure Done \050Dpy : X_Display\051 is) show
108 281 moveto
(        -- Invoke the original routine, then print done.) show
108 292 moveto
(    begin) show
108 314 moveto
(        if Old_Pv /= None then) show
108 325 moveto
(            Call \050Old_Pv, Dpy\051;) show
108 336 moveto
(        end if;) show
108 347 moveto
(        Text_Io.Put_Line \050"Done."\051;) show
108 369 moveto
(    end Done;) show
108 391 moveto
(    procedure Push is) show
108 402 moveto
(        -- Allocate a procedure variable value for the Done routine.) show
108 413 moveto
(        -- Tell Xlib to use that routine instead of the current routine.) show
108 424 moveto
(        function Create_Pv is new Value \050Done\051;) show
108 435 moveto
(    begin) show
108 457 moveto
(        New_Pv := Create_Pv;) show
108 468 moveto
(        Old_Pv := X_Set_Error_Handler \050New_Pv\051;) show
108 490 moveto
(    end Push;) show
108 512 moveto
(    procedure Pop is) show
108 523 moveto
(        -- Restore the old routine and deallocate our procedure variable) show
108 534 moveto
(        -- value.) show
108 545 moveto
(        Void : Pv;) show
108 556 moveto
(    begin) show
108 578 moveto
(        Void := X_Set_Error_Handler \050Old_Pv\051;) show
108 589 moveto
(        Free \050New_Pv\051;) show
108 600 moveto
(        Old_Pv := None;) show
108 622 moveto
(    end Pop;) show
108 644 moveto
(end Example;) show
72 756 moveto
10 /Times-Roman SelectFont
(20) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 21 21
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
338.040 MX
(Callbacks \050Procedure Variables\051) show
72 74 moveto
12 /Times-Bold SelectFont
(5.2.  Portability) show
72 97.760 moveto
10 /Times-Roman SelectFont
(The) show
10 /Times-Bold SelectFont
( Xlbp_Proc_Var) 0.242 WS
10 /Times-Roman SelectFont
( interface packages are portable to all) 0.242 WS
2.741 MX
(targets. However, the) 0.241 WS
10 /Times-Bold SelectFont
( Xlbt_Proc_Var) 0.241 WS
10 /Times-Roman SelectFont
( generic packages,) 0.241 WS
72 109.760 moveto
(which are used to implement the) show
10 /Times-Bold SelectFont
( Xlbp) show
10 /Times-Roman SelectFont
( interfaces, may not be portable to all systems.) show
72 133.760 moveto
(This means that all of the procedure-variable types needed and used by Xlib will be available on) 2.131 WS
4.632 MX
(all targets.) 2.132 WS
72 145.760 moveto
(However, any procedure-variable types that an application may create for its) 3.633 WS
6.132 MX
(own private use, using the) 3.632 WS
72 157.760 moveto
10 /Times-Bold SelectFont
(Xlbt_Proc_Var) show
10 /Times-Roman SelectFont
( generics, will only) show
10 /Times-Italic SelectFont
( probably) show
10 /Times-Roman SelectFont
( be portable.) show
72 181.760 moveto
(Thus, an application that has) 0.671 WS
3.172 MX
(portability as a prime requirement may not want to create its own procedure-variable) 0.672 WS
72 193.760 moveto
(types.) show
72 756 moveto
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(21) show
EndPage
%%Page: 22 22
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
72 756 moveto
(22) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 23 23
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
338.040 MX
(Callbacks \050Procedure Variables\051) show
72 76 moveto
14 /Times-Bold SelectFont
(6.  Resource Manager) show
72 99.760 moveto
10 /Times-Roman SelectFont
(Basic documentation for the resource manager can be found in the main Xlib) 1.455 WS
3.954 MX
(manual,) show
10 /Times-Italic SelectFont
( Rational X Library: Ada) 1.454 WS
72 111.760 moveto
(Language Interface.) 0.402 WS
10 /Times-Roman SelectFont
( The purpose of this chapter is to deal explicitly with those details of) 0.402 WS
2.903 MX
(the resource manager that) 0.403 WS
72 123.760 moveto
(are fundamentally different in the Ada and C versions of the library.) show
72 149.520 moveto
12 /Times-Bold SelectFont
(6.1.  Basic Definitions for the Resource Manager) show
72 173.280 moveto
10 /Times-Roman SelectFont
(The definitions for the resource manager are contained in packages) show
10 /Times-Bold SelectFont
( Xlbt_Rm) show
10 /Times-Roman SelectFont
(,) show
10 /Times-Bold SelectFont
( Xlbp_Rm_Name) show
10 /Times-Roman SelectFont
(, and) show
10 /Times-Bold SelectFont
( Xlbp_Rm) show
10 /Times-Roman SelectFont
(.) show
72 197.280 moveto
(The resource manager manages databases, and databases are used to store data values. In C,) 0.468 WS
2.967 MX
(database values are 32) 0.467 WS
72 209.280 moveto
(bits of) 0.570 WS
3.071 MX
(untyped data. In Ada, database values have a) 0.571 WS
10 /Times-Italic SelectFont
( kind) 0.571 WS
10 /Times-Roman SelectFont
( and a typed data) 0.571 WS
10 /Times-Italic SelectFont
( value) 0.571 WS
10 /Times-Roman SelectFont
(. The kind of the value determines) 0.571 WS
72 221.280 moveto
(the type, or physical representation, of the value. Database values will usually also have a separate, but) 1.113 WS
3.612 MX
(logically) show
72 233.280 moveto
(associated,) show
10 /Times-Italic SelectFont
( representation) 1.162 WS
10 /Times-Roman SelectFont
(. This is) 1.162 WS
3.663 MX
(an) show
10 /Times-Bold SelectFont
( X_Rm_Representation) 1.163 WS
10 /Times-Roman SelectFont
( value that corresponds to some application-defined) 1.163 WS
72 245.280 moveto
(string\320for example, \252font.\272 The representation is the abstract type that the application associates with the value.) show
72 269.280 moveto
10 /Times-Bold SelectFont
(X_Rm_Value) show
10 /Times-Roman SelectFont
( is the type used for database values. It looks something like this:) show
72 293.280 moveto
newpath 72 293.280 moveto
460.800 0 rlineto stroke
532.800 293.280 moveto
90 304.280 moveto
9 /Courier SelectFont
(type X_Rm_Value \050Kind : X_Rm_Value_Kind := Is_None\051 is) show
90 315.280 moveto
(    record) show
90 326.280 moveto
(        case Kind is) show
90 337.280 moveto
(            when Is_None =>) show
90 348.280 moveto
(                null;) show
90 359.280 moveto
(            when Is_Boolean =>) show
90 370.280 moveto
(                V_Boolean : Boolean := False;) show
90 381.280 moveto
(            when Is_S_Long =>) show
90 392.280 moveto
(                V_S_Long : S_Long := 0;) show
90 403.280 moveto
(            when Is_X_String_Pointer =>) show
90 414.280 moveto
(                V_X_String_Pointer : X_String_Pointer := null;) show
90 425.280 moveto
(            ....and so on....) show
90 436.280 moveto
(        end case;) show
90 447.280 moveto
(    end record;) show
90 471.280 moveto
9 /Times-Italic SelectFont
(Kind) show
9 /Times-Roman SelectFont
54.495 MX
(Specifies the physical representation of the data.) 0.814 WS
3.063 MX
(This may differ from the application's representation) 0.813 WS
162 482.280 moveto
(value, but the two typically are related.) show
90 500.280 moveto
9 /Times-Italic SelectFont
(V_Boolean) show
9 /Times-Roman SelectFont
32.004 MX
(Specifies the value for) show
9 /Times-Bold SelectFont
( Boolean) show
9 /Times-Roman SelectFont
( data.) show
90 518.280 moveto
9 /Times-Italic SelectFont
(V_S_Long) show
9 /Times-Roman SelectFont
34.497 MX
(Specifies the value for) show
9 /Times-Bold SelectFont
( S_Long) show
9 /Times-Roman SelectFont
( data.) show
90 536.280 moveto
9 /Times-Italic SelectFont
(V_X_String_Pointer) show
90 547.280 moveto
9 /Times-Roman SelectFont
72 MX
(Specifies the value for) show
9 /Times-Bold SelectFont
( X_String_Pointer) show
9 /Times-Roman SelectFont
( data.) show
90 565.280 moveto
9 /Times-Italic SelectFont
(... and so on ...) show
72 577.280 moveto
newpath 72 577.280 moveto
460.800 0 rlineto stroke
532.800 577.280 moveto
72 601.280 moveto
10 /Times-Roman SelectFont
(A resource manager database is an) 0.264 WS
2.765 MX
(opaque type whose interior should be manipulated only by the resource manager) 0.265 WS
72 613.280 moveto
(itself. Databases have this type:) show
72 756 moveto
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(23) show
EndPage
%%Page: 24 24
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
72 72 moveto
newpath 72 72 moveto
460.800 0 rlineto stroke
532.800 72 moveto
90 83 moveto
9 /Courier SelectFont
(type X_Rm_Database_Rec is) show
90 94 moveto
(    record) show
90 105 moveto
(        Contents : <some type>;) show
90 116 moveto
(    end record;) show
90 138 moveto
(type X_Rm_Database is access X_Rm_Database_Rec;) show
90 160 moveto
(None_X_Rm_Database : constant X_Rm_Database := null;) show
90 184 moveto
9 /Times-Italic SelectFont
(Contents) show
9 /Times-Roman SelectFont
39.996 MX
(Holds the data, private to the resource manager, that represents this database.) show
72 196 moveto
newpath 72 196 moveto
460.800 0 rlineto stroke
532.800 196 moveto
72 220 moveto
10 /Times-Bold SelectFont
(None_X_Rm_Database) show
10 /Times-Roman SelectFont
( is the value held by an uninitialized database variable.) show
72 244 moveto
(A new, and empty, database can be obtained from this function:) show
72 268 moveto
newpath 72 268 moveto
460.800 0 rlineto stroke
532.800 268 moveto
90 279 moveto
9 /Courier SelectFont
(function X_New_Rm_Database return X_Rm_Database;) show
72 315 moveto
newpath 72 315 moveto
460.800 0 rlineto stroke
532.800 315 moveto
72 339 moveto
10 /Times-Roman SelectFont
(Databases should be deallocated when they are no longer required. Use this routine to deallocate a database:) show
72 363 moveto
newpath 72 363 moveto
460.800 0 rlineto stroke
532.800 363 moveto
90 374 moveto
9 /Courier SelectFont
(procedure Free_X_Rm_Database \050Database : in out X_Rm_Database\051;) show
90 398 moveto
9 /Times-Italic SelectFont
(Database) show
9 /Times-Roman SelectFont
37.503 MX
(Specifies the database to free. Set to) show
9 /Times-Bold SelectFont
( None) show
9 /Times-Roman SelectFont
( afterwards.) show
72 410 moveto
newpath 72 410 moveto
460.800 0 rlineto stroke
532.800 410 moveto
72 434 moveto
10 /Times-Roman SelectFont
(This deallocates the database, all associated data structures, and all stored heap-based values that are) 0.559 WS
3.058 MX
(owned by the) 0.558 WS
72 446 moveto
(database.) show
8 /Times-Roman SelectFont
0 -3 rmoveto
( 6) show
0 3 rmoveto
72 470 moveto
10 /Times-Roman SelectFont
(The Ada version of the resource manager is self-initializing. There is no Ada analogue to) 3.351 WS
5.852 MX
(the C routine) 3.352 WS
72 482 moveto
10 /Times-Bold SelectFont
(XrmInitialize) show
10 /Times-Roman SelectFont
(.) show
72 506 moveto
(Most uses of the resource manager) 1.280 WS
3.779 MX
(involve defining names, classes, and representation types as string constants.) 1.279 WS
72 518 moveto
(However, continually referring to strings while inside the resource manager) 0.426 WS
2.927 MX
(would be slow, because it is so heavily) 0.427 WS
72 530 moveto
(used by some toolkits. To solve this problem, a shorthand for a string) 0.340 WS
2.839 MX
(constant is used in place of the string itself in) 0.339 WS
72 542 moveto
(many of the resource-manager functions. Simple scalar comparisons can then be used) 0.672 WS
3.173 MX
(in place of the slower string) 0.673 WS
72 554 moveto
(comparisons. The shorthand form for a string is something called a) show
10 /Times-Italic SelectFont
( quark) show
10 /Times-Roman SelectFont
(. The type is) show
10 /Times-Bold SelectFont
( X_Rm_Quark) show
10 /Times-Roman SelectFont
(.) show
72 578 moveto
(There are three kinds of quarks in Ada \050the C interface) 1.628 WS
4.127 MX
(uses a single type with no type checking available for) 1.627 WS
72 590 moveto
(procedure interfaces\051:) show
72 614 moveto
10 /Times-Bold SelectFont
(\267 ) show
18 MX
(X_Rm_Class) show
10 /Times-Roman SelectFont
( quarks represent simple class names\320for example, \252Font.\272) show
72 632 moveto
10 /Times-Bold SelectFont
(\267 ) show
18 MX
(X_Rm_Name) show
10 /Times-Roman SelectFont
( quarks represent simple object names\320for example, \252menuFont.\272) show
72 650 moveto
10 /Times-Bold SelectFont
(\267 ) show
18 MX
(X_Rm_Representation) show
10 /Times-Roman SelectFont
( quarks represent) 0.295 WS
2.796 MX
(abstract types \050which may differ from the physical representation of) 0.296 WS
96 662 moveto
(those types\051\320for example, \252FontStruct.\272) show
72 692 moveto
(____________________________________________) show
72 710 moveto
8 /Times-Roman SelectFont
0 -3 rmoveto
(6) show
0 3 rmoveto
( The C library uses the name) show
8 /Times-Bold SelectFont
( XrmDestroyDatabase) show
8 /Times-Roman SelectFont
( for this function.  The alias) show
8 /Times-Bold SelectFont
( X_Rm_Destroy_Database) show
8 /Times-Roman SelectFont
( is provided as a convenient alias) show
72 720 moveto
(   for those converting C programs into Ada.) show
72 756 moveto
10 /Times-Roman SelectFont
(24) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 25 25
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
392.750 MX
(Resource Manager) show
72 72 moveto
(Each of) 0.014 WS
2.513 MX
(these kinds of quark is a different Ada type. This means that a class of String is not conceptually the same as) 0.013 WS
72 84 moveto
(a representation of String, even though the physical quark values might be the same.) show
72 108 moveto
(A quark is to a string in the library what an atom is to a string in) 1.345 WS
3.846 MX
(the server, but its use is entirely local to the) 1.346 WS
72 120 moveto
(application.) show
72 145.760 moveto
12 /Times-Bold SelectFont
(6.2.  Access to the Resource Database) show
72 169.520 moveto
10 /Times-Roman SelectFont
(Xlib provides various resource-management functions that you can use to manipulate resource) 2.204 WS
4.703 MX
(databases. The) 2.203 WS
72 181.520 moveto
(following are those unique to the Ada library.) show
72 205.520 moveto
(To retrieve a resource from a resource database, use one of) 0.563 WS
3.064 MX
(the) show
10 /Times-Bold SelectFont
( X_Rm_Get_Resource) 0.564 WS
10 /Times-Roman SelectFont
( procedures. Each procedure) 0.564 WS
72 217.520 moveto
(takes a database, a name, and a class specification and returns a value from the database. Do not) 1.158 WS
3.657 MX
(manipulate the) 1.157 WS
72 229.520 moveto
(value directly in any fashion.) show
72 253.520 moveto
(The resource manager only frees or overwrites values during calls) 1.202 WS
3.703 MX
(to) show
10 /Times-Bold SelectFont
( X_Rm_Put_Resource) 1.203 WS
10 /Times-Roman SelectFont
( and) 1.203 WS
10 /Times-Bold SelectFont
( X_Rm_Merge-) 1.203 WS
72 265.520 moveto
(_Databases) show
10 /Times-Roman SelectFont
(. A client that is not storing new values in the) 0.945 WS
3.444 MX
(database or is not merging the database should be safe) 0.944 WS
72 277.520 moveto
(using the data returned for the time until it exits.) show
72 756 moveto
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(25) show
EndPage
%%Page: 26 26
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
72 756 moveto
(26) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 27 27
BeginPage
792 false PositionPage
72 76 moveto
14 /Times-Bold SelectFont
(7.  Extension Interfaces) show
72 99.760 moveto
10 /Times-Roman SelectFont
(The extension interfaces for the Ada library are strongly similar to those provided by the C library. Porting) 0.512 WS
3.013 MX
(from C) 0.513 WS
72 111.760 moveto
(to Ada should not be too difficult,) 2.579 WS
5.078 MX
(because the Ada interfaces are often simpler than the C interfaces. Full) 2.578 WS
72 123.760 moveto
(documentation for the extension interfaces can be found in the main Xlib manual,) 2.188 WS
10 /Times-Italic SelectFont
( Rational X) 2.188 WS
4.689 MX
(Interface: Ada) 2.189 WS
72 135.760 moveto
(Language Interface.) show
10 /Times-Roman SelectFont
( This chapter concentrates on the differences between C and Ada.) show
72 161.520 moveto
12 /Times-Bold SelectFont
(7.1.  Procedural Hooks) show
72 185.280 moveto
10 /Times-Roman SelectFont
(All of the usual procedural hooks are available, but the implementation is different.) 0.323 WS
2.822 MX
(See Chapter 5 for the details on) 0.322 WS
72 197.280 moveto
(the procedure-variable implementation. A procedure-variable value is created in C simply by using the name of a) 0.940 WS
72 209.280 moveto
(function or a procedure. An Ada programmer must instantiate a generic function and) 1.685 WS
4.184 MX
(then call that function to) 1.684 WS
72 221.280 moveto
(achieve the same result. New procedural hooks are installed in the usual fashion.) show
72 247.040 moveto
12 /Times-Bold SelectFont
(7.2.  Data Hooks) show
72 270.800 moveto
10 /Times-Roman SelectFont
(All of the usual hooks for data structures are available, but the implementation is different. The typical) 0.541 WS
3.042 MX
(C language) 0.542 WS
72 282.800 moveto
(way to) 0.076 WS
10 /Times-Italic SelectFont
( hook) 0.076 WS
10 /Times-Roman SelectFont
( extension data onto an Xlib data structure is) 0.076 WS
2.575 MX
(to add an untyped data pointer onto a linked list at runtime.) 0.075 WS
72 294.800 moveto
(An Ada programmer achieves this effect in much the same way. The difference is that) 0.105 WS
2.606 MX
(a generic must be instantiated) 0.106 WS
72 306.800 moveto
(first and an access value must be converted into a universal-pointer value. The) 0.215 WS
2.714 MX
(universal-pointer value is then stored) 0.214 WS
72 318.800 moveto
(in the linked list along with an optional \252Free\272 procedure for deallocating the data later.) 1.977 WS
4.478 MX
(New data hooks are) 1.978 WS
72 330.800 moveto
(installed in the usual fashion. See Section 3.11 for the details on universal pointers.) show
72 356.560 moveto
12 /Times-Bold SelectFont
(7.3.  Batching of Graphics Requests) show
72 380.320 moveto
10 /Times-Roman SelectFont
(The Ada library uses a different mechanism than that used by) 1.168 WS
3.667 MX
(the C library. Ada is strongly typed and the same) 1.167 WS
72 392.320 moveto
(\252quick-and-dirty\272 methods will not work. This will typically involve universal-pointer values.) show
72 416.320 moveto
(The C library simply remembers the byte address used to store a request within) 1.536 WS
4.037 MX
(an output buffer. When a new) 1.537 WS
72 428.320 moveto
(request occurs, it simply looks at the previous request to see if they can be combined.) show
72 452.320 moveto
(The Ada library specially buffers batchable graphics requests. When a new) 1.006 WS
3.505 MX
(request is made, it is merged into the) 1.005 WS
72 464.320 moveto
(special batching area if that is possible. If it) 0.013 WS
2.514 MX
(cannot be merged, the old request is flushed to the true output buffer and) 0.014 WS
72 476.320 moveto
(the new request is then placed into the special area \050or into the normal buffer if it is not a graphics request\051.) show
72 500.320 moveto
(New forms of graphics requests will typically desire this same batching behavior.) 0.508 WS
3.007 MX
(Unless the new request format is) 0.507 WS
72 512.320 moveto
(the same as some existing format, this will require) 2.061 WS
4.562 MX
(the use of a universal pointer that points to a heap-based) 2.062 WS
72 524.320 moveto
(buffering area that corresponds to the new request format.) show
72 550.080 moveto
12 /Times-Bold SelectFont
(7.4.  New Request, Reply, and Event Formats) show
72 573.840 moveto
10 /Times-Roman SelectFont
(New uses for existing message formats are especially easy to implement. Completely new message formats) 0.037 WS
2.536 MX
(require a) 0.036 WS
72 585.840 moveto
(bit more work.) 1.301 WS
3.802 MX
(New request and new reply formats are simply used to instantiate existing input/output generics.) 1.302 WS
72 597.840 moveto
(These new generic instances are then used in place of the) 0.311 WS
2.810 MX
(predefined instantiations. New event formats must still be) 0.310 WS
72 609.840 moveto
(queued within the) 0.338 WS
2.839 MX
(existing display event queue. This implies either the reuse of existing event formats or the hiding) 0.339 WS
72 621.840 moveto
(of new event formats behind universal pointers while they are in the queue.) show
72 647.600 moveto
12 /Times-Bold SelectFont
(7.5.  Locking) show
72 671.360 moveto
10 /Times-Roman SelectFont
(Multitasking is supported) 1.059 WS
3.558 MX
(transparently by the Ada library. The C library does not support Ada task interlocking.) 1.058 WS
72 683.360 moveto
(Most interfaces are the same for both libraries.) show
72 756 moveto
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(27) show
EndPage
%%Page: 28 28
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
72 74 moveto
12 /Times-Bold SelectFont
(7.6.  Protocol Input/Output) show
72 97.760 moveto
10 /Times-Roman SelectFont
(The Ada interfaces) 2.291 WS
4.792 MX
(for network input/output are much simpler than their C counterparts. Typically it is only) 2.292 WS
72 109.760 moveto
(necessary to instantiate a generic in order to perform input or output.) show
72 133.760 moveto
(There are several) 0.595 WS
3.094 MX
(generics for performing output of scalar, record, or array values. Similarly, there are generics for) 0.594 WS
72 145.760 moveto
(performing input of scalar, record, or array values.) show
72 756 moveto
(28) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 29 29
BeginPage
792 false PositionPage
72 76 moveto
14 /Times-Bold SelectFont
(8.  Target-Dependent Library Facilities) show
72 99.760 moveto
10 /Times-Roman SelectFont
(Xlib has) 1.652 WS
4.153 MX
(several facilities that either are target-specific or can be customized for a particular host system. This) 1.653 WS
72 111.760 moveto
(chapter describes those facilities. These facilities either are not present in the C) 1.947 WS
4.446 MX
(library or are present but not) 1.946 WS
72 123.760 moveto
(documented.) show
72 149.520 moveto
12 /Times-Bold SelectFont
(8.1.  Xlbmp_Environment Package) show
72 173.280 moveto
10 /Times-Roman SelectFont
(This package provides a small number of facilities that have proven useful within the library and) 0.264 WS
2.765 MX
(that may be useful) 0.265 WS
72 185.280 moveto
(for extensions or applications. Each function or procedure in this package) 0.243 WS
2.742 MX
(provides some simple, but target-specific,) 0.242 WS
72 197.280 moveto
(functionality that can be very useful. The current facilities are:) show
72 221.280 moveto
10 /Times-Bold SelectFont
18 MX
(X_Env_Concat_Dir_File) show
72 233.280 moveto
10 /Times-Roman SelectFont
96 MX
(Concatenates a directory name string with a file name string using the) 1.206 WS
3.707 MX
(appropriate target-) 1.207 WS
168 245.280 moveto
(specific syntax.) show
72 263.280 moveto
10 /Times-Bold SelectFont
18 MX
(X_Env_Get_Environment_Variable) show
72 275.280 moveto
10 /Times-Roman SelectFont
96 MX
(If a target system supports environment variables, or if it has) 0.155 WS
2.654 MX
(some similar concept, then this) 0.154 WS
168 287.280 moveto
(function can be used to) 2.657 WS
5.158 MX
(obtain the string value associated with a named environment) 2.658 WS
168 299.280 moveto
(variable.) show
72 317.280 moveto
10 /Times-Bold SelectFont
18 MX
(X_Env_Get_Home_Dir) show
72 329.280 moveto
10 /Times-Roman SelectFont
96 MX
(Most operating systems provide each user with) 0.799 WS
3.298 MX
(some sort of) 0.798 WS
10 /Times-Italic SelectFont
( home) 0.798 WS
10 /Times-Roman SelectFont
( directory. This function) 0.798 WS
168 341.280 moveto
(returns the pathname of that directory.) show
72 359.280 moveto
10 /Times-Bold SelectFont
18 MX
(X_Env_Get_Host_Name) show
72 371.280 moveto
10 /Times-Roman SelectFont
96 MX
(Computers have names if they exist on a network. This function returns that name.) show
72 389.280 moveto
10 /Times-Bold SelectFont
18 MX
(X_Env_Strip_Program_Name) show
72 401.280 moveto
10 /Times-Roman SelectFont
96 MX
(Some systems will provide a running) 0.042 WS
2.543 MX
(program with a copy of the command that invoked that) 0.043 WS
168 413.280 moveto
(program. This function can be given that string and it will return the name of the program) 0.840 WS
168 425.280 moveto
(stripped of any path or other extraneous information.) show
72 451.280 moveto
12 /Times-Bold SelectFont
(8.2.  X_Key_Sym_Db File) show
72 475.040 moveto
10 /Times-Roman SelectFont
(One of the things that can be done with X Windows is to \252redesign\272 a keyboard. It is) 0.568 WS
3.069 MX
(possible to rename all of the) 0.569 WS
72 487.040 moveto
(keys on a) 0.760 WS
3.259 MX
(keyboard so that the keyboard reacts as if it were laid out differently. An example of this is the Dvorak) 0.759 WS
72 499.040 moveto
(keyboard, which has a very different layout from the standard Qwerty keyboard.) show
72 523.040 moveto
(When the keyboard layout is changed, it is not necessary to) 0.418 WS
2.919 MX
(rename the keys according to the names defined by the) 0.419 WS
72 535.040 moveto
(X protocol. A site, or an individual user, can invent its) 0.251 WS
2.750 MX
(own names. This creates a problem within Xlib, because one) 0.250 WS
72 547.040 moveto
(of Xlib's basic) 0.478 WS
2.979 MX
(facilities is a means of translating) 0.479 WS
10 /Times-Bold SelectFont
( Key_Press) 0.479 WS
10 /Times-Roman SelectFont
( events into the names of the) 0.479 WS
10 /Times-Bold SelectFont
( X_Key_Sym) 0.479 WS
10 /Times-Roman SelectFont
( attached to) 0.479 WS
72 559.040 moveto
(the key. That key symbol can be converted into a string and back again. To do this, Xlib must know the names) 1.230 WS
72 571.040 moveto
(associated with key symbols.) show
72 595.040 moveto
(When a user extends his/her X environment with new key names of) 0.200 WS
2.701 MX
(his/her own creation, there needs to be a way to) 0.201 WS
72 607.040 moveto
(inform Xlib. This is provided by the) 1.420 WS
10 /Times-Bold SelectFont
( X_Key_Sym_Db) 1.420 WS
10 /Times-Roman SelectFont
( file. For each new key name invented by the user, there) 1.420 WS
72 619.040 moveto
(should be one line placed into the file. Each line contains the name of the key, a colon \050:\051,) 0.153 WS
2.654 MX
(and the hexadecimal code) 0.154 WS
72 631.040 moveto
(corresponding to the key symbol value. Comments are lines) 1.487 WS
3.986 MX
(with an exclamation point \050!\051 as the first nonblank) 1.486 WS
72 643.040 moveto
(character on the line. For example, this short file defines the NewKey key symbol:) show
108 667.040 moveto
9 /Courier SelectFont
(! Sample file) show
108 689.040 moveto
(  NewKey  :  3FB) show
72 713.040 moveto
10 /Times-Roman SelectFont
(Blanks and tabs can be used freely.) show
72 756 moveto
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(29) show
EndPage
%%Page: 30 30
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
72 72 moveto
(The location of this file varies from target to target. In the Rational Environment, it is placed in) 5.130 WS
72 84 moveto
10 /Times-Bold SelectFont
(!Tools.X_Windows.X_Data) show
10 /Times-Roman SelectFont
(. On a UNIX system, it is in) 0.897 WS
10 /Times-Bold SelectFont
( /usr/lib/X11/ada) 0.897 WS
10 /Times-Roman SelectFont
(. The file need not exist if there are no) 0.896 WS
72 96 moveto
(locally invented key symbols.) show
72 121.760 moveto
12 /Times-Bold SelectFont
(8.3.  X_Error_Db File) show
72 145.520 moveto
10 /Times-Roman SelectFont
(When Xlib prints an error message, it uses message text that can be changed to suit) 1.404 WS
3.905 MX
(the local environment. For) 1.405 WS
72 157.520 moveto
(example, the English) 0.475 WS
2.974 MX
(messages could be translated into French. Xlib would then use the French messages. The text) 0.474 WS
72 169.520 moveto
(of all of Xlib's messages can be found in the) 0.639 WS
10 /Times-Bold SelectFont
( X_Error_Db) 0.639 WS
10 /Times-Roman SelectFont
( file. The file also contains the names of various things) 0.640 WS
72 181.520 moveto
(that Xlib may want to name within other messages, such as the type of request that generated an error.) show
72 205.520 moveto
(The format of this file is that of a resource-manager database file\320that is, a name, followed by a colon \050:\051, followed) 0.169 WS
72 217.520 moveto
(by some text. The text is the message associated with the name.) show
72 241.520 moveto
(The location of this file varies from target to target. In the Rational Environment, it is placed in) 5.130 WS
72 253.520 moveto
10 /Times-Bold SelectFont
(!Tools.X_Windows.X_Data) show
10 /Times-Roman SelectFont
(. On a UNIX system, it is in) show
10 /Times-Bold SelectFont
( /usr/lib/X11/ada) show
10 /Times-Roman SelectFont
(.) show
72 756 moveto
(30) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 31 31
BeginPage
792 false PositionPage
270.020 76 moveto
14 /Times-Bold SelectFont
(Appendix A) show
250.966 92 moveto
( Hello_World in C) show
72 115.760 moveto
10 /Times-Roman SelectFont
(This program puts a window on) 0.636 WS
3.135 MX
(the host screen and draws a lopsided star.) 0.635 WS
2.500 MX
( It exits when the window is clicked by) 0.635 WS
72 127.760 moveto
(any mouse button. It uses the DISPLAY) show
10 /Times-Italic SelectFont
( environment variable) show
10 /Times-Roman SelectFont
( to determine which host to use.) show
8 /Times-Roman SelectFont
0 -3 rmoveto
(7) show
0 3 rmoveto
108 151.760 moveto
9 /Courier SelectFont
(#include <stdio.h>) show
108 162.760 moveto
(#include <string.h>) show
108 184.760 moveto
(#include <X11/Xlib.h>) show
108 195.760 moveto
(#include <X11/Xatom.h>) show
108 206.760 moveto
(#include <X11/Xutil.h>) show
108 228.760 moveto
(void main \050\051) show
108 239.760 moveto
({) show
108 261.760 moveto
(    Display             *Dpy;) show
108 272.760 moveto
(    XSizeHints           Size_Hints;) show
108 283.760 moveto
(    Window               W;) show
108 294.760 moveto
(    XSetWindowAttributes Attr;) show
108 305.760 moveto
(    Mask                 Attr_Mask      = 0;) show
108 316.760 moveto
(    int                  Def_Screen;) show
108 327.760 moveto
(    XEvent               Event;) show
108 338.760 moveto
(    XTextProperty        Window_Name;) show
108 360.760 moveto
(/*--Open the display. Connect with the host specified by DISPLAY. Report) show
108 371.760 moveto
( *  any failures. */) show
108 393.760 moveto
(    Dpy = XOpenDisplay \050XDisplayName \050""\051\051;) show
108 404.760 moveto
(    if \050Dpy == NULL\051 {) show
108 415.760 moveto
(        fprintf\050 stderr, "Could no open the display.\134n" \051;) show
108 426.760 moveto
(        return;) show
108 437.760 moveto
(    }) show
108 459.760 moveto
(/*--We want the window to be this specific size. We will lie to the window) show
108 470.760 moveto
( *  manager, if it exists, and pretend that the user gave us this size. */) show
108 492.760 moveto
(    Size_Hints.flags     = USPosition | USSize;) show
108 503.760 moveto
(    Size_Hints.width     = 300;) show
108 514.760 moveto
(    Size_Hints.height    = 300;) show
108 525.760 moveto
(    Size_Hints.x         = 300;) show
108 536.760 moveto
(    Size_Hints.y         = 300;) show
108 558.760 moveto
(/*--We want to use these background and border colors for our window. */) show
108 580.760 moveto
(    Def_Screen = XDefaultScreen \050Dpy\051;) show
108 602.760 moveto
(    Attr.background_pixel  = XWhitePixel \050Dpy, Def_Screen\051;) show
108 613.760 moveto
(    Attr_Mask             |= CWBackPixel;) show
108 624.760 moveto
(    Attr.border_pixel      = XBlackPixel \050Dpy, Def_Screen\051;) show
108 635.760 moveto
(    Attr_Mask             |= CWBorderPixel;) show
72 692 moveto
10 /Times-Roman SelectFont
(____________________________________________) show
72 710 moveto
8 /Times-Roman SelectFont
0 -3 rmoveto
(7) show
0 3 rmoveto
( This implies that you have set the DISPLAY environment variable at some time before running the test program. How this is done is system-) show
72 720 moveto
(   dependent.) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(31) show
EndPage
%%Page: 32 32
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
108 83 moveto
9 /Courier SelectFont
(/*--We will want Button_Press, Exposure, and Visibility events reported to us.) show
108 94 moveto
( */) show
108 116 moveto
(    Attr.event_mask        = ButtonPressMask | ExposureMask |) show
108 127 moveto
(                             VisibilityChangeMask;) show
108 138 moveto
(    Attr_Mask             |= CWEventMask;) show
108 149 moveto
(/*--Create our window using the attributes we have set above. */) show
108 171 moveto
(    W = XCreateWindow \050Dpy,) show
108 182 moveto
(                       XRootWindow \050Dpy, Def_Screen\051,) show
108 193 moveto
(                       Size_Hints.x,) show
108 204 moveto
(                       Size_Hints.y,) show
108 215 moveto
(                       Size_Hints.width,) show
108 226 moveto
(                       Size_Hints.height,) show
108 237 moveto
(                       4,) show
108 248 moveto
(                       0,) show
108 259 moveto
(                       InputOutput,) show
108 270 moveto
(                       CopyFromParent,) show
108 281 moveto
(                       Attr_Mask,) show
108 292 moveto
(                       &Attr\051;) show
108 314 moveto
(/*--Set up the text property that describes our name. */) show
108 336 moveto
(    Window_Name.value    = \050unsigned char *\051"Quick Test";) show
108 347 moveto
(    Window_Name.encoding = XA_STRING;) show
108 358 moveto
(    Window_Name.format   = 8;) show
108 369 moveto
(    Window_Name.nitems   = strlen\050 Window_Name.value \051;) show
108 391 moveto
(/*--Give the window manager some hints about who we are. */) show
108 413 moveto
(    XSetWMProperties \050Dpy,) show
108 424 moveto
(                      W,) show
108 435 moveto
(                      &Window_Name,) show
108 446 moveto
(                      NULL,) show
108 457 moveto
(                      NULL,) show
108 468 moveto
(                      0,) show
108 479 moveto
(                      &Size_Hints,) show
108 490 moveto
(                      NULL,) show
108 501 moveto
(                      NULL\051;) show
108 523 moveto
(/*--Make our window visible to the user and handle any events we receive. */) show
108 545 moveto
(    XMapWindow \050Dpy, W\051;) show
108 556 moveto
(    for \050;;\051 {) show
108 578 moveto
(/*--Wait for an event and then handle it appropriately. */) show
108 600 moveto
(        XNextEvent \050Dpy, &Event\051;) show
108 611 moveto
(        switch \050Event.xany.type\051 {) show
108 633 moveto
(/*--Exit the program when any mouse button is pressed. */) show
108 655 moveto
(            case ButtonPress :) show
108 666 moveto
(                return;) show
72 756 moveto
10 /Times-Roman SelectFont
(32) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 33 33
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
393.280 MX
( Hello_World in C) show
108 83 moveto
9 /Courier SelectFont
(/*--Draw our lopsided star whenever we become visible to the user. */) show
108 105 moveto
(            case Expose :) show
108 116 moveto
(            case VisibilityNotify :) show
108 127 moveto
(              { static XPoint Points[] = {) show
108 138 moveto
(                  { 100,  100},) show
108 149 moveto
(                  { 100,  100},) show
108 160 moveto
(                  {   0, -100},) show
108 171 moveto
(                  {-100,  100},) show
108 182 moveto
(                  { 150,  -50},) show
108 193 moveto
(                  {-150,  -50} };) show
108 204 moveto
(                XDrawLines \050Dpy,) show
108 215 moveto
(                            W,) show
108 226 moveto
(                            XDefaultGC \050Dpy, Def_Screen\051,) show
108 237 moveto
(                            Points,) show
108 248 moveto
(                            6,) show
108 259 moveto
(                            CoordModePrevious\051;) show
108 270 moveto
(                break;) show
108 281 moveto
(              }) show
108 303 moveto
(/*--Ignore any other event types. */) show
108 325 moveto
(            default :) show
108 336 moveto
(                break;) show
108 358 moveto
(            }) show
108 369 moveto
(    }) show
108 391 moveto
(} /* main */) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(33) show
EndPage
%%Page: 34 34
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
72 756 moveto
(34) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 35 35
BeginPage
792 false PositionPage
270.405 76 moveto
14 /Times-Bold SelectFont
(Appendix B) show
243.574 92 moveto
( Hello_World in Ada) show
72 115.760 moveto
10 /Times-Roman SelectFont
(This program puts a window on the host screen and draws a lopsided star. ) 0.635 WS
2.500 MX
(It exits when) 0.635 WS
3.136 MX
(the window is clicked by) 0.636 WS
72 127.760 moveto
(any mouse button. It uses the DISPLAY) show
10 /Times-Italic SelectFont
( environment variable) show
10 /Times-Roman SelectFont
( to determine which host to use.) show
8 /Times-Roman SelectFont
0 -3 rmoveto
(8) show
0 3 rmoveto
108 151.760 moveto
9 /Courier SelectFont
(with Text_Io;) show
108 173.760 moveto
(with Xlbt_Arithmetic;   use Xlbt_Arithmetic;    -- Numeric types & ops) show
108 184.760 moveto
(with Xlbt_Basic;        use Xlbt_Basic;         -- Basic discrete types) show
108 195.760 moveto
(with Xlbt_Event;        use Xlbt_Event;         -- Event types) show
108 206.760 moveto
(with Xlbt_Graphics;     use Xlbt_Graphics;      -- Drawing types) show
108 217.760 moveto
(with Xlbt_Hint;         use Xlbt_Hint;          -- Window Manager info types) show
108 228.760 moveto
(with Xlbt_String;       use Xlbt_String;        -- String pointers) show
108 239.760 moveto
(with Xlbt_Visual;       use Xlbt_Visual;        -- Visual display info) show
108 250.760 moveto
(with Xlbt_Window;       use Xlbt_Window;        -- Window types) show
108 272.760 moveto
(with Xlbp_Display;      use Xlbp_Display;       -- Open/query server connection) show
108 283.760 moveto
(with Xlbp_Event;        use Xlbp_Event;         -- Capture/handle events) show
108 294.760 moveto
(with Xlbp_Graphics;     use Xlbp_Graphics;      -- Draw graphics) show
108 305.760 moveto
(with Xlbp_Hint;         use Xlbp_Hint;          -- Window Manager communication) show
108 316.760 moveto
(with Xlbp_Window;       use Xlbp_Window;        -- Window creation/mapping) show
108 338.760 moveto
(procedure Hello_World is) show
108 360.760 moveto
(    Dpy        : X_Display;) show
108 371.760 moveto
(    Size_Hints : X_Size_Hints;) show
108 382.760 moveto
(    Wm_Hints   : X_Wm_Hints              := None_X_Wm_Hints;) show
108 393.760 moveto
(    Class_Hint : X_Class_Hint            := None_X_Class_Hint;) show
108 404.760 moveto
(    Success    : X_Status;) show
108 415.760 moveto
(    W          : X_Window;) show
108 426.760 moveto
(    Attr       : X_Set_Window_Attributes;) show
108 437.760 moveto
(    Mask       : X_New_Window_Attributes := None_X_New_Window_Attributes;) show
108 448.760 moveto
(    Error      : X_Error_String;) show
108 459.760 moveto
(    Screen     : X_Screen_Number;) show
108 470.760 moveto
(    Event      : X_Event;) show
108 492.760 moveto
(begin) show
108 514.760 moveto
(----Open the display. Connect with the host specified by DISPLAY. Report) show
108 525.760 moveto
(--  any failures.) show
108 547.760 moveto
(    X_Open_Display \050X_Display_Name \050""\051, Dpy, Error\051;) show
108 558.760 moveto
(    if Dpy = null then) show
108 569.760 moveto
(        Text_Io.Put_Line \050To_String \050Err \050Error\051\051\051;) show
108 580.760 moveto
(        return;) show
108 591.760 moveto
(    end if;) show
72 692 moveto
10 /Times-Roman SelectFont
(____________________________________________) show
72 710 moveto
8 /Times-Roman SelectFont
0 -3 rmoveto
(8) show
0 3 rmoveto
( This implies that you have set the DISPLAY environment variable at some time before running the test program. How this is done is system-) show
72 720 moveto
(   dependent.) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(35) show
EndPage
%%Page: 36 36
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
108 83 moveto
9 /Courier SelectFont
(----We want the window to be this specific size. We will lie to the window) show
108 94 moveto
(--  manager, if it exists, and pretend that the user gave us this size.) show
108 116 moveto
(    Size_Hints.Flags \050U_S_Position\051 := True;        -- User-Specified) show
108 127 moveto
(    Size_Hints.Flags \050U_S_Size\051     := True;        -- User-Specified) show
108 138 moveto
(    Size_Hints.Width                := 300;) show
108 149 moveto
(    Size_Hints.Height               := 300;) show
108 160 moveto
(    Size_Hints.X                    := 300;) show
108 171 moveto
(    Size_Hints.Y                    := 300;) show
108 193 moveto
(---We want to use these background and border colors for our window.) show
108 215 moveto
(    Screen := X_Default_Screen \050Dpy\051;) show
108 237 moveto
(    Attr.Background_Pixel  := X_White_Pixel \050Dpy, Screen\051;) show
108 248 moveto
(    Mask \050Cw_Back_Pixel\051   := True;) show
108 259 moveto
(    Attr.Border_Pixel      := X_Black_Pixel \050Dpy, Screen\051;) show
108 270 moveto
(    Mask \050Cw_Border_Pixel\051 := True;) show
108 281 moveto
(----We will want Button_Press, Exposure, and Visibility events reported to us.) show
108 303 moveto
(    Attr.Event_Mask      :=) show
108 314 moveto
(       X_Event_Mask') show
108 325 moveto
(          \050Button_Press_Mask | Exposure_Mask | Visibility_Change_Mask => True,) show
108 336 moveto
(           others => False\051;) show
108 347 moveto
(    Mask \050Cw_Event_Mask\051 := True;) show
108 369 moveto
(----Create our window using the attributes we have set above.) show
108 391 moveto
(    W := X_Create_Window) show
108 402 moveto
(            \050Display      => Dpy,) show
108 413 moveto
(             Parent       => X_Root_Window \050Display => Dpy, Screen => Screen\051,) show
108 424 moveto
(             X            => S_Short \050Size_Hints.X\051,) show
108 435 moveto
(             Y            => S_Short \050Size_Hints.Y\051,) show
108 446 moveto
(             Width        => U_Short \050Size_Hints.Width\051,) show
108 457 moveto
(             Height       => U_Short \050Size_Hints.Height\051,) show
108 468 moveto
(             Border_Width => 4,) show
108 479 moveto
(             Depth        => 0,) show
108 490 moveto
(             Class        => Input_Output,) show
108 501 moveto
(             Visual       => Copy_From_Parent_Visual,) show
108 512 moveto
(             Values_Mask  => Mask,) show
108 523 moveto
(             Values       => Attr\051;) show
108 545 moveto
(----Give the window manager some hints about who we are.) show
108 567 moveto
(    X_Set_Wm_Properties \050Display     => Dpy,) show
108 578 moveto
(                         Window      => W,) show
108 589 moveto
(                         Window_Name => "Quick Test",) show
108 600 moveto
(                         Icon_Name   => "",) show
108 611 moveto
(                         Arg_V       => \0501 .. 0 => null\051,) show
108 622 moveto
(                         Normal      => Size_Hints,) show
108 633 moveto
(                         Wm          => Wm_Hints,) show
108 644 moveto
(                         Class       => Class_Hint,) show
108 655 moveto
(                         Success     => Success\051;) show
108 677 moveto
(----Make our window visible to the user and handle any events we receive.) show
108 699 moveto
(    X_Map_Window \050Dpy, W\051;) show
108 710 moveto
(    loop) show
72 756 moveto
10 /Times-Roman SelectFont
(36) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 37 37
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
383.290 MX
( Hello_World in Ada) show
108 83 moveto
9 /Courier SelectFont
(----Wait for an event and then handle it appropriately.) show
108 105 moveto
(        Xlbp_Event.X_Next_Event \050Dpy, Event\051;) show
108 116 moveto
(        case Event.Kind is) show
108 138 moveto
(----Exit the program when any mouse button is pressed.) show
108 160 moveto
(            when Button_Press =>) show
108 171 moveto
(                return;) show
108 182 moveto
(----Draw our lopsided star whenever we become visible to the user.) show
108 204 moveto
(            when Expose | Visibility_Notify =>) show
108 215 moveto
(                X_Draw_Lines \050Display  => Dpy,) show
108 226 moveto
(                              Drawable => W.Drawable,) show
108 237 moveto
(                              Gc      => X_Default_Gc \050Dpy, Screen\051,) show
108 248 moveto
(                              Points  => \0501 => \050 100,  100\051,) show
108 259 moveto
(                                          2 => \050 100,  100\051,) show
108 270 moveto
(                                          3 => \050   0, -100\051,) show
108 281 moveto
(                                          4 => \050-100,  100\051,) show
108 292 moveto
(                                          5 => \050 150,  -50\051,) show
108 303 moveto
(                                          6 => \050-150,  -50\051\051,) show
108 314 moveto
(                              Mode    => Coord_Mode_Previous\051;) show
108 336 moveto
(----Ignore any other event types.) show
108 358 moveto
(            when others =>) show
108 369 moveto
(                null;) show
108 391 moveto
(        end case;) show
108 402 moveto
(    end loop;) show
108 424 moveto
(end Hello_World;) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(37) show
EndPage
%%Page: 38 38
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
72 756 moveto
(38) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 39 39
BeginPage
792 false PositionPage
270.020 76 moveto
14 /Times-Bold SelectFont
(Appendix C) show
238.156 92 moveto
(Current Set of Targets) show
72 116 moveto
10 /Times-Roman SelectFont
(\267 ) show
18 MX
(TeleGen2) show
/trademark SYM 9.800 MX
( 1.4 \050TeleSoft) 1.206 WS
0 -2.500 rmoveto
7 /Times-Roman SelectFont
/registered SYM 5.320 MX
10 /Times-Roman SelectFont
0 2.500 rmoveto
(, UNIX 68K host compiler\051.) 1.206 WS
2.500 MX
( Sun Microsystems SunOS operating) 1.206 WS
3.705 MX
(system. ) show
3.705 MX
(Link) show
96 128 moveto
(with these libraries from) show
10 /Times-Bold SelectFont
( /usr/lib/X11/ada) show
10 /Times-Roman SelectFont
(:) show
96 146 moveto
10 /Times-Bold SelectFont
(xlib2.sub) show
10 /Times-Roman SelectFont
9.370 MX
(Ada library containing all nongeneric bodies) show
96 164 moveto
10 /Times-Bold SelectFont
(xlib1.sub) show
10 /Times-Roman SelectFont
9.370 MX
(Ada library containing all specifications) show
96 182 moveto
10 /Times-Bold SelectFont
(libxlib.a) show
10 /Times-Roman SelectFont
13.260 MX
(UNIX library containing machine-coded support routines) show
72 200 moveto
(\267 ) show
18 MX
(Rational M68020/UNIX Cross-Development Facility, Rev6_2_4.  Hewlett-Packard HP-UX operating system.) show
72 756 moveto
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(39) show
EndPage
%%Page: 40 40
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
72 756 moveto
(40) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 41 41
BeginPage
792 false PositionPage
270.020 76 moveto
14 /Times-Bold SelectFont
(Appendix D) show
248.446 92 moveto
(C/Ada Name Table) show
76 133.760 moveto
7 /Times-Bold SelectFont
(C) show
76 142.760 moveto
7 /Times-Roman SelectFont
( ) show
183.640 133.760 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 133.760 moveto
(Package) show
403.600 133.760 moveto
(Type) show
76 151.760 moveto
7 /Times-Roman SelectFont
(Above) show
183.640 151.760 moveto
(Above) show
291.280 151.760 moveto
(Xlbt_Window) show
403.600 151.760 moveto
(constant X_Window_Stacking) show
76 160.760 moveto
(AllButtons) show
183.640 160.760 moveto
(All_Buttons) show
291.280 160.760 moveto
(Xlbt_Basic) show
403.600 160.760 moveto
(X_Event_Mask) show
76 169.760 moveto
(AllEventMask) show
183.640 169.760 moveto
(All_Event_Mask) show
291.280 169.760 moveto
(Xlbt_Basic) show
403.600 169.760 moveto
(X_Event_Mask) show
76 178.760 moveto
(AllGcComponents) show
183.640 178.760 moveto
(All_Gc_Components) show
291.280 178.760 moveto
(Xlbt_Gc) show
403.600 178.760 moveto
(X_Gc_Components) show
76 187.760 moveto
(AllHints) show
183.640 187.760 moveto
(All_Hints) show
291.280 187.760 moveto
(Xlbt_Hint) show
403.600 187.760 moveto
(X_Wm_Hints_Flags) show
76 196.760 moveto
(AllPlanes) show
183.640 196.760 moveto
(All_Planes) show
291.280 196.760 moveto
(Xlbt_Basic) show
403.600 196.760 moveto
(X_Plane_Mask) show
76 205.760 moveto
(AllPointers) show
183.640 205.760 moveto
(All_Pointers) show
291.280 205.760 moveto
(Xlbt_Basic) show
403.600 205.760 moveto
(X_Event_Mask) show
76 214.760 moveto
(AllTemporary) show
183.640 214.760 moveto
(All_Temporary) show
291.280 214.760 moveto
(Xlbt_Basic) show
403.600 214.760 moveto
(X_Id) show
76 223.760 moveto
(AllValues) show
183.640 223.760 moveto
(All_Values) show
291.280 223.760 moveto
(Xlbt_Geometry) show
403.600 223.760 moveto
(constant X_Parse_Geometry_Flags) show
76 232.760 moveto
(AllXNewWindowAttributes) show
183.640 232.760 moveto
(All_X_New_Window_Attributes) show
291.280 232.760 moveto
(Xlbt_Window) show
403.600 232.760 moveto
(X_New_Window_Attributes) show
76 241.760 moveto
(AllXWindowChangesMask) show
183.640 241.760 moveto
(All_X_Window_Changes_Mask) show
291.280 241.760 moveto
(Xlbt_Window) show
403.600 241.760 moveto
(X_Window_Changes_Mask) show
76 250.760 moveto
(AllocAll) show
183.640 250.760 moveto
(Alloc_All) show
291.280 250.760 moveto
(Xlbt_Color) show
403.600 250.760 moveto
(literal X_Colormap_Alloc) show
76 259.760 moveto
(AllocColor) show
183.640 259.760 moveto
(Alloc_Color) show
291.280 259.760 moveto
(Xlbt_Request) show
403.600 259.760 moveto
(constant X_Request_Code) show
76 268.760 moveto
(AllocColorCells) show
183.640 268.760 moveto
(Alloc_Color_Cells) show
291.280 268.760 moveto
(Xlbt_Request) show
403.600 268.760 moveto
(constant X_Request_Code) show
76 277.760 moveto
(AllocColorPlanes) show
183.640 277.760 moveto
(Alloc_Color_Planes) show
291.280 277.760 moveto
(Xlbt_Request) show
403.600 277.760 moveto
(constant X_Request_Code) show
76 286.760 moveto
(AllocNamedColor) show
183.640 286.760 moveto
(Alloc_Named_Color) show
291.280 286.760 moveto
(Xlbt_Request) show
403.600 286.760 moveto
(constant X_Request_Code) show
76 295.760 moveto
(AllocNone) show
183.640 295.760 moveto
(Alloc_None) show
291.280 295.760 moveto
(Xlbt_Color) show
403.600 295.760 moveto
(literal X_Colormap_Alloc) show
76 304.760 moveto
(AllowEvents) show
183.640 304.760 moveto
(Allow_Events) show
291.280 304.760 moveto
(Xlbt_Request) show
403.600 304.760 moveto
(constant X_Request_Code) show
76 313.760 moveto
(AllowExposures) show
183.640 313.760 moveto
(Allow_Exposures) show
291.280 313.760 moveto
(Xlbt_Screen_Saver) show
403.600 313.760 moveto
(literal X_Screen_Saver_Exposures) show
76 322.760 moveto
(AlreadyGrabbed) show
183.640 322.760 moveto
(Already_Grabbed) show
291.280 322.760 moveto
(Xlbt_Grab) show
403.600 322.760 moveto
(literal X_Grab_Status) show
76 331.760 moveto
(Always) show
183.640 331.760 moveto
(Always) show
291.280 331.760 moveto
(Xlbt_Window) show
403.600 331.760 moveto
(constant X_Backing_Store_Hint) show
76 340.760 moveto
(AnyButton) show
183.640 340.760 moveto
(Any_Button) show
291.280 340.760 moveto
(Xlbt_Pointer) show
403.600 340.760 moveto
(literal X_Button_Name) show
76 349.760 moveto
(AnyKey) show
183.640 349.760 moveto
(Any_Key) show
291.280 349.760 moveto
(Xlbt_Key) show
403.600 349.760 moveto
(X_Key_Code) show
76 358.760 moveto
(AnyModifier) show
183.640 358.760 moveto
(Any_Modifier) show
291.280 358.760 moveto
(Xlbt_Key) show
403.600 358.760 moveto
(constant X_Key_Button_Mask_Index) show
76 367.760 moveto
(AnyPropertyType) show
183.640 367.760 moveto
(Any_Property_Type) show
291.280 367.760 moveto
(Xlbt_Basic) show
403.600 367.760 moveto
(X_Atom) show
76 376.760 moveto
(ArcChord) show
183.640 376.760 moveto
(Arc_Chord) show
291.280 376.760 moveto
(Xlbt_Gc) show
403.600 376.760 moveto
(constant X_Arc_Mode) show
76 385.760 moveto
(ArcPieSlice) show
183.640 385.760 moveto
(Arc_Pie_Slice) show
291.280 385.760 moveto
(Xlbt_Gc) show
403.600 385.760 moveto
(constant X_Arc_Mode) show
76 394.760 moveto
(AspectRecord) show
183.640 394.760 moveto
(Aspect_Record) show
291.280 394.760 moveto
(Xlbt_Hint3) show
403.600 394.760 moveto
(type record) show
76 403.760 moveto
(AsyncBoth) show
183.640 403.760 moveto
(Async_Both) show
291.280 403.760 moveto
(Xlbt_Grab) show
403.600 403.760 moveto
(literal X_Allow_Event_Mode) show
76 412.760 moveto
(AsyncKeyboard) show
183.640 412.760 moveto
(Async_Keyboard) show
291.280 412.760 moveto
(Xlbt_Grab) show
403.600 412.760 moveto
(literal X_Allow_Event_Mode) show
76 421.760 moveto
(AsyncPointer) show
183.640 421.760 moveto
(Async_Pointer) show
291.280 421.760 moveto
(Xlbt_Grab) show
403.600 421.760 moveto
(literal X_Allow_Event_Mode) show
76 430.760 moveto
(Atom) show
183.640 430.760 moveto
(X_Atom) show
291.280 430.760 moveto
(Xlbt_Basic) show
403.600 430.760 moveto
(subtype X_Atom) show
76 439.760 moveto
(Atom) show
183.640 439.760 moveto
(X_Atom) show
291.280 439.760 moveto
(Xlbt_Basic3) show
403.600 439.760 moveto
(type record) show
76 448.760 moveto
(AutoRepeatModeDefault) show
183.640 448.760 moveto
(Auto_Repeat_Mode_Default) show
291.280 448.760 moveto
(Xlbt_Keyboard) show
403.600 448.760 moveto
(constant X_Auto_Repeat_Mode) show
76 457.760 moveto
(AutoRepeatModeOff) show
183.640 457.760 moveto
(Auto_Repeat_Mode_Off) show
291.280 457.760 moveto
(Xlbt_Keyboard) show
403.600 457.760 moveto
(constant X_Auto_Repeat_Mode) show
76 466.760 moveto
(AutoRepeatModeOn) show
183.640 466.760 moveto
(Auto_Repeat_Mode_On) show
291.280 466.760 moveto
(Xlbt_Keyboard) show
403.600 466.760 moveto
(constant X_Auto_Repeat_Mode) show
76 475.760 moveto
(BITS16) show
183.640 475.760 moveto
(U_Short) show
291.280 475.760 moveto
(Xlbt_Arithmetic) show
403.600 475.760 moveto
(type new) show
403.600 484.760 moveto
(Xlbmt_Numeric_Types.Sixteen_Bits_) show
403.600 493.760 moveto
(Unsigned) show
76 502.760 moveto
(BITS8) show
183.640 502.760 moveto
(U_Char) show
291.280 502.760 moveto
(Xlbt_Arithmetic) show
403.600 502.760 moveto
(type new) show
403.600 511.760 moveto
(Xlbmt_Numeric_Types.Eight_Bits_Unsigned) show
76 520.760 moveto
(BOX) show
183.640 520.760 moveto
(X_Box_Rec) show
291.280 520.760 moveto
(Xlbt_Region2) show
403.600 520.760 moveto
(subtype X_Box_Rec) show
76 529.760 moveto
(BOX) show
183.640 529.760 moveto
(X_Box_Rec) show
291.280 529.760 moveto
(Xlbt_Region3) show
403.600 529.760 moveto
(type record) show
76 538.760 moveto
(BUFSIZE) show
183.640 538.760 moveto
(X_Output_Buffer_Size) show
291.280 538.760 moveto
(Xlbmt_Parameters) show
403.600 538.760 moveto
(constant) show
76 547.760 moveto
(BadAccess) show
183.640 547.760 moveto
(Bad_Access) show
291.280 547.760 moveto
(Xlbt_Error) show
403.600 547.760 moveto
(constant X_Error_Code) show
76 556.760 moveto
(BadAlloc) show
183.640 556.760 moveto
(Bad_Alloc) show
291.280 556.760 moveto
(Xlbt_Error) show
403.600 556.760 moveto
(constant X_Error_Code) show
76 565.760 moveto
(BadAtom) show
183.640 565.760 moveto
(Bad_Atom) show
291.280 565.760 moveto
(Xlbt_Error) show
403.600 565.760 moveto
(constant X_Error_Code) show
76 574.760 moveto
(BadColor) show
183.640 574.760 moveto
(Bad_Color) show
291.280 574.760 moveto
(Xlbt_Error) show
403.600 574.760 moveto
(constant X_Error_Code) show
76 583.760 moveto
(BadCursor) show
183.640 583.760 moveto
(Bad_Cursor) show
291.280 583.760 moveto
(Xlbt_Error) show
403.600 583.760 moveto
(constant X_Error_Code) show
76 592.760 moveto
(BadDrawable) show
183.640 592.760 moveto
(Bad_Drawable) show
291.280 592.760 moveto
(Xlbt_Error) show
403.600 592.760 moveto
(constant X_Error_Code) show
76 601.760 moveto
(BadFont) show
183.640 601.760 moveto
(Bad_Font) show
291.280 601.760 moveto
(Xlbt_Error) show
403.600 601.760 moveto
(constant X_Error_Code) show
76 610.760 moveto
(BadGC) show
183.640 610.760 moveto
(Bad_Gc) show
291.280 610.760 moveto
(Xlbt_Error) show
403.600 610.760 moveto
(constant X_Error_Code) show
76 619.760 moveto
(BadIDChoice) show
183.640 619.760 moveto
(Bad_Id_Choice) show
291.280 619.760 moveto
(Xlbt_Error) show
403.600 619.760 moveto
(constant X_Error_Code) show
76 628.760 moveto
(BadImplementation) show
183.640 628.760 moveto
(Bad_Implementation) show
291.280 628.760 moveto
(Xlbt_Error) show
403.600 628.760 moveto
(constant X_Error_Code) show
76 637.760 moveto
(BadLength) show
183.640 637.760 moveto
(Bad_Length) show
291.280 637.760 moveto
(Xlbt_Error) show
403.600 637.760 moveto
(constant X_Error_Code) show
76 646.760 moveto
(BadMatch) show
183.640 646.760 moveto
(Bad_Match) show
291.280 646.760 moveto
(Xlbt_Error) show
403.600 646.760 moveto
(constant X_Error_Code) show
76 655.760 moveto
(BadName) show
183.640 655.760 moveto
(Bad_Name) show
291.280 655.760 moveto
(Xlbt_Error) show
403.600 655.760 moveto
(constant X_Error_Code) show
76 664.760 moveto
(BadPixmap) show
183.640 664.760 moveto
(Bad_Pixmap) show
291.280 664.760 moveto
(Xlbt_Error) show
403.600 664.760 moveto
(constant X_Error_Code) show
76 673.760 moveto
(BadRequest) show
183.640 673.760 moveto
(Bad_Request) show
291.280 673.760 moveto
(Xlbt_Error) show
403.600 673.760 moveto
(constant X_Error_Code) show
76 682.760 moveto
(BadValue) show
183.640 682.760 moveto
(Bad_Value) show
291.280 682.760 moveto
(Xlbt_Error) show
403.600 682.760 moveto
(constant X_Error_Code) show
76 691.760 moveto
(BadWindow) show
183.640 691.760 moveto
(Bad_Window) show
291.280 691.760 moveto
(Xlbt_Error) show
403.600 691.760 moveto
(constant X_Error_Code) show
76 700.760 moveto
(Bell) show
183.640 700.760 moveto
(Bell) show
291.280 700.760 moveto
(Xlbt_Request) show
403.600 700.760 moveto
(constant X_Request_Code) show
76 709.760 moveto
(Below) show
183.640 709.760 moveto
(Below) show
291.280 709.760 moveto
(Xlbt_Window) show
403.600 709.760 moveto
(constant X_Window_Stacking) show
76 718.760 moveto
(BitmapBitOrder) show
183.640 718.760 moveto
(X_Bitmap_Bit_Order) show
291.280 718.760 moveto
(Xlbp_Display) show
403.600 718.760 moveto
(function return X_Byte_Bit_Order) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(41) show
EndPage
%%Page: 42 42
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(BitmapFileInvalid) show
183.640 108 moveto
(Bitmap_File_Invalid) show
291.280 108 moveto
(Xlbt_Bitmap) show
403.600 108 moveto
(literal X_Bitmap_Returns) show
76 117 moveto
(BitmapImageFailure) show
183.640 117 moveto
(Bitmap_Image_Failure) show
291.280 117 moveto
(Xlbt_Bitmap) show
403.600 117 moveto
(literal X_Bitmap_Returns) show
76 126 moveto
(BitmapNoMemory) show
183.640 126 moveto
(Bitmap_No_Memory) show
291.280 126 moveto
(Xlbt_Bitmap) show
403.600 126 moveto
(literal X_Bitmap_Returns) show
76 135 moveto
(BitmapOpenFailed) show
183.640 135 moveto
(Bitmap_Open_Failed) show
291.280 135 moveto
(Xlbt_Bitmap) show
403.600 135 moveto
(literal X_Bitmap_Returns) show
76 144 moveto
(BitmapPad) show
183.640 144 moveto
(X_Bitmap_Pad) show
291.280 144 moveto
(Xlbp_Display) show
403.600 144 moveto
(function return U_Char) show
76 153 moveto
(BitmapSuccess) show
183.640 153 moveto
(Bitmap_Success) show
291.280 153 moveto
(Xlbt_Bitmap) show
403.600 153 moveto
(literal X_Bitmap_Returns) show
76 162 moveto
(BitmapUnit) show
183.640 162 moveto
(X_Bitmap_Unit) show
291.280 162 moveto
(Xlbp_Display) show
403.600 162 moveto
(function return U_Char) show
76 171 moveto
(BlackPixel) show
183.640 171 moveto
(X_Black_Pixel) show
291.280 171 moveto
(Xlbp_Display) show
403.600 171 moveto
(function return X_Pixel) show
76 180 moveto
(BlackPixelOfScreen) show
183.640 180 moveto
(X_Black_Pixel_Of_Screen) show
291.280 180 moveto
(Xlbp_Display) show
403.600 180 moveto
(function return X_Pixel) show
76 189 moveto
(BottomIf) show
183.640 189 moveto
(Bottom_If) show
291.280 189 moveto
(Xlbt_Window) show
403.600 189 moveto
(constant X_Window_Stacking) show
76 198 moveto
(Button1) show
183.640 198 moveto
(Button_1) show
291.280 198 moveto
(Xlbt_Pointer) show
403.600 198 moveto
(literal X_Button_Name) show
76 207 moveto
(Button1Mask) show
183.640 207 moveto
(Button_1_Mask) show
291.280 207 moveto
(Xlbt_Key) show
403.600 207 moveto
(constant X_Key_Button_Mask_Index) show
76 216 moveto
(Button1MotionMask) show
183.640 216 moveto
(Button_1_Motion_Mask) show
291.280 216 moveto
(Xlbt_Basic) show
403.600 216 moveto
(constant X_Event_Mask_Index) show
76 225 moveto
(Button2) show
183.640 225 moveto
(Button_2) show
291.280 225 moveto
(Xlbt_Pointer) show
403.600 225 moveto
(literal X_Button_Name) show
76 234 moveto
(Button2Mask) show
183.640 234 moveto
(Button_2_Mask) show
291.280 234 moveto
(Xlbt_Key) show
403.600 234 moveto
(constant X_Key_Button_Mask_Index) show
76 243 moveto
(Button2MotionMask) show
183.640 243 moveto
(Button_2_Motion_Mask) show
291.280 243 moveto
(Xlbt_Basic) show
403.600 243 moveto
(constant X_Event_Mask_Index) show
76 252 moveto
(Button3) show
183.640 252 moveto
(Button_3) show
291.280 252 moveto
(Xlbt_Pointer) show
403.600 252 moveto
(literal X_Button_Name) show
76 261 moveto
(Button3Mask) show
183.640 261 moveto
(Button_3_Mask) show
291.280 261 moveto
(Xlbt_Key) show
403.600 261 moveto
(constant X_Key_Button_Mask_Index) show
76 270 moveto
(Button3MotionMask) show
183.640 270 moveto
(Button_3_Motion_Mask) show
291.280 270 moveto
(Xlbt_Basic) show
403.600 270 moveto
(constant X_Event_Mask_Index) show
76 279 moveto
(Button4) show
183.640 279 moveto
(Button_4) show
291.280 279 moveto
(Xlbt_Pointer) show
403.600 279 moveto
(literal X_Button_Name) show
76 288 moveto
(Button4Mask) show
183.640 288 moveto
(Button_4_Mask) show
291.280 288 moveto
(Xlbt_Key) show
403.600 288 moveto
(constant X_Key_Button_Mask_Index) show
76 297 moveto
(Button4MotionMask) show
183.640 297 moveto
(Button_4_Motion_Mask) show
291.280 297 moveto
(Xlbt_Basic) show
403.600 297 moveto
(constant X_Event_Mask_Index) show
76 306 moveto
(Button5) show
183.640 306 moveto
(Button_5) show
291.280 306 moveto
(Xlbt_Pointer) show
403.600 306 moveto
(literal X_Button_Name) show
76 315 moveto
(Button5Mask) show
183.640 315 moveto
(Button_5_Mask) show
291.280 315 moveto
(Xlbt_Key) show
403.600 315 moveto
(constant X_Key_Button_Mask_Index) show
76 324 moveto
(Button5MotionMask) show
183.640 324 moveto
(Button_5_Motion_Mask) show
291.280 324 moveto
(Xlbt_Basic) show
403.600 324 moveto
(constant X_Event_Mask_Index) show
76 333 moveto
(ButtonMotionMask) show
183.640 333 moveto
(Button_Motion_Mask) show
291.280 333 moveto
(Xlbt_Basic) show
403.600 333 moveto
(constant X_Event_Mask_Index) show
76 342 moveto
(ButtonPress) show
183.640 342 moveto
(Button_Press) show
291.280 342 moveto
(Xlbt_Event) show
403.600 342 moveto
(constant X_Event_Code) show
76 351 moveto
(ButtonPressMask) show
183.640 351 moveto
(Button_Press_Mask) show
291.280 351 moveto
(Xlbt_Basic) show
403.600 351 moveto
(constant X_Event_Mask_Index) show
76 360 moveto
(ButtonRelease) show
183.640 360 moveto
(Button_Release) show
291.280 360 moveto
(Xlbt_Event) show
403.600 360 moveto
(constant X_Event_Code) show
76 369 moveto
(ButtonReleaseMask) show
183.640 369 moveto
(Button_Release_Mask) show
291.280 369 moveto
(Xlbt_Basic) show
403.600 369 moveto
(constant X_Event_Mask_Index) show
76 378 moveto
(CURSORFONT) show
183.640 378 moveto
(X_Cursor_Font_Name) show
291.280 378 moveto
(Xlbmt_Parameters) show
403.600 378 moveto
(constant String) show
76 387 moveto
(CWBackPixel) show
183.640 387 moveto
(Cw_Background_Pixel) show
291.280 387 moveto
(Xlbt_Window) show
403.600 387 moveto
(constant X_New_Window_Attributes_Index) show
76 396 moveto
(CWBackPixmap) show
183.640 396 moveto
(Cw_Background_Pixmap) show
291.280 396 moveto
(Xlbt_Window) show
403.600 396 moveto
(constant X_New_Window_Attributes_Index) show
76 405 moveto
(CWBackingPixel) show
183.640 405 moveto
(Cw_Backing_Pixel) show
291.280 405 moveto
(Xlbt_Window) show
403.600 405 moveto
(constant X_New_Window_Attributes_Index) show
76 414 moveto
(CWBackingPlanes) show
183.640 414 moveto
(Cw_Backing_Planes) show
291.280 414 moveto
(Xlbt_Window) show
403.600 414 moveto
(constant X_New_Window_Attributes_Index) show
76 423 moveto
(CWBackingStore) show
183.640 423 moveto
(Cw_Backing_Store) show
291.280 423 moveto
(Xlbt_Window) show
403.600 423 moveto
(constant X_New_Window_Attributes_Index) show
76 432 moveto
(CWBitGravity) show
183.640 432 moveto
(Cw_Bit_Gravity) show
291.280 432 moveto
(Xlbt_Window) show
403.600 432 moveto
(constant X_New_Window_Attributes_Index) show
76 441 moveto
(CWBorderPixel) show
183.640 441 moveto
(Cw_Border_Pixel) show
291.280 441 moveto
(Xlbt_Window) show
403.600 441 moveto
(constant X_New_Window_Attributes_Index) show
76 450 moveto
(CWBorderPixmap) show
183.640 450 moveto
(Cw_Border_Pixmap) show
291.280 450 moveto
(Xlbt_Window) show
403.600 450 moveto
(constant X_New_Window_Attributes_Index) show
76 459 moveto
(CWBorderWidth) show
183.640 459 moveto
(Cw_Border_Width) show
291.280 459 moveto
(Xlbt_Window) show
403.600 459 moveto
(constant X_Window_Changes_Mask_Index) show
76 468 moveto
(CWColormap) show
183.640 468 moveto
(Cw_Colormap) show
291.280 468 moveto
(Xlbt_Window) show
403.600 468 moveto
(constant X_New_Window_Attributes_Index) show
76 477 moveto
(CWCursor) show
183.640 477 moveto
(Cw_Cursor) show
291.280 477 moveto
(Xlbt_Window) show
403.600 477 moveto
(constant X_New_Window_Attributes_Index) show
76 486 moveto
(CWDontPropagate) show
183.640 486 moveto
(Cw_Dont_Propagate) show
291.280 486 moveto
(Xlbt_Window) show
403.600 486 moveto
(constant X_New_Window_Attributes_Index) show
76 495 moveto
(CWEventMask) show
183.640 495 moveto
(Cw_Event_Mask) show
291.280 495 moveto
(Xlbt_Window) show
403.600 495 moveto
(constant X_New_Window_Attributes_Index) show
76 504 moveto
(CWHeight) show
183.640 504 moveto
(Cw_Height) show
291.280 504 moveto
(Xlbt_Window) show
403.600 504 moveto
(constant X_Window_Changes_Mask_Index) show
76 513 moveto
(CWOverrideRedirect) show
183.640 513 moveto
(Cw_Override_Redirect) show
291.280 513 moveto
(Xlbt_Window) show
403.600 513 moveto
(constant X_New_Window_Attributes_Index) show
76 522 moveto
(CWSaveUnder) show
183.640 522 moveto
(Cw_Save_Under) show
291.280 522 moveto
(Xlbt_Window) show
403.600 522 moveto
(constant X_New_Window_Attributes_Index) show
76 531 moveto
(CWSibling) show
183.640 531 moveto
(Cw_Sibling) show
291.280 531 moveto
(Xlbt_Window) show
403.600 531 moveto
(constant X_Window_Changes_Mask_Index) show
76 540 moveto
(CWStackMode) show
183.640 540 moveto
(Cw_Stack_Mode) show
291.280 540 moveto
(Xlbt_Window) show
403.600 540 moveto
(constant X_Window_Changes_Mask_Index) show
76 549 moveto
(CWWidth) show
183.640 549 moveto
(Cw_Width) show
291.280 549 moveto
(Xlbt_Window) show
403.600 549 moveto
(constant X_Window_Changes_Mask_Index) show
76 558 moveto
(CWWinGravity) show
183.640 558 moveto
(Cw_Win_Gravity) show
291.280 558 moveto
(Xlbt_Window) show
403.600 558 moveto
(constant X_New_Window_Attributes_Index) show
76 567 moveto
(CWX) show
183.640 567 moveto
(Cw_X) show
291.280 567 moveto
(Xlbt_Window) show
403.600 567 moveto
(constant X_Window_Changes_Mask_Index) show
76 576 moveto
(CWY) show
183.640 576 moveto
(Cw_Y) show
291.280 576 moveto
(Xlbt_Window) show
403.600 576 moveto
(constant X_Window_Changes_Mask_Index) show
76 585 moveto
(CapButt) show
183.640 585 moveto
(Cap_Butt) show
291.280 585 moveto
(Xlbt_Gc) show
403.600 585 moveto
(constant X_Cap_Style) show
76 594 moveto
(CapNotLast) show
183.640 594 moveto
(Cap_Not_Last) show
291.280 594 moveto
(Xlbt_Gc) show
403.600 594 moveto
(constant X_Cap_Style) show
76 603 moveto
(CapProjecting) show
183.640 603 moveto
(Cap_Projecting) show
291.280 603 moveto
(Xlbt_Gc) show
403.600 603 moveto
(constant X_Cap_Style) show
76 612 moveto
(CapRound) show
183.640 612 moveto
(Cap_Round) show
291.280 612 moveto
(Xlbt_Gc) show
403.600 612 moveto
(constant X_Cap_Style) show
76 621 moveto
(Cardinality) show
183.640 621 moveto
(Cardinality) show
291.280 621 moveto
(Xlbip_String_Map_Generic) show
403.600 621 moveto
(function return S_Natural) show
76 630 moveto
(CellsOfScreen) show
183.640 630 moveto
(X_Cells_Of_Screen) show
291.280 630 moveto
(Xlbp_Display) show
403.600 630 moveto
(function return U_Short) show
76 639 moveto
(CenterBitGravity) show
183.640 639 moveto
(Center_Bit_Gravity) show
291.280 639 moveto
(Xlbt_Window) show
403.600 639 moveto
(constant X_Bit_Gravity) show
76 648 moveto
(CenterGravity) show
183.640 648 moveto
(Center_Gravity) show
291.280 648 moveto
(Xlbit_Hint3) show
403.600 648 moveto
(literal X_Size_Hints_Gravity) show
76 657 moveto
(CenterGravity) show
183.640 657 moveto
(Center_Gravity) show
291.280 657 moveto
(Xlbt_Window) show
403.600 657 moveto
(constant X_Window_Gravity) show
76 666 moveto
(ChangeActivePointerGrab) show
183.640 666 moveto
(Change_Active_Pointer_Grab) show
291.280 666 moveto
(Xlbt_Request) show
403.600 666 moveto
(constant X_Request_Code) show
76 675 moveto
(ChangeGC) show
183.640 675 moveto
(Change_Gc) show
291.280 675 moveto
(Xlbt_Request) show
403.600 675 moveto
(constant X_Request_Code) show
76 684 moveto
(ChangeHosts) show
183.640 684 moveto
(Change_Hosts) show
291.280 684 moveto
(Xlbt_Request) show
403.600 684 moveto
(constant X_Request_Code) show
76 693 moveto
(ChangeKeyboardControl) show
183.640 693 moveto
(Change_Keyboard_Control) show
291.280 693 moveto
(Xlbt_Request) show
403.600 693 moveto
(constant X_Request_Code) show
76 702 moveto
(ChangeKeyboardMapping) show
183.640 702 moveto
(Change_Keyboard_Mapping) show
291.280 702 moveto
(Xlbt_Request) show
403.600 702 moveto
(constant X_Request_Code) show
76 711 moveto
(ChangePointerControl) show
183.640 711 moveto
(Change_Pointer_Control) show
291.280 711 moveto
(Xlbt_Request) show
403.600 711 moveto
(constant X_Request_Code) show
76 720 moveto
(ChangeProperty) show
183.640 720 moveto
(Change_Property) show
291.280 720 moveto
(Xlbt_Request) show
403.600 720 moveto
(constant X_Request_Code) show
72 756 moveto
10 /Times-Roman SelectFont
(42) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 43 43
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(ChangeSaveSet) show
183.640 108 moveto
(Change_Save_Set) show
291.280 108 moveto
(Xlbt_Request) show
403.600 108 moveto
(constant X_Request_Code) show
76 117 moveto
(ChangeWindowAttributes) show
183.640 117 moveto
(Change_Window_Attributes) show
291.280 117 moveto
(Xlbt_Request) show
403.600 117 moveto
(constant X_Request_Code) show
76 126 moveto
(CirculateNotify) show
183.640 126 moveto
(Circulate_Notify) show
291.280 126 moveto
(Xlbt_Event) show
403.600 126 moveto
(constant X_Event_Code) show
76 135 moveto
(CirculateRequest) show
183.640 135 moveto
(Circulate_Request) show
291.280 135 moveto
(Xlbt_Event) show
403.600 135 moveto
(constant X_Event_Code) show
76 144 moveto
(CirculateWindow) show
183.640 144 moveto
(Circulate_Window) show
291.280 144 moveto
(Xlbt_Request) show
403.600 144 moveto
(constant X_Request_Code) show
76 153 moveto
(ClearArea) show
183.640 153 moveto
(Clear_Area) show
291.280 153 moveto
(Xlbt_Request) show
403.600 153 moveto
(constant X_Request_Code) show
76 162 moveto
(ClientMessage) show
183.640 162 moveto
(Client_Message) show
291.280 162 moveto
(Xlbt_Event) show
403.600 162 moveto
(constant X_Event_Code) show
76 171 moveto
(ClipByChildren) show
183.640 171 moveto
(Clip_By_Children) show
291.280 171 moveto
(Xlbt_Gc) show
403.600 171 moveto
(constant X_Subwindow_Mode) show
76 180 moveto
(CloseFont) show
183.640 180 moveto
(Close_Font) show
291.280 180 moveto
(Xlbt_Request) show
403.600 180 moveto
(constant X_Request_Code) show
76 189 moveto
(Colormap) show
183.640 189 moveto
(X_Colormap) show
291.280 189 moveto
(Xlbt_Basic) show
403.600 189 moveto
(subtype X_Colormap) show
76 198 moveto
(Colormap) show
183.640 198 moveto
(X_Colormap) show
291.280 198 moveto
(Xlbt_Basic3) show
403.600 198 moveto
(type record) show
76 207 moveto
(ColormapChangeMask) show
183.640 207 moveto
(Colormap_Change_Mask) show
291.280 207 moveto
(Xlbt_Basic) show
403.600 207 moveto
(constant X_Event_Mask_Index) show
76 216 moveto
(ColormapInstalled) show
183.640 216 moveto
(Colormap_Installed) show
291.280 216 moveto
(Xlbt_Event2) show
403.600 216 moveto
(constant X_Colormap_State) show
76 225 moveto
(ColormapInstalled) show
183.640 225 moveto
(Colormap_Installed) show
291.280 225 moveto
(Xlbt_Event3) show
403.600 225 moveto
(literal X_Colormap_State) show
76 234 moveto
(ColormapNotify) show
183.640 234 moveto
(Colormap_Notify) show
291.280 234 moveto
(Xlbt_Event) show
403.600 234 moveto
(constant X_Event_Code) show
76 243 moveto
(ColormapUninstalled) show
183.640 243 moveto
(Colormap_Uninstalled) show
291.280 243 moveto
(Xlbt_Event2) show
403.600 243 moveto
(constant X_Colormap_State) show
76 252 moveto
(ColormapUninstalled) show
183.640 252 moveto
(Colormap_Uninstalled) show
291.280 252 moveto
(Xlbt_Event3) show
403.600 252 moveto
(literal X_Colormap_State) show
76 261 moveto
(Complex) show
183.640 261 moveto
(Complex) show
291.280 261 moveto
(Xlbt_Graphics) show
403.600 261 moveto
(constant X_Polygon_Shape) show
76 270 moveto
(ConfigureNotify) show
183.640 270 moveto
(Configure_Notify) show
291.280 270 moveto
(Xlbt_Event) show
403.600 270 moveto
(constant X_Event_Code) show
76 279 moveto
(ConfigureRequest) show
183.640 279 moveto
(Configure_Request) show
291.280 279 moveto
(Xlbt_Event) show
403.600 279 moveto
(constant X_Event_Code) show
76 288 moveto
(ConfigureWindow) show
183.640 288 moveto
(Configure_Window) show
291.280 288 moveto
(Xlbt_Request) show
403.600 288 moveto
(constant X_Request_Code) show
76 297 moveto
(ConnectDisplay) show
183.640 297 moveto
(Internal_X_Connect_Display) show
291.280 297 moveto
(Xlbmp_Internal) show
403.600 297 moveto
(procedure) show
76 306 moveto
(ConnectionNumber) show
183.640 306 moveto
(X_Connection_Number) show
291.280 306 moveto
(Xlbp_Display) show
403.600 306 moveto
(function return X_Network_Connection) show
76 315 moveto
(ControlMapIndex) show
183.640 315 moveto
(Control_Map_Index) show
291.280 315 moveto
(Xlbt_Key) show
403.600 315 moveto
(constant X_Key_Modifier) show
76 324 moveto
(ControlMask) show
183.640 324 moveto
(Control_Mask) show
291.280 324 moveto
(Xlbt_Key) show
403.600 324 moveto
(constant X_Key_Button_Mask_Index) show
76 333 moveto
(Convert2dArrayToRaw) show
183.640 333 moveto
(Convert_2d_Array_To_Raw) show
291.280 333 moveto
(Xlbmp_Generic_Converters) show
403.600 333 moveto
(generic procedure) show
76 342 moveto
(ConvertArrayToRaw) show
183.640 342 moveto
(Convert_Array_To_Raw) show
291.280 342 moveto
(Xlbmp_Generic_Converters) show
403.600 342 moveto
(generic procedure) show
76 351 moveto
(ConvertDiscreteToRaw) show
183.640 351 moveto
(Convert_Discrete_To_Raw) show
291.280 351 moveto
(Xlbmp_Generic_Converters) show
403.600 351 moveto
(generic procedure) show
76 360 moveto
(ConvertPrivateToRaw) show
183.640 360 moveto
(Convert_Private_To_Raw) show
291.280 360 moveto
(Xlbmp_Generic_Converters) show
403.600 360 moveto
(generic procedure) show
76 369 moveto
(ConvertRawTo2dArray) show
183.640 369 moveto
(Convert_Raw_To_2d_Array) show
291.280 369 moveto
(Xlbmp_Generic_Converters) show
403.600 369 moveto
(generic procedure) show
76 378 moveto
(ConvertRawToArray) show
183.640 378 moveto
(Convert_Raw_To_Array) show
291.280 378 moveto
(Xlbmp_Generic_Converters) show
403.600 378 moveto
(generic procedure) show
76 387 moveto
(ConvertRawToDiscrete) show
183.640 387 moveto
(Convert_Raw_To_Discrete) show
291.280 387 moveto
(Xlbmp_Generic_Converters) show
403.600 387 moveto
(generic procedure) show
76 396 moveto
(ConvertRawToPrivate) show
183.640 396 moveto
(Convert_Raw_To_Private) show
291.280 396 moveto
(Xlbmp_Generic_Converters) show
403.600 396 moveto
(generic procedure) show
76 405 moveto
(ConvertSelection) show
183.640 405 moveto
(Convert_Selection) show
291.280 405 moveto
(Xlbt_Request) show
403.600 405 moveto
(constant X_Request_Code) show
76 414 moveto
(Convex) show
183.640 414 moveto
(Convex) show
291.280 414 moveto
(Xlbt_Graphics) show
403.600 414 moveto
(constant X_Polygon_Shape) show
76 423 moveto
(CoordModeOrigin) show
183.640 423 moveto
(Coord_Mode_Origin) show
291.280 423 moveto
(Xlbt_Graphics) show
403.600 423 moveto
(constant X_Coordinate_Mode) show
76 432 moveto
(CoordModePrevious) show
183.640 432 moveto
(Coord_Mode_Previous) show
291.280 432 moveto
(Xlbt_Graphics) show
403.600 432 moveto
(constant X_Coordinate_Mode) show
76 441 moveto
(CopyArea) show
183.640 441 moveto
(Copy_Area) show
291.280 441 moveto
(Xlbt_Request) show
403.600 441 moveto
(constant X_Request_Code) show
76 450 moveto
(CopyColormapAndFree) show
183.640 450 moveto
(Copy_Colormap_And_Free) show
291.280 450 moveto
(Xlbt_Request) show
403.600 450 moveto
(constant X_Request_Code) show
76 459 moveto
(CopyFromParent) show
183.640 459 moveto
(Copy_From_Parent) show
291.280 459 moveto
(Xlbt_Window) show
403.600 459 moveto
(constant X_Window_Class) show
76 468 moveto
(CopyFromParentColormap) show
183.640 468 moveto
(Copy_From_Parent_Colormap) show
291.280 468 moveto
(Xlbt_Basic) show
403.600 468 moveto
(X_Colormap) show
76 477 moveto
(CopyFromParentPixmap) show
183.640 477 moveto
(Copy_From_Parent_Pixmap) show
291.280 477 moveto
(Xlbt_Basic) show
403.600 477 moveto
(X_Pixmap) show
76 486 moveto
(CopyFromParentVisual) show
183.640 486 moveto
(Copy_From_Parent_Visual) show
291.280 486 moveto
(Xlbt_Visual) show
403.600 486 moveto
(X_Visual) show
76 495 moveto
(CopyFromParentVisualId) show
183.640 495 moveto
(Copy_From_Parent_Visual_Id) show
291.280 495 moveto
(Xlbt_Basic) show
403.600 495 moveto
(X_Visual_Id) show
76 504 moveto
(CopyGC) show
183.640 504 moveto
(Copy_Gc) show
291.280 504 moveto
(Xlbt_Request) show
403.600 504 moveto
(constant X_Request_Code) show
76 513 moveto
(CopyGC) show
183.640 513 moveto
(Copy_Gc) show
291.280 513 moveto
(Xlbt_Request3) show
403.600 513 moveto
(literal X_Request_Code) show
76 522 moveto
(CopyPlane) show
183.640 522 moveto
(Copy_Plane) show
291.280 522 moveto
(Xlbt_Request) show
403.600 522 moveto
(constant X_Request_Code) show
76 531 moveto
(CreateColormap) show
183.640 531 moveto
(Create_Colormap) show
291.280 531 moveto
(Xlbt_Request) show
403.600 531 moveto
(constant X_Request_Code) show
76 540 moveto
(CreateCursor) show
183.640 540 moveto
(Create_Cursor) show
291.280 540 moveto
(Xlbt_Request) show
403.600 540 moveto
(constant X_Request_Code) show
76 549 moveto
(CreateGC) show
183.640 549 moveto
(Create_Gc) show
291.280 549 moveto
(Xlbt_Request) show
403.600 549 moveto
(constant X_Request_Code) show
76 558 moveto
(CreateGlyphCursor) show
183.640 558 moveto
(Create_Glyph_Cursor) show
291.280 558 moveto
(Xlbt_Request) show
403.600 558 moveto
(constant X_Request_Code) show
76 567 moveto
(CreateNotify) show
183.640 567 moveto
(Create_Notify) show
291.280 567 moveto
(Xlbt_Event) show
403.600 567 moveto
(constant X_Event_Code) show
76 576 moveto
(CreatePixmap) show
183.640 576 moveto
(Create_Pixmap) show
291.280 576 moveto
(Xlbt_Request) show
403.600 576 moveto
(constant X_Request_Code) show
76 585 moveto
(CreateWindow) show
183.640 585 moveto
(Create_Window) show
291.280 585 moveto
(Xlbt_Request) show
403.600 585 moveto
(constant X_Request_Code) show
76 594 moveto
(CurrentTime) show
183.640 594 moveto
(Current_Time) show
291.280 594 moveto
(Xlbt_Basic) show
403.600 594 moveto
(X_Time) show
76 603 moveto
(Cursor) show
183.640 603 moveto
(X_Cursor) show
291.280 603 moveto
(Xlbt_Basic) show
403.600 603 moveto
(subtype X_Cursor) show
76 612 moveto
(Cursor) show
183.640 612 moveto
(X_Cursor) show
291.280 612 moveto
(Xlbt_Basic3) show
403.600 612 moveto
(type record) show
76 621 moveto
(CursorShape) show
183.640 621 moveto
(Cursor_Shape) show
291.280 621 moveto
(Xlbt_Gc) show
403.600 621 moveto
(constant X_Best_Size_Class) show
76 630 moveto
(CwBackPixel) show
183.640 630 moveto
(Cw_Back_Pixel) show
291.280 630 moveto
(Xlbt_Window) show
403.600 630 moveto
(constant X_New_Window_Attributes_Index) show
76 639 moveto
(CwBackPixmap) show
183.640 639 moveto
(Cw_Back_Pixmap) show
291.280 639 moveto
(Xlbt_Window) show
403.600 639 moveto
(constant X_New_Window_Attributes_Index) show
76 648 moveto
(DefaultBlanking) show
183.640 648 moveto
(Default_Blanking) show
291.280 648 moveto
(Xlbt_Screen_Saver) show
403.600 648 moveto
(literal X_Screen_Saver_Blanking) show
76 657 moveto
(DefaultColormap) show
183.640 657 moveto
(X_Default_Colormap) show
291.280 657 moveto
(Xlbp_Display) show
403.600 657 moveto
(function return X_Colormap) show
76 666 moveto
(DefaultColormapOfScreen) show
183.640 666 moveto
(X_Default_Colormap_Of_Screen) show
291.280 666 moveto
(Xlbp_Display) show
403.600 666 moveto
(function return X_Colormap) show
76 675 moveto
(DefaultDepth) show
183.640 675 moveto
(X_Default_Depth) show
291.280 675 moveto
(Xlbp_Display) show
403.600 675 moveto
(function return U_Char) show
76 684 moveto
(DefaultDepthOfScreen) show
183.640 684 moveto
(X_Default_Depth_Of_Screen) show
291.280 684 moveto
(Xlbp_Display) show
403.600 684 moveto
(function return U_Char) show
76 693 moveto
(DefaultExposures) show
183.640 693 moveto
(Default_Exposures) show
291.280 693 moveto
(Xlbt_Screen_Saver) show
403.600 693 moveto
(literal X_Screen_Saver_Exposures) show
76 702 moveto
(DefaultRootWindow) show
183.640 702 moveto
(X_Default_Root_Window) show
291.280 702 moveto
(Xlbp_Display) show
403.600 702 moveto
(function return X_Window) show
76 711 moveto
(DefaultScreen) show
183.640 711 moveto
(X_Default_Screen) show
291.280 711 moveto
(Xlbp_Display) show
403.600 711 moveto
(function return X_Screen_Number) show
76 720 moveto
(DefaultScreenOfDisplay) show
183.640 720 moveto
(X_Default_Screen_Of_Display) show
291.280 720 moveto
(Xlbp_Display) show
403.600 720 moveto
(function return X_Screen) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(43) show
EndPage
%%Page: 44 44
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(DefaultVisual) show
183.640 108 moveto
(X_Default_Visual) show
291.280 108 moveto
(Xlbp_Display) show
403.600 108 moveto
(function return X_Visual) show
76 117 moveto
(DefaultVisualOfScreen) show
183.640 117 moveto
(X_Default_Visual_Of_Screen) show
291.280 117 moveto
(Xlbp_Display) show
403.600 117 moveto
(function return X_Visual) show
76 126 moveto
(DefaultXErrorFunction) show
183.640 126 moveto
(Default_X_Error_Function) show
291.280 126 moveto
(Xlbip_Default_Proc_Vars) show
403.600 126 moveto
(procedure) show
76 135 moveto
(DefaultXIoErrorFunction) show
183.640 135 moveto
(Default_X_Io_Error_Function) show
291.280 135 moveto
(Xlbip_Default_Proc_Vars) show
403.600 135 moveto
(procedure) show
76 144 moveto
(DefaultXrmConverterError) show
183.640 144 moveto
(Default_X_Rm_Converter_Error) show
291.280 144 moveto
(Xlbip_Default_Proc_Vars) show
403.600 144 moveto
(procedure) show
76 153 moveto
(DefaultXrmNoConverterError) show
183.640 153 moveto
(Default_X_Rm_No_Converter_) show
183.640 162 moveto
(Error) show
291.280 153 moveto
(Xlbip_Default_Proc_Vars) show
403.600 153 moveto
(procedure) show
76 171 moveto
(Delete) show
183.640 171 moveto
(Delete) show
291.280 171 moveto
(Xlbip_String_Map_Generic) show
403.600 171 moveto
(procedure) show
76 180 moveto
(DeleteProperty) show
183.640 180 moveto
(Delete_Property) show
291.280 180 moveto
(Xlbt_Request) show
403.600 180 moveto
(constant X_Request_Code) show
76 189 moveto
(Depth) show
183.640 189 moveto
(X_Depth) show
291.280 189 moveto
(Xlbt_Display2) show
403.600 189 moveto
(subtype X_Depth) show
76 198 moveto
(Depth) show
183.640 198 moveto
(X_Depth) show
291.280 198 moveto
(Xlbt_Display3) show
403.600 198 moveto
(type access X_Depth_Rec) show
76 207 moveto
(DestroyAll) show
183.640 207 moveto
(Destroy_All) show
291.280 207 moveto
(Xlbt_Host) show
403.600 207 moveto
(constant X_Close_Down_Mode) show
76 216 moveto
(DestroyNotify) show
183.640 216 moveto
(Destroy_Notify) show
291.280 216 moveto
(Xlbt_Event) show
403.600 216 moveto
(constant X_Event_Code) show
76 225 moveto
(DestroySubwindows) show
183.640 225 moveto
(Destroy_Subwindows) show
291.280 225 moveto
(Xlbt_Request) show
403.600 225 moveto
(constant X_Request_Code) show
76 234 moveto
(DestroyWindow) show
183.640 234 moveto
(Destroy_Window) show
291.280 234 moveto
(Xlbt_Request) show
403.600 234 moveto
(constant X_Request_Code) show
76 243 moveto
(Dims) show
183.640 243 moveto
(X_Rm_Dims) show
291.280 243 moveto
(Xlbt_Rm) show
403.600 243 moveto
(subtype X_Rm_Dims) show
76 252 moveto
(Dims) show
183.640 252 moveto
(X_Rm_Dims) show
291.280 252 moveto
(Xlbt_Rm3) show
403.600 252 moveto
(type record) show
76 261 moveto
(DirectColor) show
183.640 261 moveto
(Direct_Color) show
291.280 261 moveto
(Xlbt_Visual) show
403.600 261 moveto
(constant X_Display_Class) show
76 270 moveto
(DisableAccess) show
183.640 270 moveto
(Disable_Access) show
291.280 270 moveto
(Xlbt_Host) show
403.600 270 moveto
(constant X_Change_Access) show
76 279 moveto
(DisableScreenInterval) show
183.640 279 moveto
(Disable_Screen_Interval) show
291.280 279 moveto
(Xlbp_Screen_Saver) show
403.600 279 moveto
(constant U_Short) show
76 288 moveto
(DisableScreenSaver) show
183.640 288 moveto
(Disable_Screen_Saver) show
291.280 288 moveto
(Xlbp_Screen_Saver) show
403.600 288 moveto
(constant U_Short) show
76 297 moveto
(DisconnectDisplay) show
183.640 297 moveto
(Internal_X_Disconnect_Display) show
291.280 297 moveto
(Xlbmp_Internal) show
403.600 297 moveto
(procedure) show
76 306 moveto
(Display) show
183.640 306 moveto
(X_Display) show
291.280 306 moveto
(Xlbt_Basic) show
403.600 306 moveto
(subtype X_Display) show
76 315 moveto
(Display) show
183.640 315 moveto
(X_Display) show
291.280 315 moveto
(Xlbt_Display3) show
403.600 315 moveto
(type access X_Display_Rec) show
76 324 moveto
(DisplayCells) show
183.640 324 moveto
(X_Display_Cells) show
291.280 324 moveto
(Xlbp_Display) show
403.600 324 moveto
(function return U_Short) show
76 333 moveto
(DisplayHeight) show
183.640 333 moveto
(X_Display_Height) show
291.280 333 moveto
(Xlbp_Display) show
403.600 333 moveto
(function return U_Short) show
76 342 moveto
(DisplayHeightMM) show
183.640 342 moveto
(X_Display_Height_Mm) show
291.280 342 moveto
(Xlbp_Display) show
403.600 342 moveto
(function return U_Short) show
76 351 moveto
(DisplayOfScreen) show
183.640 351 moveto
(X_Display_Of_Screen) show
291.280 351 moveto
(Xlbp_Display) show
403.600 351 moveto
(function return X_Display) show
76 360 moveto
(DisplayPlanes) show
183.640 360 moveto
(X_Display_Planes) show
291.280 360 moveto
(Xlbp_Display) show
403.600 360 moveto
(function return U_Char) show
76 369 moveto
(DisplayString) show
183.640 369 moveto
(X_Display_String) show
291.280 369 moveto
(Xlbp_Display) show
403.600 369 moveto
(function return X_String) show
76 378 moveto
(DisplayWidth) show
183.640 378 moveto
(X_Display_Width) show
291.280 378 moveto
(Xlbp_Display) show
403.600 378 moveto
(function return U_Short) show
76 387 moveto
(DisplayWidthMM) show
183.640 387 moveto
(X_Display_Width_Mm) show
291.280 387 moveto
(Xlbp_Display) show
403.600 387 moveto
(function return U_Short) show
76 396 moveto
(DoBlue) show
183.640 396 moveto
(Do_Blue) show
291.280 396 moveto
(Xlbt_Color) show
403.600 396 moveto
(literal X_Color_Flags_Index) show
76 405 moveto
(DoGreen) show
183.640 405 moveto
(Do_Green) show
291.280 405 moveto
(Xlbt_Color) show
403.600 405 moveto
(literal X_Color_Flags_Index) show
76 414 moveto
(DoRed) show
183.640 414 moveto
(Do_Red) show
291.280 414 moveto
(Xlbt_Color) show
403.600 414 moveto
(literal X_Color_Flags_Index) show
76 423 moveto
(DoesBackingStore) show
183.640 423 moveto
(X_Does_Backing_Store) show
291.280 423 moveto
(Xlbp_Display) show
403.600 423 moveto
(function return X_Backing_Store_Hint) show
76 432 moveto
(DoesSaveUnders) show
183.640 432 moveto
(X_Does_Save_Unders) show
291.280 432 moveto
(Xlbp_Display) show
403.600 432 moveto
(function return Boolean) show
76 441 moveto
(Done) show
183.640 441 moveto
(Done) show
291.280 441 moveto
(Xlbip_String_Map_Generic) show
403.600 441 moveto
(function return Boolean) show
76 450 moveto
(DontAllowExposures) show
183.640 450 moveto
(Dont_Allow_Exposures) show
291.280 450 moveto
(Xlbt_Screen_Saver) show
403.600 450 moveto
(literal X_Screen_Saver_Exposures) show
76 459 moveto
(DontPreferBlanking) show
183.640 459 moveto
(Dont_Prefer_Blanking) show
291.280 459 moveto
(Xlbt_Screen_Saver) show
403.600 459 moveto
(literal X_Screen_Saver_Blanking) show
76 468 moveto
(Drawable) show
183.640 468 moveto
(X_Drawable) show
291.280 468 moveto
(Xlbt_Basic) show
403.600 468 moveto
(subtype X_Drawable) show
76 477 moveto
(Drawable) show
183.640 477 moveto
(X_Drawable) show
291.280 477 moveto
(Xlbt_Basic3) show
403.600 477 moveto
(type record) show
76 486 moveto
(DuplicateEntry) show
183.640 486 moveto
(Duplicate_Entry) show
291.280 486 moveto
(Xlbip_String_Map_Generic) show
403.600 486 moveto
(exception) show
76 495 moveto
(EMPTY_REGION) show
183.640 495 moveto
(X_Empty_Region) show
291.280 495 moveto
(Xlbp_Region) show
403.600 495 moveto
(function return Boolean) show
76 504 moveto
(EastGravity) show
183.640 504 moveto
(East_Bit_Gravity) show
291.280 504 moveto
(Xlbt_Window) show
403.600 504 moveto
(constant X_Bit_Gravity) show
76 513 moveto
(EastGravity) show
183.640 513 moveto
(East_Gravity) show
291.280 513 moveto
(Xlbit_Hint3) show
403.600 513 moveto
(literal X_Size_Hints_Gravity) show
76 522 moveto
(EastGravity) show
183.640 522 moveto
(East_Gravity) show
291.280 522 moveto
(Xlbt_Window) show
403.600 522 moveto
(constant X_Window_Gravity) show
76 531 moveto
(EightBitsSigned) show
183.640 531 moveto
(Eight_Bits_Signed) show
291.280 531 moveto
(Xlbmt_Numeric_Types) show
403.600 531 moveto
(type range) show
76 540 moveto
(EightBitsUnsigned) show
183.640 540 moveto
(Eight_Bits_Unsigned) show
291.280 540 moveto
(Xlbmt_Numeric_Types) show
403.600 540 moveto
(type range) show
76 549 moveto
(EnableAccess) show
183.640 549 moveto
(Enable_Access) show
291.280 549 moveto
(Xlbt_Host) show
403.600 549 moveto
(constant X_Change_Access) show
76 558 moveto
(EnterLeaveFocus) show
183.640 558 moveto
(Enter_Leave_Focus) show
291.280 558 moveto
(Xlbt_Event2) show
403.600 558 moveto
(constant X_Enter_Leave_Flags_Index) show
76 567 moveto
(EnterLeaveFocus) show
183.640 567 moveto
(Enter_Leave_Focus) show
291.280 567 moveto
(Xlbt_Event3) show
403.600 567 moveto
(literal X_Enter_Leave_Flags_Index) show
76 576 moveto
(EnterLeaveSameScreen) show
183.640 576 moveto
(Enter_Leave_Same_Screen) show
291.280 576 moveto
(Xlbt_Event2) show
403.600 576 moveto
(constant X_Enter_Leave_Flags_Index) show
76 585 moveto
(EnterLeaveSameScreen) show
183.640 585 moveto
(Enter_Leave_Same_Screen) show
291.280 585 moveto
(Xlbt_Event3) show
403.600 585 moveto
(literal X_Enter_Leave_Flags_Index) show
76 594 moveto
(EnterNotify) show
183.640 594 moveto
(Enter_Notify) show
291.280 594 moveto
(Xlbt_Event) show
403.600 594 moveto
(constant X_Event_Code) show
76 603 moveto
(EnterWindowMask) show
183.640 603 moveto
(Enter_Window_Mask) show
291.280 603 moveto
(Xlbt_Basic) show
403.600 603 moveto
(constant X_Event_Mask_Index) show
76 612 moveto
(Err) show
183.640 612 moveto
(Err) show
291.280 612 moveto
(Xlbt_Basic) show
403.600 612 moveto
(function return X_String) show
76 621 moveto
(Err) show
183.640 621 moveto
(Err) show
291.280 621 moveto
(Xlbt_Basic) show
403.600 621 moveto
(procedure) show
76 630 moveto
(Err) show
183.640 630 moveto
(Err) show
291.280 630 moveto
(Xlbt_Display3) show
403.600 630 moveto
(function return X_String) show
76 639 moveto
(Err) show
183.640 639 moveto
(Err) show
291.280 639 moveto
(Xlbt_Display3) show
403.600 639 moveto
(procedure) show
76 648 moveto
(EvenOddRule) show
183.640 648 moveto
(Even_Odd_Rule) show
291.280 648 moveto
(Xlbt_Gc) show
403.600 648 moveto
(constant X_Fill_Rule) show
76 657 moveto
(EventMask) show
183.640 657 moveto
(X_Event_Mask) show
291.280 657 moveto
(Xlbt_Basic) show
403.600 657 moveto
(subtype X_Event_Mask) show
76 666 moveto
(EventMask) show
183.640 666 moveto
(X_Event_Mask) show
291.280 666 moveto
(Xlbt_Basic3) show
403.600 666 moveto
(type new X_Event_Mask_Array) show
76 675 moveto
(EventMaskOfScreen) show
183.640 675 moveto
(X_Event_Mask_Of_Screen) show
291.280 675 moveto
(Xlbp_Display) show
403.600 675 moveto
(function return X_Event_Mask) show
76 684 moveto
(ExposureMask) show
183.640 684 moveto
(Exposure_Mask) show
291.280 684 moveto
(Xlbt_Basic) show
403.600 684 moveto
(constant X_Event_Mask_Index) show
76 693 moveto
(Failed) show
183.640 693 moveto
(Failed) show
291.280 693 moveto
(Xlbt_Basic) show
403.600 693 moveto
(constant X_Status) show
76 702 moveto
(False) show
183.640 702 moveto
(False) show
291.280 702 moveto
(Xlbt_Misc) show
403.600 702 moveto
(literal X_Boolean_Char) show
76 711 moveto
(False) show
183.640 711 moveto
(False) show
291.280 711 moveto
(Xlbt_Misc) show
403.600 711 moveto
(literal X_Boolean_Long) show
76 720 moveto
(FamilyChaos) show
183.640 720 moveto
(Family_Chaos) show
291.280 720 moveto
(Xlbt_Host) show
403.600 720 moveto
(constant X_Host_Protocol_Family) show
72 756 moveto
10 /Times-Roman SelectFont
(44) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 45 45
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(FamilyDECnet) show
183.640 108 moveto
(Family_Decnet) show
291.280 108 moveto
(Xlbt_Host) show
403.600 108 moveto
(constant X_Host_Protocol_Family) show
76 117 moveto
(FamilyInternet) show
183.640 117 moveto
(Family_Internet) show
291.280 117 moveto
(Xlbt_Host) show
403.600 117 moveto
(constant X_Host_Protocol_Family) show
76 126 moveto
(FillOpaqueStippled) show
183.640 126 moveto
(Fill_Opaque_Stippled) show
291.280 126 moveto
(Xlbt_Gc) show
403.600 126 moveto
(constant X_Fill_Style) show
76 135 moveto
(FillPoly) show
183.640 135 moveto
(Fill_Poly) show
291.280 135 moveto
(Xlbt_Request) show
403.600 135 moveto
(constant X_Request_Code) show
76 144 moveto
(FillSolid) show
183.640 144 moveto
(Fill_Solid) show
291.280 144 moveto
(Xlbt_Gc) show
403.600 144 moveto
(constant X_Fill_Style) show
76 153 moveto
(FillStippled) show
183.640 153 moveto
(Fill_Stippled) show
291.280 153 moveto
(Xlbt_Gc) show
403.600 153 moveto
(constant X_Fill_Style) show
76 162 moveto
(FillTiled) show
183.640 162 moveto
(Fill_Tiled) show
291.280 162 moveto
(Xlbt_Gc) show
403.600 162 moveto
(constant X_Fill_Style) show
76 171 moveto
(Find) show
183.640 171 moveto
(Find) show
291.280 171 moveto
(Xlbip_String_Map_Generic) show
403.600 171 moveto
(procedure) show
76 180 moveto
(FirstExtensionError) show
183.640 180 moveto
(First_Extension_Error) show
291.280 180 moveto
(Xlbt_Error) show
403.600 180 moveto
(constant X_Error_Code) show
76 189 moveto
(FocusChangeMask) show
183.640 189 moveto
(Focus_Change_Mask) show
291.280 189 moveto
(Xlbt_Basic) show
403.600 189 moveto
(constant X_Event_Mask_Index) show
76 198 moveto
(FocusIn) show
183.640 198 moveto
(Focus_In) show
291.280 198 moveto
(Xlbt_Event) show
403.600 198 moveto
(constant X_Event_Code) show
76 207 moveto
(FocusOut) show
183.640 207 moveto
(Focus_Out) show
291.280 207 moveto
(Xlbt_Event) show
403.600 207 moveto
(constant X_Event_Code) show
76 216 moveto
(Font) show
183.640 216 moveto
(X_Font) show
291.280 216 moveto
(Xlbt_Basic) show
403.600 216 moveto
(subtype X_Font) show
76 225 moveto
(Font) show
183.640 225 moveto
(X_Font) show
291.280 225 moveto
(Xlbt_Basic3) show
403.600 225 moveto
(type record) show
76 234 moveto
(FontChange) show
183.640 234 moveto
(Font_Change) show
291.280 234 moveto
(Xlbt_Basic) show
403.600 234 moveto
(constant) show
76 243 moveto
(FontChange) show
183.640 243 moveto
(Font_Change) show
291.280 243 moveto
(Xlbt_Basic3) show
403.600 243 moveto
(constant) show
76 252 moveto
(FontLeftToRight) show
183.640 252 moveto
(Font_Left_To_Right) show
291.280 252 moveto
(Xlbt_Font) show
403.600 252 moveto
(constant X_Font_Direction) show
76 261 moveto
(FontRightToLeft) show
183.640 261 moveto
(Font_Right_To_Left) show
291.280 261 moveto
(Xlbt_Font) show
403.600 261 moveto
(constant X_Font_Direction) show
76 270 moveto
(ForceScreenSaver) show
183.640 270 moveto
(Force_Screen_Saver) show
291.280 270 moveto
(Xlbt_Request) show
403.600 270 moveto
(constant X_Request_Code) show
76 279 moveto
(ForgetGravity) show
183.640 279 moveto
(Forget_Bit_Gravity) show
291.280 279 moveto
(Xlbt_Window) show
403.600 279 moveto
(constant X_Bit_Gravity) show
76 288 moveto
(FreeColormap) show
183.640 288 moveto
(Free_Colormap) show
291.280 288 moveto
(Xlbt_Request) show
403.600 288 moveto
(constant X_Request_Code) show
76 297 moveto
(FreeColors) show
183.640 297 moveto
(Free_Colors) show
291.280 297 moveto
(Xlbt_Request) show
403.600 297 moveto
(constant X_Request_Code) show
76 306 moveto
(FreeCursor) show
183.640 306 moveto
(Free_Cursor) show
291.280 306 moveto
(Xlbt_Request) show
403.600 306 moveto
(constant X_Request_Code) show
76 315 moveto
(FreeGC) show
183.640 315 moveto
(Free_Gc) show
291.280 315 moveto
(Xlbt_Request) show
403.600 315 moveto
(constant X_Request_Code) show
76 324 moveto
(FreeMap) show
183.640 324 moveto
(Free_Map) show
291.280 324 moveto
(Xlbip_String_Map_Generic) show
403.600 324 moveto
(procedure) show
76 333 moveto
(FreePixmap) show
183.640 333 moveto
(Free_Pixmap) show
291.280 333 moveto
(Xlbt_Request) show
403.600 333 moveto
(constant X_Request_Code) show
76 342 moveto
(FreeXBoxList) show
183.640 342 moveto
(Free_X_Box_List) show
291.280 342 moveto
(Xlbt_Region2) show
403.600 342 moveto
(procedure) show
76 351 moveto
(FreeXBoxList) show
183.640 351 moveto
(Free_X_Box_List) show
291.280 351 moveto
(Xlbt_Region3) show
403.600 351 moveto
(procedure) show
76 360 moveto
(FreeXCharStructList2d) show
183.640 360 moveto
(Free_X_Char_Struct_List_2d) show
291.280 360 moveto
(Xlbt_Font) show
403.600 360 moveto
(procedure) show
76 369 moveto
(FreeXCharStructList2d) show
183.640 369 moveto
(Free_X_Char_Struct_List_2d) show
291.280 369 moveto
(Xlbt_Font3) show
403.600 369 moveto
(procedure) show
76 378 moveto
(FreeXContextHashList) show
183.640 378 moveto
(Free_X_Context_Hash_List) show
291.280 378 moveto
(Xlbt_Context_Manager2) show
403.600 378 moveto
(procedure) show
76 387 moveto
(FreeXContextHashList) show
183.640 387 moveto
(Free_X_Context_Hash_List) show
291.280 387 moveto
(Xlbt_Context_Manager3) show
403.600 387 moveto
(procedure) show
76 396 moveto
(FreeXContextTableEntry) show
183.640 396 moveto
(Free_X_Context_Table_Entry) show
291.280 396 moveto
(Xlbt_Context_Manager2) show
403.600 396 moveto
(procedure) show
76 405 moveto
(FreeXContextTableEntry) show
183.640 405 moveto
(Free_X_Context_Table_Entry) show
291.280 405 moveto
(Xlbt_Context_Manager3) show
403.600 405 moveto
(procedure) show
76 414 moveto
(FreeXDepth) show
183.640 414 moveto
(Free_X_Depth) show
291.280 414 moveto
(Xlbt_Display2) show
403.600 414 moveto
(procedure) show
76 423 moveto
(FreeXDepth) show
183.640 423 moveto
(Free_X_Depth) show
291.280 423 moveto
(Xlbt_Display3) show
403.600 423 moveto
(procedure) show
76 432 moveto
(FreeXDepthList) show
183.640 432 moveto
(Free_X_Depth_List) show
291.280 432 moveto
(Xlbt_Display2) show
403.600 432 moveto
(procedure) show
76 441 moveto
(FreeXDepthList) show
183.640 441 moveto
(Free_X_Depth_List) show
291.280 441 moveto
(Xlbt_Display3) show
403.600 441 moveto
(procedure) show
76 450 moveto
(FreeXExtCodes) show
183.640 450 moveto
(Free_X_Ext_Codes) show
291.280 450 moveto
(Xlbt_Extension) show
403.600 450 moveto
(procedure) show
76 459 moveto
(FreeXExtCodes) show
183.640 459 moveto
(Free_X_Ext_Codes) show
291.280 459 moveto
(Xlbt_Extension3) show
403.600 459 moveto
(procedure) show
76 468 moveto
(FreeXExtData) show
183.640 468 moveto
(Free_X_Ext_Data) show
291.280 468 moveto
(Xlbt_Extension) show
403.600 468 moveto
(procedure) show
76 477 moveto
(FreeXExtData) show
183.640 477 moveto
(Free_X_Ext_Data) show
291.280 477 moveto
(Xlbt_Extension4) show
403.600 477 moveto
(procedure) show
76 486 moveto
(FreeXExtDataList) show
183.640 486 moveto
(Free_X_Ext_Data_List) show
291.280 486 moveto
(Xlbt_Extension) show
403.600 486 moveto
(procedure) show
76 495 moveto
(FreeXExtDataList) show
183.640 495 moveto
(Free_X_Ext_Data_List) show
291.280 495 moveto
(Xlbt_Extension4) show
403.600 495 moveto
(procedure) show
76 504 moveto
(FreeXExtension) show
183.640 504 moveto
(Free_X_Extension) show
291.280 504 moveto
(Xlbt_Extension) show
403.600 504 moveto
(procedure) show
76 513 moveto
(FreeXExtension) show
183.640 513 moveto
(Free_X_Extension) show
291.280 513 moveto
(Xlbt_Extension3) show
403.600 513 moveto
(procedure) show
76 522 moveto
(FreeXExtensionList) show
183.640 522 moveto
(Free_X_Extension_List) show
291.280 522 moveto
(Xlbp_Extension) show
403.600 522 moveto
(procedure) show
76 531 moveto
(FreeXExtensionList) show
183.640 531 moveto
(Free_X_Extension_List) show
291.280 531 moveto
(Xlbt_Extension) show
403.600 531 moveto
(procedure) show
76 540 moveto
(FreeXExtensionList) show
183.640 540 moveto
(Free_X_Extension_List) show
291.280 540 moveto
(Xlbt_Extension3) show
403.600 540 moveto
(procedure) show
76 549 moveto
(FreeXFontPropList) show
183.640 549 moveto
(Free_X_Font_Prop_List) show
291.280 549 moveto
(Xlbt_Font2) show
403.600 549 moveto
(procedure) show
76 558 moveto
(FreeXFontPropList) show
183.640 558 moveto
(Free_X_Font_Prop_List) show
291.280 558 moveto
(Xlbt_Font3) show
403.600 558 moveto
(procedure) show
76 567 moveto
(FreeXFontStruct) show
183.640 567 moveto
(Free_X_Font_Struct) show
291.280 567 moveto
(Xlbt_Font) show
403.600 567 moveto
(procedure) show
76 576 moveto
(FreeXFontStruct) show
183.640 576 moveto
(Free_X_Font_Struct) show
291.280 576 moveto
(Xlbt_Font3) show
403.600 576 moveto
(procedure) show
76 585 moveto
(FreeXFontsWithInfo) show
183.640 585 moveto
(Free_X_Fonts_With_Info) show
291.280 585 moveto
(Xlbt_Font) show
403.600 585 moveto
(procedure) show
76 594 moveto
(FreeXFontsWithInfo) show
183.640 594 moveto
(Free_X_Fonts_With_Info) show
291.280 594 moveto
(Xlbt_Font3) show
403.600 594 moveto
(procedure) show
76 603 moveto
(FreeXHostList) show
183.640 603 moveto
(Free_X_Host_List) show
291.280 603 moveto
(Xlbt_Host) show
403.600 603 moveto
(procedure) show
76 612 moveto
(FreeXHostList) show
183.640 612 moveto
(Free_X_Host_List) show
291.280 612 moveto
(Xlbt_Host3) show
403.600 612 moveto
(procedure) show
76 621 moveto
(FreeXImage) show
183.640 621 moveto
(Free_X_Image) show
291.280 621 moveto
(Xlbt_Image) show
403.600 621 moveto
(procedure) show
76 630 moveto
(FreeXImage) show
183.640 630 moveto
(Free_X_Image) show
291.280 630 moveto
(Xlbt_Image3) show
403.600 630 moveto
(procedure) show
76 639 moveto
(FreeXKeySymList) show
183.640 639 moveto
(Free_X_Key_Sym_List) show
291.280 639 moveto
(Xlbt_Key2) show
403.600 639 moveto
(procedure) show
76 648 moveto
(FreeXKeySymList) show
183.640 648 moveto
(Free_X_Key_Sym_List) show
291.280 648 moveto
(Xlbt_Key3) show
403.600 648 moveto
(procedure) show
76 657 moveto
(FreeXKeySymList2d) show
183.640 657 moveto
(Free_X_Key_Sym_List_2d) show
291.280 657 moveto
(Xlbt_Key) show
403.600 657 moveto
(procedure) show
76 666 moveto
(FreeXKeySymList2d) show
183.640 666 moveto
(Free_X_Key_Sym_List_2d) show
291.280 666 moveto
(Xlbt_Key3) show
403.600 666 moveto
(procedure) show
76 675 moveto
(FreeXKeyTrans) show
183.640 675 moveto
(Free_X_Key_Trans) show
291.280 675 moveto
(Xlbt_Key2) show
403.600 675 moveto
(procedure) show
76 684 moveto
(FreeXKeyTrans) show
183.640 684 moveto
(Free_X_Key_Trans) show
291.280 684 moveto
(Xlbt_Key3) show
403.600 684 moveto
(procedure) show
76 693 moveto
(FreeXKeyTransList) show
183.640 693 moveto
(Free_X_Key_Trans_List) show
291.280 693 moveto
(Xlbt_Key2) show
403.600 693 moveto
(procedure) show
76 702 moveto
(FreeXKeyTransList) show
183.640 702 moveto
(Free_X_Key_Trans_List) show
291.280 702 moveto
(Xlbt_Key3) show
403.600 702 moveto
(procedure) show
76 711 moveto
(FreeXModifierKeyCodeList) show
183.640 711 moveto
(Free_X_Modifier_Key_Code_List) show
291.280 711 moveto
(Xlbt_Key2) show
403.600 711 moveto
(procedure) show
76 720 moveto
(FreeXModifierKeyCodeList) show
183.640 720 moveto
(Free_X_Modifier_Key_Code_List) show
291.280 720 moveto
(Xlbt_Key3) show
403.600 720 moveto
(procedure) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(45) show
EndPage
%%Page: 46 46
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(FreeXModifierKeymap) show
183.640 108 moveto
(Free_X_Modifier_Keymap) show
291.280 108 moveto
(Xlbt_Key) show
403.600 108 moveto
(procedure) show
76 117 moveto
(FreeXModifierKeymap) show
183.640 117 moveto
(Free_X_Modifier_Keymap) show
291.280 117 moveto
(Xlbt_Key3) show
403.600 117 moveto
(procedure) show
76 126 moveto
(FreeXQueuedEvent) show
183.640 126 moveto
(Free_X_Queued_Event) show
291.280 126 moveto
(Xlbt_Display2) show
403.600 126 moveto
(procedure) show
76 135 moveto
(FreeXQueuedEvent) show
183.640 135 moveto
(Free_X_Queued_Event) show
291.280 135 moveto
(Xlbt_Display3) show
403.600 135 moveto
(procedure) show
76 144 moveto
(FreeXRawDataList) show
183.640 144 moveto
(Free_X_Raw_Data_List) show
291.280 144 moveto
(Xlbmt_Network_Types) show
403.600 144 moveto
(procedure) show
76 153 moveto
(FreeXRegion) show
183.640 153 moveto
(Free_X_Region) show
291.280 153 moveto
(Xlbt_Region) show
403.600 153 moveto
(procedure) show
76 162 moveto
(FreeXRegion) show
183.640 162 moveto
(Free_X_Region) show
291.280 162 moveto
(Xlbt_Region3) show
403.600 162 moveto
(procedure) show
76 171 moveto
(FreeXRmHashBucket) show
183.640 171 moveto
(Free_X_Rm_Hash_Bucket) show
291.280 171 moveto
(Xlbt_Rm2) show
403.600 171 moveto
(procedure) show
76 180 moveto
(FreeXRmHashBucket) show
183.640 180 moveto
(Free_X_Rm_Hash_Bucket) show
291.280 180 moveto
(Xlbt_Rm3) show
403.600 180 moveto
(procedure) show
76 189 moveto
(FreeXRmHashTable) show
183.640 189 moveto
(Free_X_Rm_Hash_Table) show
291.280 189 moveto
(Xlbt_Rm2) show
403.600 189 moveto
(procedure) show
76 198 moveto
(FreeXRmHashTable) show
183.640 198 moveto
(Free_X_Rm_Hash_Table) show
291.280 198 moveto
(Xlbt_Rm3) show
403.600 198 moveto
(procedure) show
76 207 moveto
(FreeXScreen) show
183.640 207 moveto
(Free_X_Screen) show
291.280 207 moveto
(Xlbt_Display2) show
403.600 207 moveto
(procedure) show
76 216 moveto
(FreeXScreen) show
183.640 216 moveto
(Free_X_Screen) show
291.280 216 moveto
(Xlbt_Display3) show
403.600 216 moveto
(procedure) show
76 225 moveto
(FreeXScreenFormat) show
183.640 225 moveto
(Free_X_Screen_Format) show
291.280 225 moveto
(Xlbt_Display2) show
403.600 225 moveto
(procedure) show
76 234 moveto
(FreeXScreenFormat) show
183.640 234 moveto
(Free_X_Screen_Format) show
291.280 234 moveto
(Xlbt_Display3) show
403.600 234 moveto
(procedure) show
76 243 moveto
(FreeXScreenFormatList) show
183.640 243 moveto
(Free_X_Screen_Format_List) show
291.280 243 moveto
(Xlbt_Display2) show
403.600 243 moveto
(procedure) show
76 252 moveto
(FreeXScreenFormatList) show
183.640 252 moveto
(Free_X_Screen_Format_List) show
291.280 252 moveto
(Xlbt_Display3) show
403.600 252 moveto
(procedure) show
76 261 moveto
(FreeXScreenList) show
183.640 261 moveto
(Free_X_Screen_List) show
291.280 261 moveto
(Xlbt_Display2) show
403.600 261 moveto
(procedure) show
76 270 moveto
(FreeXScreenList) show
183.640 270 moveto
(Free_X_Screen_List) show
291.280 270 moveto
(Xlbt_Display3) show
403.600 270 moveto
(procedure) show
76 279 moveto
(FreeXString16Pointer) show
183.640 279 moveto
(Free_X_String16_Pointer) show
291.280 279 moveto
(Xlbt_String16) show
403.600 279 moveto
(procedure) show
76 288 moveto
(FreeXString7Pointer) show
183.640 288 moveto
(Free_X_String7_Pointer) show
291.280 288 moveto
(Xlbt_String7) show
403.600 288 moveto
(procedure) show
76 297 moveto
(FreeXStringPointer) show
183.640 297 moveto
(Free_X_String_Pointer) show
291.280 297 moveto
(Xlbt_String) show
403.600 297 moveto
(procedure) show
76 306 moveto
(FreeXStringPointerArray) show
183.640 306 moveto
(Free_X_String_Pointer_Array) show
291.280 306 moveto
(Xlbt_String) show
403.600 306 moveto
(procedure) show
76 315 moveto
(FreeXStringPointerList) show
183.640 315 moveto
(Free_X_String_Pointer_List) show
291.280 315 moveto
(Xlbt_String) show
403.600 315 moveto
(procedure) show
76 324 moveto
(FreeXVisual) show
183.640 324 moveto
(Free_X_Visual) show
291.280 324 moveto
(Xlbt_Visual) show
403.600 324 moveto
(procedure) show
76 333 moveto
(FreeXVisual) show
183.640 333 moveto
(Free_X_Visual) show
291.280 333 moveto
(Xlbt_Visual3) show
403.600 333 moveto
(procedure) show
76 342 moveto
(FreeXVisualList) show
183.640 342 moveto
(Free_X_Visual_List) show
291.280 342 moveto
(Xlbt_Visual) show
403.600 342 moveto
(procedure) show
76 351 moveto
(FreeXVisualList) show
183.640 351 moveto
(Free_X_Visual_List) show
291.280 351 moveto
(Xlbt_Visual3) show
403.600 351 moveto
(procedure) show
76 360 moveto
(FreeXrmDatabase) show
183.640 360 moveto
(Free_X_Rm_Database) show
291.280 360 moveto
(Xlbp_Rm) show
403.600 360 moveto
(procedure) show
76 369 moveto
(FromBoolean) show
183.640 369 moveto
(From_Boolean) show
291.280 369 moveto
(Xlbt_Misc) show
403.600 369 moveto
(function return X_Boolean_Char) show
76 378 moveto
(FromBoolean) show
183.640 378 moveto
(From_Boolean) show
291.280 378 moveto
(Xlbt_Misc) show
403.600 378 moveto
(function return X_Boolean_Long) show
76 387 moveto
(FuncIn) show
183.640 387 moveto
(Func_In) show
291.280 387 moveto
(Xlbt_Proc_Var) show
403.600 387 moveto
(generic package) show
76 396 moveto
(FuncIn10) show
183.640 396 moveto
(Func_In10) show
291.280 396 moveto
(Xlbt_Proc_Var) show
403.600 396 moveto
(generic package) show
76 405 moveto
(FuncIn5) show
183.640 405 moveto
(Func_In5) show
291.280 405 moveto
(Xlbt_Proc_Var) show
403.600 405 moveto
(generic package) show
76 414 moveto
(FuncInInIn) show
183.640 414 moveto
(Func_In_In_In) show
291.280 414 moveto
(Xlbt_Proc_Var) show
403.600 414 moveto
(generic package) show
76 423 moveto
(GC) show
183.640 423 moveto
(X_Gc) show
291.280 423 moveto
(Xlbt_Basic) show
403.600 423 moveto
(subtype X_Gc) show
76 432 moveto
(GC) show
183.640 432 moveto
(X_Gc) show
291.280 432 moveto
(Xlbt_Gc3) show
403.600 432 moveto
(type access X_Gc_Rec) show
76 441 moveto
(GCArcMode) show
183.640 441 moveto
(Gc_Arc_Mode) show
291.280 441 moveto
(Xlbt_Gc) show
403.600 441 moveto
(constant X_Gc_Components_Index) show
76 450 moveto
(GCBackground) show
183.640 450 moveto
(Gc_Background) show
291.280 450 moveto
(Xlbt_Gc) show
403.600 450 moveto
(constant X_Gc_Components_Index) show
76 459 moveto
(GCCapStyle) show
183.640 459 moveto
(Gc_Cap_Style) show
291.280 459 moveto
(Xlbt_Gc) show
403.600 459 moveto
(constant X_Gc_Components_Index) show
76 468 moveto
(GCClipMask) show
183.640 468 moveto
(Gc_Clip_Mask) show
291.280 468 moveto
(Xlbt_Gc) show
403.600 468 moveto
(constant X_Gc_Components_Index) show
76 477 moveto
(GCClipXOrigin) show
183.640 477 moveto
(Gc_Clip_X_Origin) show
291.280 477 moveto
(Xlbt_Gc) show
403.600 477 moveto
(constant X_Gc_Components_Index) show
76 486 moveto
(GCClipYOrigin) show
183.640 486 moveto
(Gc_Clip_Y_Origin) show
291.280 486 moveto
(Xlbt_Gc) show
403.600 486 moveto
(constant X_Gc_Components_Index) show
76 495 moveto
(GCDashList) show
183.640 495 moveto
(Gc_Dash_List) show
291.280 495 moveto
(Xlbt_Gc) show
403.600 495 moveto
(constant X_Gc_Components_Index) show
76 504 moveto
(GCDashOffset) show
183.640 504 moveto
(Gc_Dash_Offset) show
291.280 504 moveto
(Xlbt_Gc) show
403.600 504 moveto
(constant X_Gc_Components_Index) show
76 513 moveto
(GCFillRule) show
183.640 513 moveto
(Gc_Fill_Rule) show
291.280 513 moveto
(Xlbt_Gc) show
403.600 513 moveto
(constant X_Gc_Components_Index) show
76 522 moveto
(GCFillStyle) show
183.640 522 moveto
(Gc_Fill_Style) show
291.280 522 moveto
(Xlbt_Gc) show
403.600 522 moveto
(constant X_Gc_Components_Index) show
76 531 moveto
(GCFont) show
183.640 531 moveto
(Gc_Font) show
291.280 531 moveto
(Xlbt_Gc) show
403.600 531 moveto
(constant X_Gc_Components_Index) show
76 540 moveto
(GCForeground) show
183.640 540 moveto
(Gc_Foreground) show
291.280 540 moveto
(Xlbt_Gc) show
403.600 540 moveto
(constant X_Gc_Components_Index) show
76 549 moveto
(GCFunction) show
183.640 549 moveto
(Gc_Function) show
291.280 549 moveto
(Xlbt_Gc) show
403.600 549 moveto
(constant X_Gc_Components_Index) show
76 558 moveto
(GCGraphicsExposures) show
183.640 558 moveto
(Gc_Graphics_Exposures) show
291.280 558 moveto
(Xlbt_Gc) show
403.600 558 moveto
(constant X_Gc_Components_Index) show
76 567 moveto
(GCJoinStyle) show
183.640 567 moveto
(Gc_Join_Style) show
291.280 567 moveto
(Xlbt_Gc) show
403.600 567 moveto
(constant X_Gc_Components_Index) show
76 576 moveto
(GCLastBit) show
183.640 576 moveto
(Gc_Last_Bit) show
291.280 576 moveto
(Xlbt_Gc) show
403.600 576 moveto
(X_Gc_Components_Index) show
76 585 moveto
(GCLineStyle) show
183.640 585 moveto
(Gc_Line_Style) show
291.280 585 moveto
(Xlbt_Gc) show
403.600 585 moveto
(constant X_Gc_Components_Index) show
76 594 moveto
(GCLineWidth) show
183.640 594 moveto
(Gc_Line_Width) show
291.280 594 moveto
(Xlbt_Gc) show
403.600 594 moveto
(constant X_Gc_Components_Index) show
76 603 moveto
(GCPlaneMask) show
183.640 603 moveto
(Gc_Plane_Mask) show
291.280 603 moveto
(Xlbt_Gc) show
403.600 603 moveto
(constant X_Gc_Components_Index) show
76 612 moveto
(GCStipple) show
183.640 612 moveto
(Gc_Stipple) show
291.280 612 moveto
(Xlbt_Gc) show
403.600 612 moveto
(constant X_Gc_Components_Index) show
76 621 moveto
(GCSubwindowMode) show
183.640 621 moveto
(Gc_Subwindow_Mode) show
291.280 621 moveto
(Xlbt_Gc) show
403.600 621 moveto
(constant X_Gc_Components_Index) show
76 630 moveto
(GCTile) show
183.640 630 moveto
(Gc_Tile) show
291.280 630 moveto
(Xlbt_Gc) show
403.600 630 moveto
(constant X_Gc_Components_Index) show
76 639 moveto
(GCTileStipXOrigin) show
183.640 639 moveto
(Gc_Tile_Stip_X_Origin) show
291.280 639 moveto
(Xlbt_Gc) show
403.600 639 moveto
(constant X_Gc_Components_Index) show
76 648 moveto
(GCTileStipYOrigin) show
183.640 648 moveto
(Gc_Tile_Stip_Y_Origin) show
291.280 648 moveto
(Xlbt_Gc) show
403.600 648 moveto
(constant X_Gc_Components_Index) show
76 657 moveto
(GContext) show
183.640 657 moveto
(X_G_Context) show
291.280 657 moveto
(Xlbt_Basic) show
403.600 657 moveto
(subtype X_G_Context) show
76 666 moveto
(GContext) show
183.640 666 moveto
(X_G_Context) show
291.280 666 moveto
(Xlbt_Basic3) show
403.600 666 moveto
(type record) show
76 675 moveto
(GXand) show
183.640 675 moveto
(Gx_And) show
291.280 675 moveto
(Xlbt_Gc) show
403.600 675 moveto
(constant X_Graphic_Function) show
76 684 moveto
(GXandInverted) show
183.640 684 moveto
(Gx_And_Inverted) show
291.280 684 moveto
(Xlbt_Gc) show
403.600 684 moveto
(constant X_Graphic_Function) show
76 693 moveto
(GXandReverse) show
183.640 693 moveto
(Gx_And_Reverse) show
291.280 693 moveto
(Xlbt_Gc) show
403.600 693 moveto
(constant X_Graphic_Function) show
76 702 moveto
(GXclear) show
183.640 702 moveto
(Gx_Clear) show
291.280 702 moveto
(Xlbt_Gc) show
403.600 702 moveto
(constant X_Graphic_Function) show
76 711 moveto
(GXcopy) show
183.640 711 moveto
(Gx_Copy) show
291.280 711 moveto
(Xlbt_Gc) show
403.600 711 moveto
(constant X_Graphic_Function) show
76 720 moveto
(GXcopyInverted) show
183.640 720 moveto
(Gx_Copy_Inverted) show
291.280 720 moveto
(Xlbt_Gc) show
403.600 720 moveto
(constant X_Graphic_Function) show
72 756 moveto
10 /Times-Roman SelectFont
(46) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 47 47
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(GXequiv) show
183.640 108 moveto
(Gx_Equiv) show
291.280 108 moveto
(Xlbt_Gc) show
403.600 108 moveto
(constant X_Graphic_Function) show
76 117 moveto
(GXinvert) show
183.640 117 moveto
(Gx_Invert) show
291.280 117 moveto
(Xlbt_Gc) show
403.600 117 moveto
(constant X_Graphic_Function) show
76 126 moveto
(GXnand) show
183.640 126 moveto
(Gx_Nand) show
291.280 126 moveto
(Xlbt_Gc) show
403.600 126 moveto
(constant X_Graphic_Function) show
76 135 moveto
(GXnoop) show
183.640 135 moveto
(Gx_Noop) show
291.280 135 moveto
(Xlbt_Gc) show
403.600 135 moveto
(constant X_Graphic_Function) show
76 144 moveto
(GXnor) show
183.640 144 moveto
(Gx_Nor) show
291.280 144 moveto
(Xlbt_Gc) show
403.600 144 moveto
(constant X_Graphic_Function) show
76 153 moveto
(GXor) show
183.640 153 moveto
(Gx_Or) show
291.280 153 moveto
(Xlbt_Gc) show
403.600 153 moveto
(constant X_Graphic_Function) show
76 162 moveto
(GXorInverted) show
183.640 162 moveto
(Gx_Or_Inverted) show
291.280 162 moveto
(Xlbt_Gc) show
403.600 162 moveto
(constant X_Graphic_Function) show
76 171 moveto
(GXorReverse) show
183.640 171 moveto
(Gx_Or_Reverse) show
291.280 171 moveto
(Xlbt_Gc) show
403.600 171 moveto
(constant X_Graphic_Function) show
76 180 moveto
(GXset) show
183.640 180 moveto
(Gx_Set) show
291.280 180 moveto
(Xlbt_Gc) show
403.600 180 moveto
(constant X_Graphic_Function) show
76 189 moveto
(GXxor) show
183.640 189 moveto
(Gx_Xor) show
291.280 189 moveto
(Xlbt_Gc) show
403.600 189 moveto
(constant X_Graphic_Function) show
76 198 moveto
(Geometry) show
183.640 198 moveto
(X_Rm_Geometry) show
291.280 198 moveto
(Xlbt_Rm) show
403.600 198 moveto
(subtype X_Rm_Geometry) show
76 207 moveto
(Geometry) show
183.640 207 moveto
(X_Rm_Geometry) show
291.280 207 moveto
(Xlbt_Rm3) show
403.600 207 moveto
(type record) show
76 216 moveto
(GetAtomName) show
183.640 216 moveto
(Get_Atom_Name) show
291.280 216 moveto
(Xlbt_Request) show
403.600 216 moveto
(constant X_Request_Code) show
76 225 moveto
(GetDataString) show
183.640 225 moveto
(Get_X_String) show
291.280 225 moveto
(Xlbip_Get_Reply) show
403.600 225 moveto
(procedure) show
76 234 moveto
(GetFontPath) show
183.640 234 moveto
(Get_Font_Path) show
291.280 234 moveto
(Xlbt_Request) show
403.600 234 moveto
(constant X_Request_Code) show
76 243 moveto
(GetGeometry) show
183.640 243 moveto
(Get_Geometry) show
291.280 243 moveto
(Xlbt_Request) show
403.600 243 moveto
(constant X_Request_Code) show
76 252 moveto
(GetImage) show
183.640 252 moveto
(Get_Image) show
291.280 252 moveto
(Xlbt_Request) show
403.600 252 moveto
(constant X_Request_Code) show
76 261 moveto
(GetInputFocus) show
183.640 261 moveto
(Get_Input_Focus) show
291.280 261 moveto
(Xlbt_Request) show
403.600 261 moveto
(constant X_Request_Code) show
76 270 moveto
(GetKeyboardControl) show
183.640 270 moveto
(Get_Keyboard_Control) show
291.280 270 moveto
(Xlbt_Request) show
403.600 270 moveto
(constant X_Request_Code) show
76 279 moveto
(GetKeyboardMapping) show
183.640 279 moveto
(Get_Keyboard_Mapping) show
291.280 279 moveto
(Xlbt_Request) show
403.600 279 moveto
(constant X_Request_Code) show
76 288 moveto
(GetModifierMapping) show
183.640 288 moveto
(Get_Modifier_Mapping) show
291.280 288 moveto
(Xlbt_Request) show
403.600 288 moveto
(constant X_Request_Code) show
76 297 moveto
(GetMotionEvents) show
183.640 297 moveto
(Get_Motion_Events) show
291.280 297 moveto
(Xlbt_Request) show
403.600 297 moveto
(constant X_Request_Code) show
76 306 moveto
(GetPointerControl) show
183.640 306 moveto
(Get_Pointer_Control) show
291.280 306 moveto
(Xlbt_Request) show
403.600 306 moveto
(constant X_Request_Code) show
76 315 moveto
(GetPointerMapping) show
183.640 315 moveto
(Get_Pointer_Mapping) show
291.280 315 moveto
(Xlbt_Request) show
403.600 315 moveto
(constant X_Request_Code) show
76 324 moveto
(GetProperty) show
183.640 324 moveto
(Get_Property) show
291.280 324 moveto
(Xlbt_Request) show
403.600 324 moveto
(constant X_Request_Code) show
76 333 moveto
(GetScreenSaver) show
183.640 333 moveto
(Get_Screen_Saver) show
291.280 333 moveto
(Xlbt_Request) show
403.600 333 moveto
(constant X_Request_Code) show
76 342 moveto
(GetSelectionOwner) show
183.640 342 moveto
(Get_Selection_Owner) show
291.280 342 moveto
(Xlbt_Request) show
403.600 342 moveto
(constant X_Request_Code) show
76 351 moveto
(GetWindowAttributes) show
183.640 351 moveto
(Get_Window_Attributes) show
291.280 351 moveto
(Xlbt_Request) show
403.600 351 moveto
(constant X_Request_Code) show
76 360 moveto
(GrabButton) show
183.640 360 moveto
(Grab_Button) show
291.280 360 moveto
(Xlbt_Request) show
403.600 360 moveto
(constant X_Request_Code) show
76 369 moveto
(GrabFrozen) show
183.640 369 moveto
(Grab_Frozen) show
291.280 369 moveto
(Xlbt_Grab) show
403.600 369 moveto
(literal X_Grab_Status) show
76 378 moveto
(GrabInvalidTime) show
183.640 378 moveto
(Grab_Invalid_Time) show
291.280 378 moveto
(Xlbt_Grab) show
403.600 378 moveto
(literal X_Grab_Status) show
76 387 moveto
(GrabKey) show
183.640 387 moveto
(Grab_Key) show
291.280 387 moveto
(Xlbt_Request) show
403.600 387 moveto
(constant X_Request_Code) show
76 396 moveto
(GrabKeyboard) show
183.640 396 moveto
(Grab_Keyboard) show
291.280 396 moveto
(Xlbt_Request) show
403.600 396 moveto
(constant X_Request_Code) show
76 405 moveto
(GrabModeAsync) show
183.640 405 moveto
(Grab_Mode_Async) show
291.280 405 moveto
(Xlbt_Grab) show
403.600 405 moveto
(literal X_Grab_Mode) show
76 414 moveto
(GrabModeSync) show
183.640 414 moveto
(Grab_Mode_Sync) show
291.280 414 moveto
(Xlbt_Grab) show
403.600 414 moveto
(literal X_Grab_Mode) show
76 423 moveto
(GrabNotViewable) show
183.640 423 moveto
(Grab_Not_Viewable) show
291.280 423 moveto
(Xlbt_Grab) show
403.600 423 moveto
(literal X_Grab_Status) show
76 432 moveto
(GrabPointer) show
183.640 432 moveto
(Grab_Pointer) show
291.280 432 moveto
(Xlbt_Request) show
403.600 432 moveto
(constant X_Request_Code) show
76 441 moveto
(GrabServer) show
183.640 441 moveto
(Grab_Server) show
291.280 441 moveto
(Xlbt_Request) show
403.600 441 moveto
(constant X_Request_Code) show
76 450 moveto
(GrabSuccess) show
183.640 450 moveto
(Grab_Success) show
291.280 450 moveto
(Xlbt_Grab) show
403.600 450 moveto
(literal X_Grab_Status) show
76 459 moveto
(GraphicsExpose) show
183.640 459 moveto
(Graphics_Expose) show
291.280 459 moveto
(Xlbt_Event) show
403.600 459 moveto
(constant X_Event_Code) show
76 468 moveto
(GravityNotify) show
183.640 468 moveto
(Gravity_Notify) show
291.280 468 moveto
(Xlbt_Event) show
403.600 468 moveto
(constant X_Event_Code) show
76 477 moveto
(GrayScale) show
183.640 477 moveto
(Grayscale) show
291.280 477 moveto
(Xlbt_Visual) show
403.600 477 moveto
(constant X_Display_Class) show
76 486 moveto
(HeightMMOfScreen) show
183.640 486 moveto
(X_Height_Mm_Of_Screen) show
291.280 486 moveto
(Xlbp_Display) show
403.600 486 moveto
(function return U_Short) show
76 495 moveto
(HeightOfScreen) show
183.640 495 moveto
(X_Height_Of_Screen) show
291.280 495 moveto
(Xlbp_Display) show
403.600 495 moveto
(function return U_Short) show
76 504 moveto
(HeightValue) show
183.640 504 moveto
(Height_Value) show
291.280 504 moveto
(Xlbt_Geometry) show
403.600 504 moveto
(literal X_Parse_Geometry_Flags_Index) show
76 513 moveto
(HostDelete) show
183.640 513 moveto
(Host_Delete) show
291.280 513 moveto
(Xlbt_Host) show
403.600 513 moveto
(constant X_Change_Hosts_Mode) show
76 522 moveto
(HostInsert) show
183.640 522 moveto
(Host_Insert) show
291.280 522 moveto
(Xlbt_Host) show
403.600 522 moveto
(constant X_Change_Hosts_Mode) show
76 531 moveto
(INT16) show
183.640 531 moveto
(S_Short) show
291.280 531 moveto
(Xlbt_Arithmetic) show
403.600 531 moveto
(type new) show
403.600 540 moveto
(Xlbmt_Numeric_Types.Sixteen_Bits_Signed) show
76 549 moveto
(INT32) show
183.640 549 moveto
(S_Long) show
291.280 549 moveto
(Xlbt_Arithmetic) show
403.600 549 moveto
(type new) show
403.600 558 moveto
(Xlbmt_Numeric_Types.Thirty_Two_Bits_) show
403.600 567 moveto
(Signed) show
76 576 moveto
(INT8) show
183.640 576 moveto
(S_Char) show
291.280 576 moveto
(Xlbt_Arithmetic) show
403.600 576 moveto
(type new) show
403.600 585 moveto
(Xlbmt_Numeric_Types.Eight_Bits_Signed) show
76 594 moveto
(IconMaskHint) show
183.640 594 moveto
(Icon_Mask_Hint) show
291.280 594 moveto
(Xlbt_Hint) show
403.600 594 moveto
(constant X_Wm_Hints_Flags_Index) show
76 603 moveto
(IconPixmapHint) show
183.640 603 moveto
(Icon_Pixmap_Hint) show
291.280 603 moveto
(Xlbt_Hint) show
403.600 603 moveto
(constant X_Wm_Hints_Flags_Index) show
76 612 moveto
(IconPositionHint) show
183.640 612 moveto
(Icon_Position_Hint) show
291.280 612 moveto
(Xlbt_Hint) show
403.600 612 moveto
(constant X_Wm_Hints_Flags_Index) show
76 621 moveto
(IconWindowHint) show
183.640 621 moveto
(Icon_Window_Hint) show
291.280 621 moveto
(Xlbt_Hint) show
403.600 621 moveto
(constant X_Wm_Hints_Flags_Index) show
76 630 moveto
(IconicState) show
183.640 630 moveto
(Iconic_State) show
291.280 630 moveto
(Xlbt_Hint) show
403.600 630 moveto
(constant X_Initial_Window_State) show
76 639 moveto
(Image) show
183.640 639 moveto
(Image) show
291.280 639 moveto
(Xlbmt_Network_Types) show
403.600 639 moveto
(function return String) show
76 648 moveto
(ImageByteOrder) show
183.640 648 moveto
(X_Image_Byte_Order) show
291.280 648 moveto
(Xlbp_Display) show
403.600 648 moveto
(function return X_Byte_Bit_Order) show
76 657 moveto
(ImageText16) show
183.640 657 moveto
(Image_Text16) show
291.280 657 moveto
(Xlbt_Request) show
403.600 657 moveto
(constant X_Request_Code) show
76 666 moveto
(ImageText8) show
183.640 666 moveto
(Image_Text8) show
291.280 666 moveto
(Xlbt_Request) show
403.600 666 moveto
(constant X_Request_Code) show
76 675 moveto
(IncludeInferiors) show
183.640 675 moveto
(Include_Inferiors) show
291.280 675 moveto
(Xlbt_Gc) show
403.600 675 moveto
(constant X_Subwindow_Mode) show
76 684 moveto
(InputFocus) show
183.640 684 moveto
(Input_Focus) show
291.280 684 moveto
(Xlbt_Basic) show
403.600 684 moveto
(X_Window) show
76 693 moveto
(InputHint) show
183.640 693 moveto
(Input_Hint) show
291.280 693 moveto
(Xlbt_Hint) show
403.600 693 moveto
(constant X_Wm_Hints_Flags_Index) show
76 702 moveto
(InputOnly) show
183.640 702 moveto
(Input_Only) show
291.280 702 moveto
(Xlbt_Window) show
403.600 702 moveto
(constant X_Window_Class) show
76 711 moveto
(InputOutput) show
183.640 711 moveto
(Input_Output) show
291.280 711 moveto
(Xlbt_Window) show
403.600 711 moveto
(constant X_Window_Class) show
76 720 moveto
(Insert) show
183.640 720 moveto
(Insert) show
291.280 720 moveto
(Xlbip_String_Map_Generic) show
403.600 720 moveto
(procedure) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(47) show
EndPage
%%Page: 48 48
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(InstallColormap) show
183.640 108 moveto
(Install_Colormap) show
291.280 108 moveto
(Xlbt_Request) show
403.600 108 moveto
(constant X_Request_Code) show
76 117 moveto
(InternAtom) show
183.640 117 moveto
(Intern_Atom) show
291.280 117 moveto
(Xlbt_Request) show
403.600 117 moveto
(constant X_Request_Code) show
76 126 moveto
(InvalidRequest) show
183.640 126 moveto
(Invalid_Request) show
291.280 126 moveto
(Xlbt_Request) show
403.600 126 moveto
(constant X_Request_Code) show
76 135 moveto
(IsBoolean) show
183.640 135 moveto
(Is_Boolean) show
291.280 135 moveto
(Xlbt_Rm) show
403.600 135 moveto
(constant X_Rm_Value_Kind) show
76 144 moveto
(IsCursorKey) show
183.640 144 moveto
(X_Is_Cursor_Key) show
291.280 144 moveto
(Xlbp_Key) show
403.600 144 moveto
(function return Boolean) show
76 153 moveto
(IsEmpty) show
183.640 153 moveto
(Is_Empty) show
291.280 153 moveto
(Xlbip_String_Map_Generic) show
403.600 153 moveto
(function return Boolean) show
76 162 moveto
(IsFunctionKey) show
183.640 162 moveto
(X_Is_Function_Key) show
291.280 162 moveto
(Xlbp_Key) show
403.600 162 moveto
(function return Boolean) show
76 171 moveto
(IsKeypadKey) show
183.640 171 moveto
(X_Is_Keypad_Key) show
291.280 171 moveto
(Xlbp_Key) show
403.600 171 moveto
(function return Boolean) show
76 180 moveto
(IsMiscFunctionKey) show
183.640 180 moveto
(X_Is_Misc_Function_Key) show
291.280 180 moveto
(Xlbp_Key) show
403.600 180 moveto
(function return Boolean) show
76 189 moveto
(IsModifierKey) show
183.640 189 moveto
(X_Is_Modifier_Key) show
291.280 189 moveto
(Xlbp_Key) show
403.600 189 moveto
(function return Boolean) show
76 198 moveto
(IsNone) show
183.640 198 moveto
(Is_None) show
291.280 198 moveto
(Xlbt_Rm) show
403.600 198 moveto
(constant X_Rm_Value_Kind) show
76 207 moveto
(IsPFKey) show
183.640 207 moveto
(X_Is_Pf_Key) show
291.280 207 moveto
(Xlbp_Key) show
403.600 207 moveto
(function return Boolean) show
76 216 moveto
(IsSLong) show
183.640 216 moveto
(Is_S_Long) show
291.280 216 moveto
(Xlbt_Rm) show
403.600 216 moveto
(constant X_Rm_Value_Kind) show
76 225 moveto
(IsString16Pointer) show
183.640 225 moveto
(Is_X_String16_Pointer) show
291.280 225 moveto
(Xlbt_Rm) show
403.600 225 moveto
(constant X_Rm_Value_Kind) show
76 234 moveto
(IsStringPointer) show
183.640 234 moveto
(Is_X_String_Pointer) show
291.280 234 moveto
(Xlbt_Rm) show
403.600 234 moveto
(constant X_Rm_Value_Kind) show
76 243 moveto
(IsUnmapped) show
183.640 243 moveto
(Is_Unmapped) show
291.280 243 moveto
(Xlbt_Window) show
403.600 243 moveto
(constant X_Map_State) show
76 252 moveto
(IsUnviewable) show
183.640 252 moveto
(Is_Unviewable) show
291.280 252 moveto
(Xlbt_Window) show
403.600 252 moveto
(constant X_Map_State) show
76 261 moveto
(IsViewable) show
183.640 261 moveto
(Is_Viewable) show
291.280 261 moveto
(Xlbt_Window) show
403.600 261 moveto
(constant X_Map_State) show
76 270 moveto
(Iter) show
183.640 270 moveto
(Iter) show
291.280 270 moveto
(Xlbip_String_Map_Generic) show
403.600 270 moveto
(type private) show
76 279 moveto
(JoinBevel) show
183.640 279 moveto
(Join_Bevel) show
291.280 279 moveto
(Xlbt_Gc) show
403.600 279 moveto
(constant X_Join_Style) show
76 288 moveto
(JoinMiter) show
183.640 288 moveto
(Join_Miter) show
291.280 288 moveto
(Xlbt_Gc) show
403.600 288 moveto
(constant X_Join_Style) show
76 297 moveto
(JoinRound) show
183.640 297 moveto
(Join_Round) show
291.280 297 moveto
(Xlbt_Gc) show
403.600 297 moveto
(constant X_Join_Style) show
76 306 moveto
(KBAutoRepeatMode) show
183.640 306 moveto
(Kb_Auto_Repeat_Mode) show
291.280 306 moveto
(Xlbt_Keyboard) show
403.600 306 moveto
(constant) show
403.600 315 moveto
(K3.X_Keyboard_Control_Flags_Index) show
76 324 moveto
(KBBellDuration) show
183.640 324 moveto
(Kb_Bell_Duration) show
291.280 324 moveto
(Xlbt_Keyboard) show
403.600 324 moveto
(constant) show
403.600 333 moveto
(K3.X_Keyboard_Control_Flags_Index) show
76 342 moveto
(KBBellPercent) show
183.640 342 moveto
(Kb_Bell_Percent) show
291.280 342 moveto
(Xlbt_Keyboard) show
403.600 342 moveto
(constant) show
403.600 351 moveto
(K3.X_Keyboard_Control_Flags_Index) show
76 360 moveto
(KBBellPitch) show
183.640 360 moveto
(Kb_Bell_Pitch) show
291.280 360 moveto
(Xlbt_Keyboard) show
403.600 360 moveto
(constant) show
403.600 369 moveto
(K3.X_Keyboard_Control_Flags_Index) show
76 378 moveto
(KBKey) show
183.640 378 moveto
(Kb_Key) show
291.280 378 moveto
(Xlbt_Keyboard) show
403.600 378 moveto
(constant) show
403.600 387 moveto
(K3.X_Keyboard_Control_Flags_Index) show
76 396 moveto
(KBKeyClickPercent) show
183.640 396 moveto
(Kb_Key_Click_Percent) show
291.280 396 moveto
(Xlbt_Keyboard) show
403.600 396 moveto
(constant) show
403.600 405 moveto
(K3.X_Keyboard_Control_Flags_Index) show
76 414 moveto
(KBLed) show
183.640 414 moveto
(Kb_Led) show
291.280 414 moveto
(Xlbt_Keyboard) show
403.600 414 moveto
(constant) show
403.600 423 moveto
(K3.X_Keyboard_Control_Flags_Index) show
76 432 moveto
(KBLedMode) show
183.640 432 moveto
(Kb_Led_Mode) show
291.280 432 moveto
(Xlbt_Keyboard) show
403.600 432 moveto
(constant) show
403.600 441 moveto
(K3.X_Keyboard_Control_Flags_Index) show
76 450 moveto
(Key) show
183.640 450 moveto
(Key) show
291.280 450 moveto
(Xlbip_String_Map_Generic) show
403.600 450 moveto
(function return String) show
76 459 moveto
(KeyButMask) show
183.640 459 moveto
(X_Key_Button_Mask) show
291.280 459 moveto
(Xlbt_Key) show
403.600 459 moveto
(subtype X_Key_Button_Mask) show
76 468 moveto
(KeyButMask) show
183.640 468 moveto
(X_Key_Button_Mask) show
291.280 468 moveto
(Xlbt_Key3) show
403.600 468 moveto
(type array of Boolean) show
76 477 moveto
(KeyCode) show
183.640 477 moveto
(X_Key_Code) show
291.280 477 moveto
(Xlbt_Key) show
403.600 477 moveto
(subtype X_Key_Code) show
76 486 moveto
(KeyCode) show
183.640 486 moveto
(X_Key_Code) show
291.280 486 moveto
(Xlbt_Key3) show
403.600 486 moveto
(type new U_Char) show
76 495 moveto
(KeyPress) show
183.640 495 moveto
(Key_Press) show
291.280 495 moveto
(Xlbt_Event) show
403.600 495 moveto
(constant X_Event_Code) show
76 504 moveto
(KeyPressMask) show
183.640 504 moveto
(Key_Press_Mask) show
291.280 504 moveto
(Xlbt_Basic) show
403.600 504 moveto
(constant X_Event_Mask_Index) show
76 513 moveto
(KeyRelease) show
183.640 513 moveto
(Key_Release) show
291.280 513 moveto
(Xlbt_Event) show
403.600 513 moveto
(constant X_Event_Code) show
76 522 moveto
(KeyReleaseMask) show
183.640 522 moveto
(Key_Release_Mask) show
291.280 522 moveto
(Xlbt_Basic) show
403.600 522 moveto
(constant X_Event_Mask_Index) show
76 531 moveto
(KeySym) show
183.640 531 moveto
(X_Key_Sym) show
291.280 531 moveto
(Xlbt_Key) show
403.600 531 moveto
(subtype X_Key_Sym) show
76 540 moveto
(KeySym) show
183.640 540 moveto
(X_Key_Sym) show
291.280 540 moveto
(Xlbt_Key3) show
403.600 540 moveto
(type new S_Long) show
76 549 moveto
(KeymapNotify) show
183.640 549 moveto
(Keymap_Notify) show
291.280 549 moveto
(Xlbt_Event) show
403.600 549 moveto
(constant X_Event_Code) show
76 558 moveto
(KeymapStateMask) show
183.640 558 moveto
(Keymap_State_Mask) show
291.280 558 moveto
(Xlbt_Basic) show
403.600 558 moveto
(constant X_Event_Mask_Index) show
76 567 moveto
(KillClient) show
183.640 567 moveto
(Kill_Client) show
291.280 567 moveto
(Xlbt_Request) show
403.600 567 moveto
(constant X_Request_Code) show
76 576 moveto
(LASTEvent) show
183.640 576 moveto
(Last_Event) show
291.280 576 moveto
(Xlbt_Event) show
403.600 576 moveto
(constant X_Event_Code) show
76 585 moveto
(LastExtensionError) show
183.640 585 moveto
(Last_Extension_Error) show
291.280 585 moveto
(Xlbt_Error) show
403.600 585 moveto
(constant X_Error_Code) show
76 594 moveto
(LastKnownRequestProcessed) show
183.640 594 moveto
(X_Last_Known_Request_) show
183.640 603 moveto
(Processed) show
291.280 594 moveto
(Xlbp_Display) show
403.600 594 moveto
(function return S_Long) show
76 612 moveto
(LeaveNotify) show
183.640 612 moveto
(Leave_Notify) show
291.280 612 moveto
(Xlbt_Event) show
403.600 612 moveto
(constant X_Event_Code) show
76 621 moveto
(LeaveWindowMask) show
183.640 621 moveto
(Leave_Window_Mask) show
291.280 621 moveto
(Xlbt_Basic) show
403.600 621 moveto
(constant X_Event_Mask_Index) show
76 630 moveto
(Led00) show
183.640 630 moveto
(Led00) show
291.280 630 moveto
(Xlbt_Keyboard) show
403.600 630 moveto
(constant X_Led_Bits_Index) show
76 639 moveto
(Led01) show
183.640 639 moveto
(Led01) show
291.280 639 moveto
(Xlbt_Keyboard) show
403.600 639 moveto
(constant X_Led_Bits_Index) show
76 648 moveto
(Led02) show
183.640 648 moveto
(Led02) show
291.280 648 moveto
(Xlbt_Keyboard) show
403.600 648 moveto
(constant X_Led_Bits_Index) show
76 657 moveto
(Led03) show
183.640 657 moveto
(Led03) show
291.280 657 moveto
(Xlbt_Keyboard) show
403.600 657 moveto
(constant X_Led_Bits_Index) show
76 666 moveto
(Led04) show
183.640 666 moveto
(Led04) show
291.280 666 moveto
(Xlbt_Keyboard) show
403.600 666 moveto
(constant X_Led_Bits_Index) show
76 675 moveto
(Led05) show
183.640 675 moveto
(Led05) show
291.280 675 moveto
(Xlbt_Keyboard) show
403.600 675 moveto
(constant X_Led_Bits_Index) show
76 684 moveto
(Led06) show
183.640 684 moveto
(Led06) show
291.280 684 moveto
(Xlbt_Keyboard) show
403.600 684 moveto
(constant X_Led_Bits_Index) show
76 693 moveto
(Led07) show
183.640 693 moveto
(Led07) show
291.280 693 moveto
(Xlbt_Keyboard) show
403.600 693 moveto
(constant X_Led_Bits_Index) show
76 702 moveto
(Led08) show
183.640 702 moveto
(Led08) show
291.280 702 moveto
(Xlbt_Keyboard) show
403.600 702 moveto
(constant X_Led_Bits_Index) show
76 711 moveto
(Led09) show
183.640 711 moveto
(Led09) show
291.280 711 moveto
(Xlbt_Keyboard) show
403.600 711 moveto
(constant X_Led_Bits_Index) show
76 720 moveto
(Led10) show
183.640 720 moveto
(Led10) show
291.280 720 moveto
(Xlbt_Keyboard) show
403.600 720 moveto
(constant X_Led_Bits_Index) show
72 756 moveto
10 /Times-Roman SelectFont
(48) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 49 49
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(Led11) show
183.640 108 moveto
(Led11) show
291.280 108 moveto
(Xlbt_Keyboard) show
403.600 108 moveto
(constant X_Led_Bits_Index) show
76 117 moveto
(Led12) show
183.640 117 moveto
(Led12) show
291.280 117 moveto
(Xlbt_Keyboard) show
403.600 117 moveto
(constant X_Led_Bits_Index) show
76 126 moveto
(Led13) show
183.640 126 moveto
(Led13) show
291.280 126 moveto
(Xlbt_Keyboard) show
403.600 126 moveto
(constant X_Led_Bits_Index) show
76 135 moveto
(Led14) show
183.640 135 moveto
(Led14) show
291.280 135 moveto
(Xlbt_Keyboard) show
403.600 135 moveto
(constant X_Led_Bits_Index) show
76 144 moveto
(Led15) show
183.640 144 moveto
(Led15) show
291.280 144 moveto
(Xlbt_Keyboard) show
403.600 144 moveto
(constant X_Led_Bits_Index) show
76 153 moveto
(Led16) show
183.640 153 moveto
(Led16) show
291.280 153 moveto
(Xlbt_Keyboard) show
403.600 153 moveto
(constant X_Led_Bits_Index) show
76 162 moveto
(Led17) show
183.640 162 moveto
(Led17) show
291.280 162 moveto
(Xlbt_Keyboard) show
403.600 162 moveto
(constant X_Led_Bits_Index) show
76 171 moveto
(Led18) show
183.640 171 moveto
(Led18) show
291.280 171 moveto
(Xlbt_Keyboard) show
403.600 171 moveto
(constant X_Led_Bits_Index) show
76 180 moveto
(Led19) show
183.640 180 moveto
(Led19) show
291.280 180 moveto
(Xlbt_Keyboard) show
403.600 180 moveto
(constant X_Led_Bits_Index) show
76 189 moveto
(Led20) show
183.640 189 moveto
(Led20) show
291.280 189 moveto
(Xlbt_Keyboard) show
403.600 189 moveto
(constant X_Led_Bits_Index) show
76 198 moveto
(Led21) show
183.640 198 moveto
(Led21) show
291.280 198 moveto
(Xlbt_Keyboard) show
403.600 198 moveto
(constant X_Led_Bits_Index) show
76 207 moveto
(Led22) show
183.640 207 moveto
(Led22) show
291.280 207 moveto
(Xlbt_Keyboard) show
403.600 207 moveto
(constant X_Led_Bits_Index) show
76 216 moveto
(Led23) show
183.640 216 moveto
(Led23) show
291.280 216 moveto
(Xlbt_Keyboard) show
403.600 216 moveto
(constant X_Led_Bits_Index) show
76 225 moveto
(Led24) show
183.640 225 moveto
(Led24) show
291.280 225 moveto
(Xlbt_Keyboard) show
403.600 225 moveto
(constant X_Led_Bits_Index) show
76 234 moveto
(Led25) show
183.640 234 moveto
(Led25) show
291.280 234 moveto
(Xlbt_Keyboard) show
403.600 234 moveto
(constant X_Led_Bits_Index) show
76 243 moveto
(Led26) show
183.640 243 moveto
(Led26) show
291.280 243 moveto
(Xlbt_Keyboard) show
403.600 243 moveto
(constant X_Led_Bits_Index) show
76 252 moveto
(Led27) show
183.640 252 moveto
(Led27) show
291.280 252 moveto
(Xlbt_Keyboard) show
403.600 252 moveto
(constant X_Led_Bits_Index) show
76 261 moveto
(Led28) show
183.640 261 moveto
(Led28) show
291.280 261 moveto
(Xlbt_Keyboard) show
403.600 261 moveto
(constant X_Led_Bits_Index) show
76 270 moveto
(Led29) show
183.640 270 moveto
(Led29) show
291.280 270 moveto
(Xlbt_Keyboard) show
403.600 270 moveto
(constant X_Led_Bits_Index) show
76 279 moveto
(Led30) show
183.640 279 moveto
(Led30) show
291.280 279 moveto
(Xlbt_Keyboard) show
403.600 279 moveto
(constant X_Led_Bits_Index) show
76 288 moveto
(Led31) show
183.640 288 moveto
(Led31) show
291.280 288 moveto
(Xlbt_Keyboard) show
403.600 288 moveto
(constant X_Led_Bits_Index) show
76 297 moveto
(LedModeOff) show
183.640 297 moveto
(Led_Mode_Off) show
291.280 297 moveto
(Xlbt_Keyboard) show
403.600 297 moveto
(constant X_Led_Mode) show
76 306 moveto
(LedModeOn) show
183.640 306 moveto
(Led_Mode_On) show
291.280 306 moveto
(Xlbt_Keyboard) show
403.600 306 moveto
(constant X_Led_Mode) show
76 315 moveto
(LineDoubleDash) show
183.640 315 moveto
(Line_Double_Dash) show
291.280 315 moveto
(Xlbt_Gc) show
403.600 315 moveto
(constant X_Line_Style) show
76 324 moveto
(LineOnOffDash) show
183.640 324 moveto
(Line_On_Off_Dash) show
291.280 324 moveto
(Xlbt_Gc) show
403.600 324 moveto
(constant X_Line_Style) show
76 333 moveto
(LineSolid) show
183.640 333 moveto
(Line_Solid) show
291.280 333 moveto
(Xlbt_Gc) show
403.600 333 moveto
(constant X_Line_Style) show
76 342 moveto
(ListExtensions) show
183.640 342 moveto
(List_Extensions) show
291.280 342 moveto
(Xlbt_Request) show
403.600 342 moveto
(constant X_Request_Code) show
76 351 moveto
(ListFonts) show
183.640 351 moveto
(List_Fonts) show
291.280 351 moveto
(Xlbt_Request) show
403.600 351 moveto
(constant X_Request_Code) show
76 360 moveto
(ListFontsWithInfo) show
183.640 360 moveto
(List_Fonts_With_Info) show
291.280 360 moveto
(Xlbt_Request) show
403.600 360 moveto
(constant X_Request_Code) show
76 369 moveto
(ListHosts) show
183.640 369 moveto
(List_Hosts) show
291.280 369 moveto
(Xlbt_Request) show
403.600 369 moveto
(constant X_Request_Code) show
76 378 moveto
(ListInstalledColormaps) show
183.640 378 moveto
(List_Installed_Colormaps) show
291.280 378 moveto
(Xlbt_Request) show
403.600 378 moveto
(constant X_Request_Code) show
76 387 moveto
(ListProperties) show
183.640 387 moveto
(List_Properties) show
291.280 387 moveto
(Xlbt_Request) show
403.600 387 moveto
(constant X_Request_Code) show
76 396 moveto
(Locate) show
183.640 396 moveto
(Locate) show
291.280 396 moveto
(Xlbip_String_Map_Generic) show
403.600 396 moveto
(function return Range_Type) show
76 405 moveto
(LockDisplay) show
183.640 405 moveto
(Lock_Display) show
291.280 405 moveto
(Xlbip_Internal) show
403.600 405 moveto
(procedure) show
76 414 moveto
(LockMapIndex) show
183.640 414 moveto
(Lock_Map_Index) show
291.280 414 moveto
(Xlbt_Key) show
403.600 414 moveto
(constant X_Key_Modifier) show
76 423 moveto
(LockMask) show
183.640 423 moveto
(Lock_Mask) show
291.280 423 moveto
(Xlbt_Key) show
403.600 423 moveto
(constant X_Key_Button_Mask_Index) show
76 432 moveto
(LockMutex) show
183.640 432 moveto
(Lock_Mutex) show
291.280 432 moveto
(Xlbmt_Network_Types) show
403.600 432 moveto
(procedure) show
76 441 moveto
(LookupColor) show
183.640 441 moveto
(Lookup_Color) show
291.280 441 moveto
(Xlbt_Request) show
403.600 441 moveto
(constant X_Request_Code) show
76 450 moveto
(LowerHighest) show
183.640 450 moveto
(Lower_Highest) show
291.280 450 moveto
(Xlbt_Window) show
403.600 450 moveto
(X_Circulate_Place) show
76 459 moveto
(LsbFirst) show
183.640 459 moveto
(Lsb_First) show
291.280 459 moveto
(Xlbt_Image) show
403.600 459 moveto
(constant X_Byte_Bit_Order) show
76 468 moveto
(Map) show
183.640 468 moveto
(Map) show
291.280 468 moveto
(Xlbip_String_Map_Generic) show
403.600 468 moveto
(type private) show
76 477 moveto
(MapNotify) show
183.640 477 moveto
(Map_Notify) show
291.280 477 moveto
(Xlbt_Event) show
403.600 477 moveto
(constant X_Event_Code) show
76 486 moveto
(MapRequest) show
183.640 486 moveto
(Map_Request) show
291.280 486 moveto
(Xlbt_Event) show
403.600 486 moveto
(constant X_Event_Code) show
76 495 moveto
(MapSubwindows) show
183.640 495 moveto
(Map_Subwindows) show
291.280 495 moveto
(Xlbt_Request) show
403.600 495 moveto
(constant X_Request_Code) show
76 504 moveto
(MapWindow) show
183.640 504 moveto
(Map_Window) show
291.280 504 moveto
(Xlbt_Request) show
403.600 504 moveto
(constant X_Request_Code) show
76 513 moveto
(MappingBusy) show
183.640 513 moveto
(Mapping_Busy) show
291.280 513 moveto
(Xlbt_Keyboard) show
403.600 513 moveto
(constant X_Mapping_Status) show
76 522 moveto
(MappingFailed) show
183.640 522 moveto
(Mapping_Failed) show
291.280 522 moveto
(Xlbt_Keyboard) show
403.600 522 moveto
(constant X_Mapping_Status) show
76 531 moveto
(MappingKeyboard) show
183.640 531 moveto
(Mapping_Keyboard) show
291.280 531 moveto
(Xlbt_Event2) show
403.600 531 moveto
(constant X_Mapping_Request_Type) show
76 540 moveto
(MappingKeyboard) show
183.640 540 moveto
(Mapping_Keyboard) show
291.280 540 moveto
(Xlbt_Event3) show
403.600 540 moveto
(literal X_Mapping_Request_Type) show
76 549 moveto
(MappingModifier) show
183.640 549 moveto
(Mapping_Modifier) show
291.280 549 moveto
(Xlbt_Event2) show
403.600 549 moveto
(constant X_Mapping_Request_Type) show
76 558 moveto
(MappingModifier) show
183.640 558 moveto
(Mapping_Modifier) show
291.280 558 moveto
(Xlbt_Event3) show
403.600 558 moveto
(literal X_Mapping_Request_Type) show
76 567 moveto
(MappingNotify) show
183.640 567 moveto
(Mapping_Notify) show
291.280 567 moveto
(Xlbt_Event) show
403.600 567 moveto
(constant X_Event_Code) show
76 576 moveto
(MappingPointer) show
183.640 576 moveto
(Mapping_Pointer) show
291.280 576 moveto
(Xlbt_Event2) show
403.600 576 moveto
(constant X_Mapping_Request_Type) show
76 585 moveto
(MappingPointer) show
183.640 585 moveto
(Mapping_Pointer) show
291.280 585 moveto
(Xlbt_Event3) show
403.600 585 moveto
(literal X_Mapping_Request_Type) show
76 594 moveto
(MappingSuccess) show
183.640 594 moveto
(Mapping_Success) show
291.280 594 moveto
(Xlbt_Keyboard) show
403.600 594 moveto
(constant X_Mapping_Status) show
76 603 moveto
(MaxCmapsOfScreen) show
183.640 603 moveto
(X_Max_Cmaps_Of_Screen) show
291.280 603 moveto
(Xlbp_Display) show
403.600 603 moveto
(function return U_Short) show
76 612 moveto
(MinCmapsOfScreen) show
183.640 612 moveto
(X_Min_Cmaps_Of_Screen) show
291.280 612 moveto
(Xlbp_Display) show
403.600 612 moveto
(function return U_Short) show
76 621 moveto
(MissingEntry) show
183.640 621 moveto
(Missing_Entry) show
291.280 621 moveto
(Xlbip_String_Map_Generic) show
403.600 621 moveto
(exception) show
76 630 moveto
(Mod1MapIndex) show
183.640 630 moveto
(Mod_1_Map_Index) show
291.280 630 moveto
(Xlbt_Key) show
403.600 630 moveto
(constant X_Key_Modifier) show
76 639 moveto
(Mod1Mask) show
183.640 639 moveto
(Mod_1_Mask) show
291.280 639 moveto
(Xlbt_Key) show
403.600 639 moveto
(constant X_Key_Button_Mask_Index) show
76 648 moveto
(Mod2MapIndex) show
183.640 648 moveto
(Mod_2_Map_Index) show
291.280 648 moveto
(Xlbt_Key) show
403.600 648 moveto
(constant X_Key_Modifier) show
76 657 moveto
(Mod2Mask) show
183.640 657 moveto
(Mod_2_Mask) show
291.280 657 moveto
(Xlbt_Key) show
403.600 657 moveto
(constant X_Key_Button_Mask_Index) show
76 666 moveto
(Mod3MapIndex) show
183.640 666 moveto
(Mod_3_Map_Index) show
291.280 666 moveto
(Xlbt_Key) show
403.600 666 moveto
(constant X_Key_Modifier) show
76 675 moveto
(Mod3Mask) show
183.640 675 moveto
(Mod_3_Mask) show
291.280 675 moveto
(Xlbt_Key) show
403.600 675 moveto
(constant X_Key_Button_Mask_Index) show
76 684 moveto
(Mod4MapIndex) show
183.640 684 moveto
(Mod_4_Map_Index) show
291.280 684 moveto
(Xlbt_Key) show
403.600 684 moveto
(constant X_Key_Modifier) show
76 693 moveto
(Mod4Mask) show
183.640 693 moveto
(Mod_4_Mask) show
291.280 693 moveto
(Xlbt_Key) show
403.600 693 moveto
(constant X_Key_Button_Mask_Index) show
76 702 moveto
(Mod5MapIndex) show
183.640 702 moveto
(Mod_5_Map_Index) show
291.280 702 moveto
(Xlbt_Key) show
403.600 702 moveto
(constant X_Key_Modifier) show
76 711 moveto
(Mod5Mask) show
183.640 711 moveto
(Mod_5_Mask) show
291.280 711 moveto
(Xlbt_Key) show
403.600 711 moveto
(constant X_Key_Button_Mask_Index) show
76 720 moveto
(MotionNotify) show
183.640 720 moveto
(Motion_Notify) show
291.280 720 moveto
(Xlbt_Event) show
403.600 720 moveto
(constant X_Event_Code) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(49) show
EndPage
%%Page: 50 50
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(MotionNotifyHint) show
183.640 108 moveto
(Motion_Notify_Hint) show
291.280 108 moveto
(Xlbt_Event2) show
403.600 108 moveto
(constant X_Motion_Notify_Detail) show
76 117 moveto
(MotionNotifyHint) show
183.640 117 moveto
(Motion_Notify_Hint) show
291.280 117 moveto
(Xlbt_Event3) show
403.600 117 moveto
(literal X_Motion_Notify_Detail) show
76 126 moveto
(MotionNotifyNormal) show
183.640 126 moveto
(Motion_Notify_Normal) show
291.280 126 moveto
(Xlbt_Event2) show
403.600 126 moveto
(constant X_Motion_Notify_Detail) show
76 135 moveto
(MotionNotifyNormal) show
183.640 135 moveto
(Motion_Notify_Normal) show
291.280 135 moveto
(Xlbt_Event3) show
403.600 135 moveto
(literal X_Motion_Notify_Detail) show
76 144 moveto
(MsbFirst) show
183.640 144 moveto
(Msb_First) show
291.280 144 moveto
(Xlbt_Image) show
403.600 144 moveto
(constant X_Byte_Bit_Order) show
76 153 moveto
(NewMap) show
183.640 153 moveto
(New_Map) show
291.280 153 moveto
(Xlbip_String_Map_Generic) show
403.600 153 moveto
(procedure) show
76 162 moveto
(Next) show
183.640 162 moveto
(Next) show
291.280 162 moveto
(Xlbip_String_Map_Generic) show
403.600 162 moveto
(procedure) show
76 171 moveto
(NextRequest) show
183.640 171 moveto
(X_Next_Request) show
291.280 171 moveto
(Xlbp_Display) show
403.600 171 moveto
(function return S_Long) show
76 180 moveto
(NoEventMask) show
183.640 180 moveto
(None_X_Event_Mask) show
291.280 180 moveto
(Xlbt_Basic) show
403.600 180 moveto
(X_Event_Mask) show
76 189 moveto
(NoExpose) show
183.640 189 moveto
(No_Expose) show
291.280 189 moveto
(Xlbt_Event) show
403.600 189 moveto
(constant X_Event_Code) show
76 198 moveto
(NoOperation) show
183.640 198 moveto
(No_Operation) show
291.280 198 moveto
(Xlbt_Request) show
403.600 198 moveto
(constant X_Request_Code) show
76 207 moveto
(NoPlanes) show
183.640 207 moveto
(No_Planes) show
291.280 207 moveto
(Xlbt_Basic) show
403.600 207 moveto
(X_Plane_Mask) show
76 216 moveto
(NoSymbol) show
183.640 216 moveto
(No_Symbol) show
291.280 216 moveto
(Xlbt_Key) show
403.600 216 moveto
(X_Key_Sym) show
76 225 moveto
(Nonconvex) show
183.640 225 moveto
(Nonconvex) show
291.280 225 moveto
(Xlbt_Graphics) show
403.600 225 moveto
(constant X_Polygon_Shape) show
76 234 moveto
(None) show
183.640 234 moveto
(None) show
291.280 234 moveto
(Xlbt_Proc_Var.Func_In) show
403.600 234 moveto
(constant Pv) show
76 243 moveto
(None) show
183.640 243 moveto
(None) show
291.280 243 moveto
(Xlbt_Proc_Var.Func_In_In_In) show
403.600 243 moveto
(constant Pv) show
76 252 moveto
(None) show
183.640 252 moveto
(None) show
291.280 252 moveto
(Xlbt_Proc_Var.Func_In_X_String) show
403.600 252 moveto
(constant Pv) show
76 261 moveto
(None) show
183.640 261 moveto
(None) show
291.280 261 moveto
(Xlbt_Proc_Var.Proc_In) show
403.600 261 moveto
(constant Pv) show
76 270 moveto
(None) show
183.640 270 moveto
(None) show
291.280 270 moveto
(Xlbt_Proc_Var.Proc_In_In) show
403.600 270 moveto
(constant Pv) show
76 279 moveto
(None) show
183.640 279 moveto
(None) show
291.280 279 moveto
(Xlbt_Proc_Var.Proc_In_In_In_In) show
403.600 279 moveto
(constant Pv) show
76 288 moveto
(None) show
183.640 288 moveto
(None) show
291.280 288 moveto
(Xlbt_Proc_Var.Proc_In_In_In_Out_) show
291.280 297 moveto
(Out) show
403.600 288 moveto
(constant Pv) show
76 306 moveto
(None) show
183.640 306 moveto
(None) show
291.280 306 moveto
(Xlbt_Proc_Var.Proc_In_In_Out_Out) show
403.600 306 moveto
(constant Pv) show
76 315 moveto
(NoneIter) show
183.640 315 moveto
(None_Iter) show
291.280 315 moveto
(Xlbip_String_Map_Generic) show
403.600 315 moveto
(constant Iter) show
76 324 moveto
(NoneMap) show
183.640 324 moveto
(None_Map) show
291.280 324 moveto
(Xlbip_String_Map_Generic) show
403.600 324 moveto
(constant Map) show
76 333 moveto
(NormalState) show
183.640 333 moveto
(Normal_State) show
291.280 333 moveto
(Xlbt_Hint) show
403.600 333 moveto
(constant X_Initial_Window_State) show
76 342 moveto
(NorthEastGravity) show
183.640 342 moveto
(North_East_Bit_Gravity) show
291.280 342 moveto
(Xlbt_Window) show
403.600 342 moveto
(constant X_Bit_Gravity) show
76 351 moveto
(NorthEastGravity) show
183.640 351 moveto
(North_East_Gravity) show
291.280 351 moveto
(Xlbit_Hint3) show
403.600 351 moveto
(literal X_Size_Hints_Gravity) show
76 360 moveto
(NorthEastGravity) show
183.640 360 moveto
(North_East_Gravity) show
291.280 360 moveto
(Xlbt_Window) show
403.600 360 moveto
(constant X_Window_Gravity) show
76 369 moveto
(NorthGravity) show
183.640 369 moveto
(North_Bit_Gravity) show
291.280 369 moveto
(Xlbt_Window) show
403.600 369 moveto
(constant X_Bit_Gravity) show
76 378 moveto
(NorthGravity) show
183.640 378 moveto
(North_Gravity) show
291.280 378 moveto
(Xlbit_Hint3) show
403.600 378 moveto
(literal X_Size_Hints_Gravity) show
76 387 moveto
(NorthGravity) show
183.640 387 moveto
(North_Gravity) show
291.280 387 moveto
(Xlbt_Window) show
403.600 387 moveto
(constant X_Window_Gravity) show
76 396 moveto
(NorthWestGravity) show
183.640 396 moveto
(North_West_Bit_Gravity) show
291.280 396 moveto
(Xlbt_Window) show
403.600 396 moveto
(constant X_Bit_Gravity) show
76 405 moveto
(NorthWestGravity) show
183.640 405 moveto
(North_West_Gravity) show
291.280 405 moveto
(Xlbit_Hint3) show
403.600 405 moveto
(literal X_Size_Hints_Gravity) show
76 414 moveto
(NorthWestGravity) show
183.640 414 moveto
(North_West_Gravity) show
291.280 414 moveto
(Xlbt_Window) show
403.600 414 moveto
(constant X_Window_Gravity) show
76 423 moveto
(NotUseful) show
183.640 423 moveto
(Not_Useful) show
291.280 423 moveto
(Xlbt_Window) show
403.600 423 moveto
(constant X_Backing_Store_Hint) show
76 432 moveto
(NotifyAncestor) show
183.640 432 moveto
(Enter_Leave_Notify_Ancestor) show
291.280 432 moveto
(Xlbt_Event2) show
403.600 432 moveto
(constant X_Enter_Leave_Detail) show
76 441 moveto
(NotifyAncestor) show
183.640 441 moveto
(Enter_Leave_Notify_Ancestor) show
291.280 441 moveto
(Xlbt_Event3) show
403.600 441 moveto
(literal X_Enter_Leave_Detail) show
76 450 moveto
(NotifyAncestor) show
183.640 450 moveto
(Focus_Notify_Ancestor) show
291.280 450 moveto
(Xlbt_Event2) show
403.600 450 moveto
(constant X_Focus_Detail) show
76 459 moveto
(NotifyAncestor) show
183.640 459 moveto
(Focus_Notify_Ancestor) show
291.280 459 moveto
(Xlbt_Event3) show
403.600 459 moveto
(literal X_Focus_Detail) show
76 468 moveto
(NotifyDetailNone) show
183.640 468 moveto
(Focus_Notify_Detail_None) show
291.280 468 moveto
(Xlbt_Event2) show
403.600 468 moveto
(constant X_Focus_Detail) show
76 477 moveto
(NotifyDetailNone) show
183.640 477 moveto
(Focus_Notify_Detail_None) show
291.280 477 moveto
(Xlbt_Event3) show
403.600 477 moveto
(literal X_Focus_Detail) show
76 486 moveto
(NotifyGrab) show
183.640 486 moveto
(Enter_Leave_Notify_Grab) show
291.280 486 moveto
(Xlbt_Event2) show
403.600 486 moveto
(constant X_Enter_Leave_Mode) show
76 495 moveto
(NotifyGrab) show
183.640 495 moveto
(Enter_Leave_Notify_Grab) show
291.280 495 moveto
(Xlbt_Event3) show
403.600 495 moveto
(literal X_Enter_Leave_Mode) show
76 504 moveto
(NotifyGrab) show
183.640 504 moveto
(Focus_Notify_Grab) show
291.280 504 moveto
(Xlbt_Event2) show
403.600 504 moveto
(constant X_Focus_Mode) show
76 513 moveto
(NotifyGrab) show
183.640 513 moveto
(Focus_Notify_Grab) show
291.280 513 moveto
(Xlbt_Event3) show
403.600 513 moveto
(literal X_Focus_Mode) show
76 522 moveto
(NotifyInferior) show
183.640 522 moveto
(Enter_Leave_Notify_Inferior) show
291.280 522 moveto
(Xlbt_Event2) show
403.600 522 moveto
(constant X_Enter_Leave_Detail) show
76 531 moveto
(NotifyInferior) show
183.640 531 moveto
(Enter_Leave_Notify_Inferior) show
291.280 531 moveto
(Xlbt_Event3) show
403.600 531 moveto
(literal X_Enter_Leave_Detail) show
76 540 moveto
(NotifyInferior) show
183.640 540 moveto
(Focus_Notify_Inferior) show
291.280 540 moveto
(Xlbt_Event2) show
403.600 540 moveto
(constant X_Focus_Detail) show
76 549 moveto
(NotifyInferior) show
183.640 549 moveto
(Focus_Notify_Inferior) show
291.280 549 moveto
(Xlbt_Event3) show
403.600 549 moveto
(literal X_Focus_Detail) show
76 558 moveto
(NotifyNonlinear) show
183.640 558 moveto
(Enter_Leave_Notify_Nonlinear) show
291.280 558 moveto
(Xlbt_Event2) show
403.600 558 moveto
(constant X_Enter_Leave_Detail) show
76 567 moveto
(NotifyNonlinear) show
183.640 567 moveto
(Enter_Leave_Notify_Nonlinear) show
291.280 567 moveto
(Xlbt_Event3) show
403.600 567 moveto
(literal X_Enter_Leave_Detail) show
76 576 moveto
(NotifyNonlinear) show
183.640 576 moveto
(Focus_Notify_Nonlinear) show
291.280 576 moveto
(Xlbt_Event2) show
403.600 576 moveto
(constant X_Focus_Detail) show
76 585 moveto
(NotifyNonlinear) show
183.640 585 moveto
(Focus_Notify_Nonlinear) show
291.280 585 moveto
(Xlbt_Event3) show
403.600 585 moveto
(literal X_Focus_Detail) show
76 594 moveto
(NotifyNonlinear_Virtual) show
183.640 594 moveto
(Enter_Leave_Notify_Nonlinear_) show
183.640 603 moveto
(Virtual) show
291.280 594 moveto
(Xlbt_Event2) show
403.600 594 moveto
(constant X_Enter_Leave_Detail) show
76 612 moveto
(NotifyNonlinear_Virtual) show
183.640 612 moveto
(Enter_Leave_Notify_Nonlinear_) show
183.640 621 moveto
(Virtual) show
291.280 612 moveto
(Xlbt_Event3) show
403.600 612 moveto
(literal X_Enter_Leave_Detail) show
76 630 moveto
(NotifyNonlinear_Virtual) show
183.640 630 moveto
(Focus_Notify_Nonlinear_Virtual) show
291.280 630 moveto
(Xlbt_Event2) show
403.600 630 moveto
(constant X_Focus_Detail) show
76 639 moveto
(NotifyNonlinear_Virtual) show
183.640 639 moveto
(Focus_Notify_Nonlinear_Virtual) show
291.280 639 moveto
(Xlbt_Event3) show
403.600 639 moveto
(literal X_Focus_Detail) show
76 648 moveto
(NotifyNormal) show
183.640 648 moveto
(Enter_Leave_Notify_Normal) show
291.280 648 moveto
(Xlbt_Event2) show
403.600 648 moveto
(constant X_Enter_Leave_Mode) show
76 657 moveto
(NotifyNormal) show
183.640 657 moveto
(Enter_Leave_Notify_Normal) show
291.280 657 moveto
(Xlbt_Event3) show
403.600 657 moveto
(literal X_Enter_Leave_Mode) show
76 666 moveto
(NotifyNormal) show
183.640 666 moveto
(Focus_Notify_Normal) show
291.280 666 moveto
(Xlbt_Event2) show
403.600 666 moveto
(constant X_Focus_Mode) show
76 675 moveto
(NotifyNormal) show
183.640 675 moveto
(Focus_Notify_Normal) show
291.280 675 moveto
(Xlbt_Event3) show
403.600 675 moveto
(literal X_Focus_Mode) show
76 684 moveto
(NotifyPointer) show
183.640 684 moveto
(Focus_Notify_Pointer) show
291.280 684 moveto
(Xlbt_Event2) show
403.600 684 moveto
(constant X_Focus_Detail) show
76 693 moveto
(NotifyPointer) show
183.640 693 moveto
(Focus_Notify_Pointer) show
291.280 693 moveto
(Xlbt_Event3) show
403.600 693 moveto
(literal X_Focus_Detail) show
76 702 moveto
(NotifyPointerRoot) show
183.640 702 moveto
(Focus_Notify_Pointer_Root) show
291.280 702 moveto
(Xlbt_Event2) show
403.600 702 moveto
(constant X_Focus_Detail) show
76 711 moveto
(NotifyPointerRoot) show
183.640 711 moveto
(Focus_Notify_Pointer_Root) show
291.280 711 moveto
(Xlbt_Event3) show
403.600 711 moveto
(literal X_Focus_Detail) show
76 720 moveto
(NotifyUngrab) show
183.640 720 moveto
(Enter_Leave_Notify_Ungrab) show
291.280 720 moveto
(Xlbt_Event2) show
403.600 720 moveto
(constant X_Enter_Leave_Mode) show
72 756 moveto
10 /Times-Roman SelectFont
(50) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 51 51
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(NotifyUngrab) show
183.640 108 moveto
(Enter_Leave_Notify_Ungrab) show
291.280 108 moveto
(Xlbt_Event3) show
403.600 108 moveto
(literal X_Enter_Leave_Mode) show
76 117 moveto
(NotifyUngrab) show
183.640 117 moveto
(Focus_Notify_Ungrab) show
291.280 117 moveto
(Xlbt_Event2) show
403.600 117 moveto
(constant X_Focus_Mode) show
76 126 moveto
(NotifyUngrab) show
183.640 126 moveto
(Focus_Notify_Ungrab) show
291.280 126 moveto
(Xlbt_Event3) show
403.600 126 moveto
(literal X_Focus_Mode) show
76 135 moveto
(NotifyVirtual) show
183.640 135 moveto
(Enter_Leave_Notify_Virtual) show
291.280 135 moveto
(Xlbt_Event2) show
403.600 135 moveto
(constant X_Enter_Leave_Detail) show
76 144 moveto
(NotifyVirtual) show
183.640 144 moveto
(Enter_Leave_Notify_Virtual) show
291.280 144 moveto
(Xlbt_Event3) show
403.600 144 moveto
(literal X_Enter_Leave_Detail) show
76 153 moveto
(NotifyVirtual) show
183.640 153 moveto
(Focus_Notify_Virtual) show
291.280 153 moveto
(Xlbt_Event2) show
403.600 153 moveto
(constant X_Focus_Detail) show
76 162 moveto
(NotifyVirtual) show
183.640 162 moveto
(Focus_Notify_Virtual) show
291.280 162 moveto
(Xlbt_Event3) show
403.600 162 moveto
(literal X_Focus_Detail) show
76 171 moveto
(NotifyWhileGrabbed) show
183.640 171 moveto
(Focus_Notify_While_Grabbed) show
291.280 171 moveto
(Xlbt_Event2) show
403.600 171 moveto
(constant X_Focus_Mode) show
76 180 moveto
(NotifyWhileGrabbed) show
183.640 180 moveto
(Focus_Notify_While_Grabbed) show
291.280 180 moveto
(Xlbt_Event3) show
403.600 180 moveto
(literal X_Focus_Mode) show
76 189 moveto
(NumPropStandardColormap) show
76 198 moveto
(Elements) show
183.640 189 moveto
(X_Standard_Colormap) show
291.280 189 moveto
(Xlbt_Hint) show
403.600 189 moveto
(subtype X_Standard_Colormap) show
76 207 moveto
(NumPropStandardColormap) show
76 216 moveto
(Elements) show
183.640 207 moveto
(X_Standard_Colormap) show
291.280 207 moveto
(Xlbt_Hint3) show
403.600 207 moveto
(type record) show
76 225 moveto
(OpenFont) show
183.640 225 moveto
(Open_Font) show
291.280 225 moveto
(Xlbt_Request) show
403.600 225 moveto
(constant X_Request_Code) show
76 234 moveto
(Opposite) show
183.640 234 moveto
(Opposite) show
291.280 234 moveto
(Xlbt_Window) show
403.600 234 moveto
(constant X_Window_Stacking) show
76 243 moveto
(OwnerGrabButtonMask) show
183.640 243 moveto
(Owner_Grab_Button_Mask) show
291.280 243 moveto
(Xlbt_Basic) show
403.600 243 moveto
(constant X_Event_Mask_Index) show
76 252 moveto
(PAllHints) show
183.640 252 moveto
(X_Size_Hints_Flags) show
291.280 252 moveto
(Xlbt_Hint) show
403.600 252 moveto
(subtype X_Size_Hints_Flags) show
76 261 moveto
(PAllHints) show
183.640 261 moveto
(X_Size_Hints_Flags) show
291.280 261 moveto
(Xlbt_Hint3) show
403.600 261 moveto
(type array of Boolean) show
76 270 moveto
(PAspect) show
183.640 270 moveto
(P_Aspect) show
291.280 270 moveto
(Xlbt_Hint) show
403.600 270 moveto
(constant X_Size_Hints_Flags_Index) show
76 279 moveto
(PBaseSize) show
183.640 279 moveto
(P_Base_Size) show
291.280 279 moveto
(Xlbt_Hint) show
403.600 279 moveto
(constant X_Size_Hints_Flags_Index) show
76 288 moveto
(PMaxSize) show
183.640 288 moveto
(P_Max_Size) show
291.280 288 moveto
(Xlbt_Hint) show
403.600 288 moveto
(constant X_Size_Hints_Flags_Index) show
76 297 moveto
(PMinSize) show
183.640 297 moveto
(P_Min_Size) show
291.280 297 moveto
(Xlbt_Hint) show
403.600 297 moveto
(constant X_Size_Hints_Flags_Index) show
76 306 moveto
(PPosition) show
183.640 306 moveto
(P_Position) show
291.280 306 moveto
(Xlbt_Hint) show
403.600 306 moveto
(constant X_Size_Hints_Flags_Index) show
76 315 moveto
(PResizeInc) show
183.640 315 moveto
(P_Resize_Inc) show
291.280 315 moveto
(Xlbt_Hint) show
403.600 315 moveto
(constant X_Size_Hints_Flags_Index) show
76 324 moveto
(PSize) show
183.640 324 moveto
(P_Size) show
291.280 324 moveto
(Xlbt_Hint) show
403.600 324 moveto
(constant X_Size_Hints_Flags_Index) show
76 333 moveto
(PWinGravity) show
183.640 333 moveto
(P_Win_Gravity) show
291.280 333 moveto
(Xlbt_Hint) show
403.600 333 moveto
(constant X_Size_Hints_Flags_Index) show
76 342 moveto
(ParentRelative) show
183.640 342 moveto
(Parent_Relative) show
291.280 342 moveto
(Xlbt_Basic) show
403.600 342 moveto
(X_Pixmap) show
76 351 moveto
(Pixel) show
183.640 351 moveto
(X_Pixel) show
291.280 351 moveto
(Xlbt_Basic) show
403.600 351 moveto
(subtype X_Pixel) show
76 360 moveto
(Pixel) show
183.640 360 moveto
(X_Pixel) show
291.280 360 moveto
(Xlbt_Basic3) show
403.600 360 moveto
(type new S_Long) show
76 369 moveto
(Pixmap) show
183.640 369 moveto
(X_Pixmap) show
291.280 369 moveto
(Xlbt_Basic) show
403.600 369 moveto
(subtype X_Pixmap) show
76 378 moveto
(Pixmap) show
183.640 378 moveto
(X_Pixmap) show
291.280 378 moveto
(Xlbt_Basic3) show
403.600 378 moveto
(type record) show
76 387 moveto
(PlaceOnBottom) show
183.640 387 moveto
(Place_On_Bottom) show
291.280 387 moveto
(Xlbt_Window) show
403.600 387 moveto
(constant X_Circulate_Place) show
76 396 moveto
(PlaceOnTop) show
183.640 396 moveto
(Place_On_Top) show
291.280 396 moveto
(Xlbt_Window) show
403.600 396 moveto
(constant X_Circulate_Place) show
76 405 moveto
(PlanesOfScreen) show
183.640 405 moveto
(X_Planes_Of_Screen) show
291.280 405 moveto
(Xlbp_Display) show
403.600 405 moveto
(function return U_Char) show
76 414 moveto
(PointerMotionHintMask) show
183.640 414 moveto
(Pointer_Motion_Hint_Mask) show
291.280 414 moveto
(Xlbt_Basic) show
403.600 414 moveto
(constant X_Event_Mask_Index) show
76 423 moveto
(PointerMotionMask) show
183.640 423 moveto
(Pointer_Motion_Mask) show
291.280 423 moveto
(Xlbt_Basic) show
403.600 423 moveto
(constant X_Event_Mask_Index) show
76 432 moveto
(PointerRoot) show
183.640 432 moveto
(Pointer_Root) show
291.280 432 moveto
(Xlbt_Basic) show
403.600 432 moveto
(X_Window) show
76 441 moveto
(PointerWindow) show
183.640 441 moveto
(Pointer_Window) show
291.280 441 moveto
(Xlbt_Basic) show
403.600 441 moveto
(X_Window) show
76 450 moveto
(PolyArc) show
183.640 450 moveto
(Poly_Arc) show
291.280 450 moveto
(Xlbt_Request) show
403.600 450 moveto
(constant X_Request_Code) show
76 459 moveto
(PolyFillArc) show
183.640 459 moveto
(Poly_Fill_Arc) show
291.280 459 moveto
(Xlbt_Request) show
403.600 459 moveto
(constant X_Request_Code) show
76 468 moveto
(PolyFillRectangle) show
183.640 468 moveto
(Poly_Fill_Rectangle) show
291.280 468 moveto
(Xlbt_Request) show
403.600 468 moveto
(constant X_Request_Code) show
76 477 moveto
(PolyLine) show
183.640 477 moveto
(Poly_Line) show
291.280 477 moveto
(Xlbt_Request) show
403.600 477 moveto
(constant X_Request_Code) show
76 486 moveto
(PolyPoint) show
183.640 486 moveto
(Poly_Point) show
291.280 486 moveto
(Xlbt_Request) show
403.600 486 moveto
(constant X_Request_Code) show
76 495 moveto
(PolyRectangle) show
183.640 495 moveto
(Poly_Rectangle) show
291.280 495 moveto
(Xlbt_Request) show
403.600 495 moveto
(constant X_Request_Code) show
76 504 moveto
(PolySegment) show
183.640 504 moveto
(Poly_Segment) show
291.280 504 moveto
(Xlbt_Request) show
403.600 504 moveto
(constant X_Request_Code) show
76 513 moveto
(PolyText16) show
183.640 513 moveto
(Poly_Text16) show
291.280 513 moveto
(Xlbt_Request) show
403.600 513 moveto
(constant X_Request_Code) show
76 522 moveto
(PolyText8) show
183.640 522 moveto
(Poly_Text8) show
291.280 522 moveto
(Xlbt_Request) show
403.600 522 moveto
(constant X_Request_Code) show
76 531 moveto
(Pos) show
183.640 531 moveto
(X_Rm_Pos) show
291.280 531 moveto
(Xlbt_Rm) show
403.600 531 moveto
(subtype X_Rm_Pos) show
76 540 moveto
(Pos) show
183.640 540 moveto
(X_Rm_Pos) show
291.280 540 moveto
(Xlbt_Rm3) show
403.600 540 moveto
(type record) show
76 549 moveto
(PreferBlanking) show
183.640 549 moveto
(Prefer_Blanking) show
291.280 549 moveto
(Xlbt_Screen_Saver) show
403.600 549 moveto
(literal X_Screen_Saver_Blanking) show
76 558 moveto
(PrivateEventToWire) show
183.640 558 moveto
(Internal_Event_To_Wire) show
291.280 558 moveto
(Xlbip_Wire_Converters) show
403.600 558 moveto
(procedure) show
76 567 moveto
(PrivateSetLastRequestRead) show
183.640 567 moveto
(Internal_X_Set_Last_Request_) show
183.640 576 moveto
(Read) show
291.280 567 moveto
(Xlbip_Internal) show
403.600 567 moveto
(function return S_Long) show
76 585 moveto
(PrivateWireToError) show
183.640 585 moveto
(Internal_Wire_To_Error) show
291.280 585 moveto
(Xlbip_Wire_Converters) show
403.600 585 moveto
(procedure) show
76 594 moveto
(PrivateWireToEvent) show
183.640 594 moveto
(Internal_Wire_To_Event) show
291.280 594 moveto
(Xlbip_Wire_Converters) show
403.600 594 moveto
(procedure) show
76 603 moveto
(PrivateWireToReply) show
183.640 603 moveto
(Internal_Wire_To_Reply) show
291.280 603 moveto
(Xlbip_Wire_Converters) show
403.600 603 moveto
(procedure) show
76 612 moveto
(PrivateXAllocId) show
183.640 612 moveto
(Internal_X_Alloc_Id) show
291.280 612 moveto
(Xlbip_Internal) show
403.600 612 moveto
(function return X_Id) show
76 621 moveto
(PrivateXEnq) show
183.640 621 moveto
(Internal_X_Enq) show
291.280 621 moveto
(Xlbip_Internal) show
403.600 621 moveto
(procedure) show
76 630 moveto
(PrivateXEventsQueued) show
183.640 630 moveto
(Internal_X_Events_Queued) show
291.280 630 moveto
(Xlbmp_Internal) show
403.600 630 moveto
(function return S_Long) show
76 639 moveto
(PrivateXFreeDisplayStructure) show
183.640 639 moveto
(Internal_X_Free_Display_) show
183.640 648 moveto
(Structure) show
291.280 639 moveto
(Xlbip_Internal) show
403.600 639 moveto
(procedure) show
76 657 moveto
(PrivateXReadEvents) show
183.640 657 moveto
(Internal_X_Read_Events) show
291.280 657 moveto
(Xlbmp_Internal) show
403.600 657 moveto
(procedure) show
76 666 moveto
(ProcIn) show
183.640 666 moveto
(Proc_In) show
291.280 666 moveto
(Xlbt_Proc_Var) show
403.600 666 moveto
(generic package) show
76 675 moveto
(ProcInIn) show
183.640 675 moveto
(Proc_In_In) show
291.280 675 moveto
(Xlbt_Proc_Var) show
403.600 675 moveto
(generic package) show
76 684 moveto
(ProcInInIn) show
183.640 684 moveto
(Proc_In_In_In) show
291.280 684 moveto
(Xlbt_Proc_Var) show
403.600 684 moveto
(generic package) show
76 693 moveto
(ProcInInInIn) show
183.640 693 moveto
(Proc_In_In_In_In) show
291.280 693 moveto
(Xlbt_Proc_Var) show
403.600 693 moveto
(generic package) show
76 702 moveto
(ProcInInInOutOut) show
183.640 702 moveto
(Proc_In_In_In_Out_Out) show
291.280 702 moveto
(Xlbt_Proc_Var) show
403.600 702 moveto
(generic package) show
76 711 moveto
(ProcInout) show
183.640 711 moveto
(Proc_Inout) show
291.280 711 moveto
(Xlbt_Proc_Var) show
403.600 711 moveto
(generic package) show
76 720 moveto
(PropModeAppend) show
183.640 720 moveto
(Prop_Mode_Append) show
291.280 720 moveto
(Xlbt_Window) show
403.600 720 moveto
(constant X_Property_Mode) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(51) show
EndPage
%%Page: 52 52
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(PropModePrepend) show
183.640 108 moveto
(Prop_Mode_Prepend) show
291.280 108 moveto
(Xlbt_Window) show
403.600 108 moveto
(constant X_Property_Mode) show
76 117 moveto
(PropModeReplace) show
183.640 117 moveto
(Prop_Mode_Replace) show
291.280 117 moveto
(Xlbt_Window) show
403.600 117 moveto
(constant X_Property_Mode) show
76 126 moveto
(PropertyChangeMask) show
183.640 126 moveto
(Property_Change_Mask) show
291.280 126 moveto
(Xlbt_Basic) show
403.600 126 moveto
(constant X_Event_Mask_Index) show
76 135 moveto
(PropertyDelete) show
183.640 135 moveto
(Property_Delete) show
291.280 135 moveto
(Xlbt_Window) show
403.600 135 moveto
(constant X_Property_State) show
76 144 moveto
(PropertyNewValue) show
183.640 144 moveto
(Property_New_Value) show
291.280 144 moveto
(Xlbt_Window) show
403.600 144 moveto
(constant X_Property_State) show
76 153 moveto
(PropertyNotify) show
183.640 153 moveto
(Property_Notify) show
291.280 153 moveto
(Xlbt_Event) show
403.600 153 moveto
(constant X_Event_Code) show
76 162 moveto
(ProtocolRevision) show
183.640 162 moveto
(X_Protocol_Revision) show
291.280 162 moveto
(Xlbmt_Parameters) show
403.600 162 moveto
(constant) show
76 171 moveto
(ProtocolRevision) show
183.640 171 moveto
(X_Protocol_Revision) show
291.280 171 moveto
(Xlbp_Display) show
403.600 171 moveto
(function return U_Short) show
76 180 moveto
(ProtocolVersion) show
183.640 180 moveto
(X_Protocol_Version) show
291.280 180 moveto
(Xlbp_Display) show
403.600 180 moveto
(function return U_Short) show
76 189 moveto
(PseudoColor) show
183.640 189 moveto
(Pseudo_Color) show
291.280 189 moveto
(Xlbt_Visual) show
403.600 189 moveto
(constant X_Display_Class) show
76 198 moveto
(PutImage) show
183.640 198 moveto
(Put_Image) show
291.280 198 moveto
(Xlbt_Request) show
403.600 198 moveto
(constant X_Request_Code) show
76 207 moveto
(PutRequest) show
183.640 207 moveto
(Put_Request) show
291.280 207 moveto
(Xlbmp_Put) show
403.600 207 moveto
(generic procedure) show
76 216 moveto
(PutRequestExtra) show
183.640 216 moveto
(Put_Request_Extra) show
291.280 216 moveto
(Xlbmp_Put) show
403.600 216 moveto
(generic procedure) show
76 225 moveto
(PutXAllocColorCellsRequest) show
183.640 225 moveto
(Put_X_Alloc_Color_Cells_) show
183.640 234 moveto
(Request) show
291.280 225 moveto
(Xlbip_Put_Request) show
403.600 225 moveto
(procedure) show
76 243 moveto
(PutXAllocColorPlanesRequest) show
183.640 243 moveto
(Put_X_Alloc_Color_Planes_) show
183.640 252 moveto
(Request) show
291.280 243 moveto
(Xlbip_Put_Request) show
403.600 243 moveto
(procedure) show
76 261 moveto
(PutXAllocColorRequest) show
183.640 261 moveto
(Put_X_Alloc_Color_Request) show
291.280 261 moveto
(Xlbip_Put_Request) show
403.600 261 moveto
(procedure) show
76 270 moveto
(PutXAllocNamedColorRequest) show
183.640 270 moveto
(Put_X_Alloc_Named_Color_) show
183.640 279 moveto
(Request) show
291.280 270 moveto
(Xlbip_Put_Request) show
403.600 270 moveto
(procedure) show
76 288 moveto
(PutXAllowEventsRequest) show
183.640 288 moveto
(Put_X_Allow_Events_Request) show
291.280 288 moveto
(Xlbip_Put_Request) show
403.600 288 moveto
(procedure) show
76 297 moveto
(PutXBellRequest) show
183.640 297 moveto
(Put_X_Bell_Request) show
291.280 297 moveto
(Xlbip_Put_Request) show
403.600 297 moveto
(procedure) show
76 306 moveto
(PutXChangeActivePointerGrab) show
76 315 moveto
(Request) show
183.640 306 moveto
(Put_X_Change_Active_Pointer_) show
183.640 315 moveto
(Grab_Request) show
291.280 306 moveto
(Xlbip_Put_Request) show
403.600 306 moveto
(procedure) show
76 324 moveto
(PutXChangeGcRequest) show
183.640 324 moveto
(Put_X_Change_Gc_Request) show
291.280 324 moveto
(Xlbip_Put_Request) show
403.600 324 moveto
(procedure) show
76 333 moveto
(PutXChangeHostsRequest) show
183.640 333 moveto
(Put_X_Change_Hosts_Request) show
291.280 333 moveto
(Xlbip_Put_Request) show
403.600 333 moveto
(procedure) show
76 342 moveto
(PutXChangeKeyboardControl) show
76 351 moveto
(Request) show
183.640 342 moveto
(Put_X_Change_Keyboard_) show
183.640 351 moveto
(Control_Request) show
291.280 342 moveto
(Xlbip_Put_Request) show
403.600 342 moveto
(procedure) show
76 360 moveto
(PutXChangeKeyboardMapping) show
76 369 moveto
(Request) show
183.640 360 moveto
(Put_X_Change_Keyboard_) show
183.640 369 moveto
(Mapping_Request) show
291.280 360 moveto
(Xlbip_Put_Request) show
403.600 360 moveto
(procedure) show
76 378 moveto
(PutXChangePointerControlReques) show
76 387 moveto
(t) show
183.640 378 moveto
(Put_X_Change_Pointer_Control_) show
183.640 387 moveto
(Request) show
291.280 378 moveto
(Xlbip_Put_Request) show
403.600 378 moveto
(procedure) show
76 396 moveto
(PutXChangePropertyRequest) show
183.640 396 moveto
(Put_X_Change_Property_Request) show
291.280 396 moveto
(Xlbip_Put_Request) show
403.600 396 moveto
(procedure) show
76 405 moveto
(PutXChangeSaveSetRequest) show
183.640 405 moveto
(Put_X_Change_Save_Set_Request) show
291.280 405 moveto
(Xlbip_Put_Request) show
403.600 405 moveto
(procedure) show
76 414 moveto
(PutXChangeWindowAttributes) show
76 423 moveto
(Request) show
183.640 414 moveto
(Put_X_Change_Window_) show
183.640 423 moveto
(Attributes_Request) show
291.280 414 moveto
(Xlbip_Put_Request) show
403.600 414 moveto
(procedure) show
76 432 moveto
(PutXCirculateWindowRequest) show
183.640 432 moveto
(Put_X_Circulate_Window_) show
183.640 441 moveto
(Request) show
291.280 432 moveto
(Xlbip_Put_Request) show
403.600 432 moveto
(procedure) show
76 450 moveto
(PutXClearAreaRequest) show
183.640 450 moveto
(Put_X_Clear_Area_Request) show
291.280 450 moveto
(Xlbip_Put_Request) show
403.600 450 moveto
(procedure) show
76 459 moveto
(PutXCloseFontRequest) show
183.640 459 moveto
(Put_X_Close_Font_Request) show
291.280 459 moveto
(Xlbip_Put_Request) show
403.600 459 moveto
(procedure) show
76 468 moveto
(PutXConfigureWindowRequest) show
183.640 468 moveto
(Put_X_Configure_Window_) show
183.640 477 moveto
(Request) show
291.280 468 moveto
(Xlbip_Put_Request) show
403.600 468 moveto
(procedure) show
76 486 moveto
(PutXConvertSelectionRequest) show
183.640 486 moveto
(Put_X_Convert_Selection_Request) show
291.280 486 moveto
(Xlbip_Put_Request) show
403.600 486 moveto
(procedure) show
76 495 moveto
(PutXCopyAreaRequest) show
183.640 495 moveto
(Put_X_Copy_Area_Request) show
291.280 495 moveto
(Xlbip_Put_Request) show
403.600 495 moveto
(procedure) show
76 504 moveto
(PutXCopyColormapAndFree) show
76 513 moveto
(Request) show
183.640 504 moveto
(Put_X_Copy_Colormap_And_) show
183.640 513 moveto
(Free_Request) show
291.280 504 moveto
(Xlbip_Put_Request) show
403.600 504 moveto
(procedure) show
76 522 moveto
(PutXCopyGcRequest) show
183.640 522 moveto
(Put_X_Copy_Gc_Request) show
291.280 522 moveto
(Xlbip_Put_Request) show
403.600 522 moveto
(procedure) show
76 531 moveto
(PutXCopyPlaneRequest) show
183.640 531 moveto
(Put_X_Copy_Plane_Request) show
291.280 531 moveto
(Xlbip_Put_Request) show
403.600 531 moveto
(procedure) show
76 540 moveto
(PutXCreateColormapRequest) show
183.640 540 moveto
(Put_X_Create_Colormap_Request) show
291.280 540 moveto
(Xlbip_Put_Request) show
403.600 540 moveto
(procedure) show
76 549 moveto
(PutXCreateCursorRequest) show
183.640 549 moveto
(Put_X_Create_Cursor_Request) show
291.280 549 moveto
(Xlbip_Put_Request) show
403.600 549 moveto
(procedure) show
76 558 moveto
(PutXCreateGcRequest) show
183.640 558 moveto
(Put_X_Create_Gc_Request) show
291.280 558 moveto
(Xlbip_Put_Request) show
403.600 558 moveto
(procedure) show
76 567 moveto
(PutXCreateGlyphCursorRequest) show
183.640 567 moveto
(Put_X_Create_Glyph_Cursor_) show
183.640 576 moveto
(Request) show
291.280 567 moveto
(Xlbip_Put_Request) show
403.600 567 moveto
(procedure) show
76 585 moveto
(PutXCreatePixmapRequest) show
183.640 585 moveto
(Put_X_Create_Pixmap_Request) show
291.280 585 moveto
(Xlbip_Put_Request) show
403.600 585 moveto
(procedure) show
76 594 moveto
(PutXCreateWindowRequest) show
183.640 594 moveto
(Put_X_Create_Window_Request) show
291.280 594 moveto
(Xlbip_Put_Request) show
403.600 594 moveto
(procedure) show
76 603 moveto
(PutXDeletePropertyRequest) show
183.640 603 moveto
(Put_X_Delete_Property_Request) show
291.280 603 moveto
(Xlbip_Put_Request) show
403.600 603 moveto
(procedure) show
76 612 moveto
(PutXDestroySubwindowsRequest) show
183.640 612 moveto
(Put_X_Destroy_Subwindows_) show
183.640 621 moveto
(Request) show
291.280 612 moveto
(Xlbip_Put_Request) show
403.600 612 moveto
(procedure) show
76 630 moveto
(PutXDestroyWindowRequest) show
183.640 630 moveto
(Put_X_Destroy_Window_Request) show
291.280 630 moveto
(Xlbip_Put_Request) show
403.600 630 moveto
(procedure) show
76 639 moveto
(PutXFillPolyRequest) show
183.640 639 moveto
(Put_X_Fill_Poly_Request) show
291.280 639 moveto
(Xlbip_Put_Request) show
403.600 639 moveto
(procedure) show
76 648 moveto
(PutXForceScreenSaverRequest) show
183.640 648 moveto
(Put_X_Force_Screen_Saver_) show
183.640 657 moveto
(Request) show
291.280 648 moveto
(Xlbip_Put_Request) show
403.600 648 moveto
(procedure) show
76 666 moveto
(PutXFreeColormapRequest) show
183.640 666 moveto
(Put_X_Free_Colormap_Request) show
291.280 666 moveto
(Xlbip_Put_Request) show
403.600 666 moveto
(procedure) show
76 675 moveto
(PutXFreeColorsRequest) show
183.640 675 moveto
(Put_X_Free_Colors_Request) show
291.280 675 moveto
(Xlbip_Put_Request) show
403.600 675 moveto
(procedure) show
76 684 moveto
(PutXFreeCursorRequest) show
183.640 684 moveto
(Put_X_Free_Cursor_Request) show
291.280 684 moveto
(Xlbip_Put_Request) show
403.600 684 moveto
(procedure) show
76 693 moveto
(PutXFreeGcRequest) show
183.640 693 moveto
(Put_X_Free_Gc_Request) show
291.280 693 moveto
(Xlbip_Put_Request) show
403.600 693 moveto
(procedure) show
76 702 moveto
(PutXFreePixmapRequest) show
183.640 702 moveto
(Put_X_Free_Pixmap_Request) show
291.280 702 moveto
(Xlbip_Put_Request) show
403.600 702 moveto
(procedure) show
76 711 moveto
(PutXGetAtomNameRequest) show
183.640 711 moveto
(Put_X_Get_Atom_Name_Request) show
291.280 711 moveto
(Xlbip_Put_Request) show
403.600 711 moveto
(procedure) show
76 720 moveto
(PutXGetFontPathRequest) show
183.640 720 moveto
(Put_X_Get_Font_Path_Request) show
291.280 720 moveto
(Xlbip_Put_Request) show
403.600 720 moveto
(procedure) show
72 756 moveto
10 /Times-Roman SelectFont
(52) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 53 53
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(PutXGetGeometryRequest) show
183.640 108 moveto
(Put_X_Get_Geometry_Request) show
291.280 108 moveto
(Xlbip_Put_Request) show
403.600 108 moveto
(procedure) show
76 117 moveto
(PutXGetImageRequest) show
183.640 117 moveto
(Put_X_Get_Image_Request) show
291.280 117 moveto
(Xlbip_Put_Request) show
403.600 117 moveto
(procedure) show
76 126 moveto
(PutXGetInputFocusRequest) show
183.640 126 moveto
(Put_X_Get_Input_Focus_Request) show
291.280 126 moveto
(Xlbip_Put_Request) show
403.600 126 moveto
(procedure) show
76 135 moveto
(PutXGetKeyboardControlRequest) show
183.640 135 moveto
(Put_X_Get_Keyboard_Control_) show
183.640 144 moveto
(Request) show
291.280 135 moveto
(Xlbip_Put_Request) show
403.600 135 moveto
(procedure) show
76 153 moveto
(PutXGetKeyboardMappingReques) show
76 162 moveto
(t) show
183.640 153 moveto
(Put_X_Get_Keyboard_Mapping_) show
183.640 162 moveto
(Request) show
291.280 153 moveto
(Xlbip_Put_Request) show
403.600 153 moveto
(procedure) show
76 171 moveto
(PutXGetModifierMappingRequest) show
183.640 171 moveto
(Put_X_Get_Modifier_Mapping_) show
183.640 180 moveto
(Request) show
291.280 171 moveto
(Xlbip_Put_Request) show
403.600 171 moveto
(procedure) show
76 189 moveto
(PutXGetMotionEventsRequest) show
183.640 189 moveto
(Put_X_Get_Motion_Events_) show
183.640 198 moveto
(Request) show
291.280 189 moveto
(Xlbip_Put_Request) show
403.600 189 moveto
(procedure) show
76 207 moveto
(PutXGetPointerControlRequest) show
183.640 207 moveto
(Put_X_Get_Pointer_Control_) show
183.640 216 moveto
(Request) show
291.280 207 moveto
(Xlbip_Put_Request) show
403.600 207 moveto
(procedure) show
76 225 moveto
(PutXGetPointerMappingRequest) show
183.640 225 moveto
(Put_X_Get_Pointer_Mapping_) show
183.640 234 moveto
(Request) show
291.280 225 moveto
(Xlbip_Put_Request) show
403.600 225 moveto
(procedure) show
76 243 moveto
(PutXGetPropertyRequest) show
183.640 243 moveto
(Put_X_Get_Property_Request) show
291.280 243 moveto
(Xlbip_Put_Request) show
403.600 243 moveto
(procedure) show
76 252 moveto
(PutXGetScreenSaverRequest) show
183.640 252 moveto
(Put_X_Get_Screen_Saver_Request) show
291.280 252 moveto
(Xlbip_Put_Request) show
403.600 252 moveto
(procedure) show
76 261 moveto
(PutXGetSelectionOwnerRequest) show
183.640 261 moveto
(Put_X_Get_Selection_Owner_) show
183.640 270 moveto
(Request) show
291.280 261 moveto
(Xlbip_Put_Request) show
403.600 261 moveto
(procedure) show
76 279 moveto
(PutXGetWindowAttributesRequest) show
183.640 279 moveto
(Put_X_Get_Window_Attributes_) show
183.640 288 moveto
(Request) show
291.280 279 moveto
(Xlbip_Put_Request) show
403.600 279 moveto
(procedure) show
76 297 moveto
(PutXGrabButtonRequest) show
183.640 297 moveto
(Put_X_Grab_Button_Request) show
291.280 297 moveto
(Xlbip_Put_Request) show
403.600 297 moveto
(procedure) show
76 306 moveto
(PutXGrabKeyRequest) show
183.640 306 moveto
(Put_X_Grab_Key_Request) show
291.280 306 moveto
(Xlbip_Put_Request) show
403.600 306 moveto
(procedure) show
76 315 moveto
(PutXGrabKeyboardRequest) show
183.640 315 moveto
(Put_X_Grab_Keyboard_Request) show
291.280 315 moveto
(Xlbip_Put_Request) show
403.600 315 moveto
(procedure) show
76 324 moveto
(PutXGrabPointerRequest) show
183.640 324 moveto
(Put_X_Grab_Pointer_Request) show
291.280 324 moveto
(Xlbip_Put_Request) show
403.600 324 moveto
(procedure) show
76 333 moveto
(PutXGrabServerRequest) show
183.640 333 moveto
(Put_X_Grab_Server_Request) show
291.280 333 moveto
(Xlbip_Put_Request) show
403.600 333 moveto
(procedure) show
76 342 moveto
(PutXImageText16Request) show
183.640 342 moveto
(Put_X_Image_Text16_Request) show
291.280 342 moveto
(Xlbip_Put_Request) show
403.600 342 moveto
(procedure) show
76 351 moveto
(PutXImageText8Request) show
183.640 351 moveto
(Put_X_Image_Text8_Request) show
291.280 351 moveto
(Xlbip_Put_Request) show
403.600 351 moveto
(procedure) show
76 360 moveto
(PutXInstallColormapRequest) show
183.640 360 moveto
(Put_X_Install_Colormap_Request) show
291.280 360 moveto
(Xlbip_Put_Request) show
403.600 360 moveto
(procedure) show
76 369 moveto
(PutXInternAtomRequest) show
183.640 369 moveto
(Put_X_Intern_Atom_Request) show
291.280 369 moveto
(Xlbip_Put_Request) show
403.600 369 moveto
(procedure) show
76 378 moveto
(PutXKillClientRequest) show
183.640 378 moveto
(Put_X_Kill_Client_Request) show
291.280 378 moveto
(Xlbip_Put_Request) show
403.600 378 moveto
(procedure) show
76 387 moveto
(PutXListExtensionsRequest) show
183.640 387 moveto
(Put_X_List_Extensions_Request) show
291.280 387 moveto
(Xlbip_Put_Request) show
403.600 387 moveto
(procedure) show
76 396 moveto
(PutXListFontsRequest) show
183.640 396 moveto
(Put_X_List_Fonts_Request) show
291.280 396 moveto
(Xlbip_Put_Request) show
403.600 396 moveto
(procedure) show
76 405 moveto
(PutXListFontsWithInfoRequest) show
183.640 405 moveto
(Put_X_List_Fonts_With_Info_) show
183.640 414 moveto
(Request) show
291.280 405 moveto
(Xlbip_Put_Request) show
403.600 405 moveto
(procedure) show
76 423 moveto
(PutXListHostsRequest) show
183.640 423 moveto
(Put_X_List_Hosts_Request) show
291.280 423 moveto
(Xlbip_Put_Request) show
403.600 423 moveto
(procedure) show
76 432 moveto
(PutXListInstalledColormapsReque) show
76 441 moveto
(st) show
183.640 432 moveto
(Put_X_List_Installed_Colormaps_) show
183.640 441 moveto
(Request) show
291.280 432 moveto
(Xlbip_Put_Request) show
403.600 432 moveto
(procedure) show
76 450 moveto
(PutXListPropertiesRequest) show
183.640 450 moveto
(Put_X_List_Properties_Request) show
291.280 450 moveto
(Xlbip_Put_Request) show
403.600 450 moveto
(procedure) show
76 459 moveto
(PutXLookupColorRequest) show
183.640 459 moveto
(Put_X_Lookup_Color_Request) show
291.280 459 moveto
(Xlbip_Put_Request) show
403.600 459 moveto
(procedure) show
76 468 moveto
(PutXMapSubwindowsRequest) show
183.640 468 moveto
(Put_X_Map_Subwindows_) show
183.640 477 moveto
(Request) show
291.280 468 moveto
(Xlbip_Put_Request) show
403.600 468 moveto
(procedure) show
76 486 moveto
(PutXMapWindowRequest) show
183.640 486 moveto
(Put_X_Map_Window_Request) show
291.280 486 moveto
(Xlbip_Put_Request) show
403.600 486 moveto
(procedure) show
76 495 moveto
(PutXNoOperationRequest) show
183.640 495 moveto
(Put_X_No_Operation_Request) show
291.280 495 moveto
(Xlbip_Put_Request) show
403.600 495 moveto
(procedure) show
76 504 moveto
(PutXOpenFontRequest) show
183.640 504 moveto
(Put_X_Open_Font_Request) show
291.280 504 moveto
(Xlbip_Put_Request) show
403.600 504 moveto
(procedure) show
76 513 moveto
(PutXPolyArcRequest) show
183.640 513 moveto
(Put_X_Poly_Arc_Request) show
291.280 513 moveto
(Xlbip_Put_Request) show
403.600 513 moveto
(procedure) show
76 522 moveto
(PutXPolyFillArcRequest) show
183.640 522 moveto
(Put_X_Poly_Fill_Arc_Request) show
291.280 522 moveto
(Xlbip_Put_Request) show
403.600 522 moveto
(procedure) show
76 531 moveto
(PutXPolyFillRectangleRequest) show
183.640 531 moveto
(Put_X_Poly_Fill_Rectangle_) show
183.640 540 moveto
(Request) show
291.280 531 moveto
(Xlbip_Put_Request) show
403.600 531 moveto
(procedure) show
76 549 moveto
(PutXPolyLineRequest) show
183.640 549 moveto
(Put_X_Poly_Line_Request) show
291.280 549 moveto
(Xlbip_Put_Request) show
403.600 549 moveto
(procedure) show
76 558 moveto
(PutXPolyPointRequest) show
183.640 558 moveto
(Put_X_Poly_Point_Request) show
291.280 558 moveto
(Xlbip_Put_Request) show
403.600 558 moveto
(procedure) show
76 567 moveto
(PutXPolyRectangleRequest) show
183.640 567 moveto
(Put_X_Poly_Rectangle_Request) show
291.280 567 moveto
(Xlbip_Put_Request) show
403.600 567 moveto
(procedure) show
76 576 moveto
(PutXPolySegmentRequest) show
183.640 576 moveto
(Put_X_Poly_Segment_Request) show
291.280 576 moveto
(Xlbip_Put_Request) show
403.600 576 moveto
(procedure) show
76 585 moveto
(PutXPolyText16Request) show
183.640 585 moveto
(Put_X_Poly_Text16_Request) show
291.280 585 moveto
(Xlbip_Put_Request) show
403.600 585 moveto
(procedure) show
76 594 moveto
(PutXPolyText8Request) show
183.640 594 moveto
(Put_X_Poly_Text8_Request) show
291.280 594 moveto
(Xlbip_Put_Request) show
403.600 594 moveto
(procedure) show
76 603 moveto
(PutXPutImageRequest) show
183.640 603 moveto
(Put_X_Put_Image_Request) show
291.280 603 moveto
(Xlbip_Put_Request) show
403.600 603 moveto
(procedure) show
76 612 moveto
(PutXQueryBestSizeRequest) show
183.640 612 moveto
(Put_X_Query_Best_Size_Request) show
291.280 612 moveto
(Xlbip_Put_Request) show
403.600 612 moveto
(procedure) show
76 621 moveto
(PutXQueryColorsRequest) show
183.640 621 moveto
(Put_X_Query_Colors_Request) show
291.280 621 moveto
(Xlbip_Put_Request) show
403.600 621 moveto
(procedure) show
76 630 moveto
(PutXQueryExtensionRequest) show
183.640 630 moveto
(Put_X_Query_Extension_Request) show
291.280 630 moveto
(Xlbip_Put_Request) show
403.600 630 moveto
(procedure) show
76 639 moveto
(PutXQueryFontRequest) show
183.640 639 moveto
(Put_X_Query_Font_Request) show
291.280 639 moveto
(Xlbip_Put_Request) show
403.600 639 moveto
(procedure) show
76 648 moveto
(PutXQueryKeymapRequest) show
183.640 648 moveto
(Put_X_Query_Keymap_Request) show
291.280 648 moveto
(Xlbip_Put_Request) show
403.600 648 moveto
(procedure) show
76 657 moveto
(PutXQueryPointerRequest) show
183.640 657 moveto
(Put_X_Query_Pointer_Request) show
291.280 657 moveto
(Xlbip_Put_Request) show
403.600 657 moveto
(procedure) show
76 666 moveto
(PutXQueryTextExtentsRequest) show
183.640 666 moveto
(Put_X_Query_Text_Extents_) show
183.640 675 moveto
(Request) show
291.280 666 moveto
(Xlbip_Put_Request) show
403.600 666 moveto
(procedure) show
76 684 moveto
(PutXQueryTreeRequest) show
183.640 684 moveto
(Put_X_Query_Tree_Request) show
291.280 684 moveto
(Xlbip_Put_Request) show
403.600 684 moveto
(procedure) show
76 693 moveto
(PutXRecolorCursorRequest) show
183.640 693 moveto
(Put_X_Recolor_Cursor_Request) show
291.280 693 moveto
(Xlbip_Put_Request) show
403.600 693 moveto
(procedure) show
76 702 moveto
(PutXReparentWindowRequest) show
183.640 702 moveto
(Put_X_Reparent_Window_) show
183.640 711 moveto
(Request) show
291.280 702 moveto
(Xlbip_Put_Request) show
403.600 702 moveto
(procedure) show
76 720 moveto
(PutXRotatePropertiesRequest) show
183.640 720 moveto
(Put_X_Rotate_Properties_Request) show
291.280 720 moveto
(Xlbip_Put_Request) show
403.600 720 moveto
(procedure) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(53) show
EndPage
%%Page: 54 54
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(PutXSendEventRequest) show
183.640 108 moveto
(Put_X_Send_Event_Request) show
291.280 108 moveto
(Xlbip_Put_Request) show
403.600 108 moveto
(procedure) show
76 117 moveto
(PutXSetAccessControlRequest) show
183.640 117 moveto
(Put_X_Set_Access_Control_) show
183.640 126 moveto
(Request) show
291.280 117 moveto
(Xlbip_Put_Request) show
403.600 117 moveto
(procedure) show
76 135 moveto
(PutXSetClipRectanglesRequest) show
183.640 135 moveto
(Put_X_Set_Clip_Rectangles_) show
183.640 144 moveto
(Request) show
291.280 135 moveto
(Xlbip_Put_Request) show
403.600 135 moveto
(procedure) show
76 153 moveto
(PutXSetCloseDownModeRequest) show
183.640 153 moveto
(Put_X_Set_Close_Down_Mode_) show
183.640 162 moveto
(Request) show
291.280 153 moveto
(Xlbip_Put_Request) show
403.600 153 moveto
(procedure) show
76 171 moveto
(PutXSetDashesRequest) show
183.640 171 moveto
(Put_X_Set_Dashes_Request) show
291.280 171 moveto
(Xlbip_Put_Request) show
403.600 171 moveto
(procedure) show
76 180 moveto
(PutXSetFontPathRequest) show
183.640 180 moveto
(Put_X_Set_Font_Path_Request) show
291.280 180 moveto
(Xlbip_Put_Request) show
403.600 180 moveto
(procedure) show
76 189 moveto
(PutXSetInputFocusRequest) show
183.640 189 moveto
(Put_X_Set_Input_Focus_Request) show
291.280 189 moveto
(Xlbip_Put_Request) show
403.600 189 moveto
(procedure) show
76 198 moveto
(PutXSetModifierMappingRequest) show
183.640 198 moveto
(Put_X_Set_Modifier_Mapping_) show
183.640 207 moveto
(Request) show
291.280 198 moveto
(Xlbip_Put_Request) show
403.600 198 moveto
(procedure) show
76 216 moveto
(PutXSetPointerMappingRequest) show
183.640 216 moveto
(Put_X_Set_Pointer_Mapping_) show
183.640 225 moveto
(Request) show
291.280 216 moveto
(Xlbip_Put_Request) show
403.600 216 moveto
(procedure) show
76 234 moveto
(PutXSetScreenSaverRequest) show
183.640 234 moveto
(Put_X_Set_Screen_Saver_Request) show
291.280 234 moveto
(Xlbip_Put_Request) show
403.600 234 moveto
(procedure) show
76 243 moveto
(PutXSetSelectionOwnerRequest) show
183.640 243 moveto
(Put_X_Set_Selection_Owner_) show
183.640 252 moveto
(Request) show
291.280 243 moveto
(Xlbip_Put_Request) show
403.600 243 moveto
(procedure) show
76 261 moveto
(PutXStoreColorsRequest) show
183.640 261 moveto
(Put_X_Store_Colors_Request) show
291.280 261 moveto
(Xlbip_Put_Request) show
403.600 261 moveto
(procedure) show
76 270 moveto
(PutXStoreNamedColorRequest) show
183.640 270 moveto
(Put_X_Store_Named_Color_) show
183.640 279 moveto
(Request) show
291.280 270 moveto
(Xlbip_Put_Request) show
403.600 270 moveto
(procedure) show
76 288 moveto
(PutXTranslateCoordsRequest) show
183.640 288 moveto
(Put_X_Translate_Coords_Request) show
291.280 288 moveto
(Xlbip_Put_Request) show
403.600 288 moveto
(procedure) show
76 297 moveto
(PutXUngrabButtonRequest) show
183.640 297 moveto
(Put_X_Ungrab_Button_Request) show
291.280 297 moveto
(Xlbip_Put_Request) show
403.600 297 moveto
(procedure) show
76 306 moveto
(PutXUngrabKeyRequest) show
183.640 306 moveto
(Put_X_Ungrab_Key_Request) show
291.280 306 moveto
(Xlbip_Put_Request) show
403.600 306 moveto
(procedure) show
76 315 moveto
(PutXUngrabKeyboardRequest) show
183.640 315 moveto
(Put_X_Ungrab_Keyboard_Request) show
291.280 315 moveto
(Xlbip_Put_Request) show
403.600 315 moveto
(procedure) show
76 324 moveto
(PutXUngrabPointerRequest) show
183.640 324 moveto
(Put_X_Ungrab_Pointer_Request) show
291.280 324 moveto
(Xlbip_Put_Request) show
403.600 324 moveto
(procedure) show
76 333 moveto
(PutXUngrabServerRequest) show
183.640 333 moveto
(Put_X_Ungrab_Server_Request) show
291.280 333 moveto
(Xlbip_Put_Request) show
403.600 333 moveto
(procedure) show
76 342 moveto
(PutXUninstallColormapRequest) show
183.640 342 moveto
(Put_X_Uninstall_Colormap_) show
183.640 351 moveto
(Request) show
291.280 342 moveto
(Xlbip_Put_Request) show
403.600 342 moveto
(procedure) show
76 360 moveto
(PutXUnmapSubwindowsRequest) show
183.640 360 moveto
(Put_X_Unmap_Subwindows_) show
183.640 369 moveto
(Request) show
291.280 360 moveto
(Xlbip_Put_Request) show
403.600 360 moveto
(procedure) show
76 378 moveto
(PutXUnmapWindowRequest) show
183.640 378 moveto
(Put_X_Unmap_Window_Request) show
291.280 378 moveto
(Xlbip_Put_Request) show
403.600 378 moveto
(procedure) show
76 387 moveto
(PutXWarpPointerRequest) show
183.640 387 moveto
(Put_X_Warp_Pointer_Request) show
291.280 387 moveto
(Xlbip_Put_Request) show
403.600 387 moveto
(procedure) show
76 396 moveto
(QLength) show
183.640 396 moveto
(X_Q_Length) show
291.280 396 moveto
(Xlbp_Display) show
403.600 396 moveto
(function return S_Long) show
76 405 moveto
(QueryBestSize) show
183.640 405 moveto
(Query_Best_Size) show
291.280 405 moveto
(Xlbt_Request) show
403.600 405 moveto
(constant X_Request_Code) show
76 414 moveto
(QueryColors) show
183.640 414 moveto
(Query_Colors) show
291.280 414 moveto
(Xlbt_Request) show
403.600 414 moveto
(constant X_Request_Code) show
76 423 moveto
(QueryExtension) show
183.640 423 moveto
(Query_Extension) show
291.280 423 moveto
(Xlbt_Request) show
403.600 423 moveto
(constant X_Request_Code) show
76 432 moveto
(QueryFont) show
183.640 432 moveto
(Query_Font) show
291.280 432 moveto
(Xlbt_Request) show
403.600 432 moveto
(constant X_Request_Code) show
76 441 moveto
(QueryKeymap) show
183.640 441 moveto
(Query_Keymap) show
291.280 441 moveto
(Xlbt_Request) show
403.600 441 moveto
(constant X_Request_Code) show
76 450 moveto
(QueryPointer) show
183.640 450 moveto
(Query_Pointer) show
291.280 450 moveto
(Xlbt_Request) show
403.600 450 moveto
(constant X_Request_Code) show
76 459 moveto
(QueryTextExtents) show
183.640 459 moveto
(Query_Text_Extents) show
291.280 459 moveto
(Xlbt_Request) show
403.600 459 moveto
(constant X_Request_Code) show
76 468 moveto
(QueryTree) show
183.640 468 moveto
(Query_Tree) show
291.280 468 moveto
(Xlbt_Request) show
403.600 468 moveto
(constant X_Request_Code) show
76 477 moveto
(QueuedAfterFlush) show
183.640 477 moveto
(Queued_After_Flush) show
291.280 477 moveto
(Xlbt_Event) show
403.600 477 moveto
(constant X_Event_Queuing) show
76 486 moveto
(QueuedAfterReading) show
183.640 486 moveto
(Queued_After_Reading) show
291.280 486 moveto
(Xlbt_Event) show
403.600 486 moveto
(constant X_Event_Queuing) show
76 495 moveto
(QueuedAlready) show
183.640 495 moveto
(Queued_Already) show
291.280 495 moveto
(Xlbt_Event) show
403.600 495 moveto
(constant X_Event_Queuing) show
76 504 moveto
(RECTANGLE) show
183.640 504 moveto
(X_Rectangle) show
291.280 504 moveto
(Xlbt_Graphics) show
403.600 504 moveto
(subtype X_Rectangle) show
76 513 moveto
(RECTANGLE) show
183.640 513 moveto
(X_Rectangle) show
291.280 513 moveto
(Xlbt_Graphics3) show
403.600 513 moveto
(type record) show
76 522 moveto
(REGION) show
183.640 522 moveto
(X_Region) show
291.280 522 moveto
(Xlbt_Region) show
403.600 522 moveto
(subtype X_Region) show
76 531 moveto
(REGION) show
183.640 531 moveto
(X_Region) show
291.280 531 moveto
(Xlbt_Region3) show
403.600 531 moveto
(type access X_Region_Rec) show
76 540 moveto
(RaiseLowest) show
183.640 540 moveto
(Raise_Lowest) show
291.280 540 moveto
(Xlbt_Window) show
403.600 540 moveto
(X_Circulate_Place) show
76 549 moveto
(RecolorCursor) show
183.640 549 moveto
(Recolor_Cursor) show
291.280 549 moveto
(Xlbt_Request) show
403.600 549 moveto
(constant X_Request_Code) show
76 558 moveto
(RectangleIn) show
183.640 558 moveto
(Rectangle_In) show
291.280 558 moveto
(Xlbt_Region) show
403.600 558 moveto
(constant X_Rect_In_Region_Returns) show
76 567 moveto
(RectangleOut) show
183.640 567 moveto
(Rectangle_Out) show
291.280 567 moveto
(Xlbt_Region) show
403.600 567 moveto
(constant X_Rect_In_Region_Returns) show
76 576 moveto
(RectanglePart) show
183.640 576 moveto
(Rectangle_Part) show
291.280 576 moveto
(Xlbt_Region) show
403.600 576 moveto
(constant X_Rect_In_Region_Returns) show
76 585 moveto
(RegisterDebuggingImagers) show
183.640 585 moveto
(Register_Debugging_Imagers) show
291.280 585 moveto
(Xlbmp_Debugger) show
403.600 585 moveto
(procedure) show
76 594 moveto
(ReleaseByFreeingColormap) show
183.640 594 moveto
(Release_By_Freeing_Colormap) show
291.280 594 moveto
(Xlbt_Basic) show
403.600 594 moveto
(X_Id) show
76 603 moveto
(Remove) show
183.640 603 moveto
(Remove) show
291.280 603 moveto
(Xlbip_String_Map_Generic) show
403.600 603 moveto
(procedure) show
76 612 moveto
(ReparentNotify) show
183.640 612 moveto
(Reparent_Notify) show
291.280 612 moveto
(Xlbt_Event) show
403.600 612 moveto
(constant X_Event_Code) show
76 621 moveto
(ReparentWindow) show
183.640 621 moveto
(Reparent_Window) show
291.280 621 moveto
(Xlbt_Request) show
403.600 621 moveto
(constant X_Request_Code) show
76 630 moveto
(ReplayKeyboard) show
183.640 630 moveto
(Replay_Keyboard) show
291.280 630 moveto
(Xlbt_Grab) show
403.600 630 moveto
(literal X_Allow_Event_Mode) show
76 639 moveto
(ReplayPointer) show
183.640 639 moveto
(Replay_Pointer) show
291.280 639 moveto
(Xlbt_Grab) show
403.600 639 moveto
(literal X_Allow_Event_Mode) show
76 648 moveto
(ReportError) show
183.640 648 moveto
(Report_Error) show
291.280 648 moveto
(Xlbmt_Error_Log) show
403.600 648 moveto
(literal X_Report_Message_Kind) show
76 657 moveto
(ReportIoError) show
183.640 657 moveto
(Report_Io_Error) show
291.280 657 moveto
(Xlbip_Internal) show
403.600 657 moveto
(procedure) show
76 666 moveto
(ResizeRedirectMask) show
183.640 666 moveto
(Resize_Redirect_Mask) show
291.280 666 moveto
(Xlbt_Basic) show
403.600 666 moveto
(constant X_Event_Mask_Index) show
76 675 moveto
(ResizeRequest) show
183.640 675 moveto
(Resize_Request) show
291.280 675 moveto
(Xlbt_Event) show
403.600 675 moveto
(constant X_Event_Code) show
76 684 moveto
(RetainPermanent) show
183.640 684 moveto
(Retain_Permanent) show
291.280 684 moveto
(Xlbt_Host) show
403.600 684 moveto
(constant X_Close_Down_Mode) show
76 693 moveto
(RetainTemporary) show
183.640 693 moveto
(Retain_Temporary) show
291.280 693 moveto
(Xlbt_Host) show
403.600 693 moveto
(constant X_Close_Down_Mode) show
76 702 moveto
(RevertToNone) show
183.640 702 moveto
(Revert_To_None) show
291.280 702 moveto
(Xlbt_Input_Focus) show
403.600 702 moveto
(literal X_Revert_Focus_Mode) show
76 711 moveto
(RevertToParent) show
183.640 711 moveto
(Revert_To_Parent) show
291.280 711 moveto
(Xlbt_Input_Focus) show
403.600 711 moveto
(literal X_Revert_Focus_Mode) show
76 720 moveto
(RevertToPointerRoot) show
183.640 720 moveto
(Revert_To_Pointer_Root) show
291.280 720 moveto
(Xlbt_Input_Focus) show
403.600 720 moveto
(literal X_Revert_Focus_Mode) show
72 756 moveto
10 /Times-Roman SelectFont
(54) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 55 55
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(RootWindow) show
183.640 108 moveto
(X_Root_Window) show
291.280 108 moveto
(Xlbp_Display) show
403.600 108 moveto
(function return X_Window) show
76 117 moveto
(RootWindowOfScreen) show
183.640 117 moveto
(X_Root_Window_Of_Screen) show
291.280 117 moveto
(Xlbp_Display) show
403.600 117 moveto
(function return X_Window) show
76 126 moveto
(RotateProperties) show
183.640 126 moveto
(Rotate_Properties) show
291.280 126 moveto
(Xlbt_Request) show
403.600 126 moveto
(constant X_Request_Code) show
76 135 moveto
(SPercent) show
183.640 135 moveto
(S_Percent) show
291.280 135 moveto
(Xlbt_Keyboard) show
403.600 135 moveto
(subtype S_Percent) show
76 144 moveto
(SPercent) show
183.640 144 moveto
(S_Percent) show
291.280 144 moveto
(Xlbt_Keyboard3) show
403.600 144 moveto
(subtype S_Char range -100 .. 100) show
76 153 moveto
(Screen) show
183.640 153 moveto
(X_Screen) show
291.280 153 moveto
(Xlbt_Basic) show
403.600 153 moveto
(subtype X_Screen) show
76 162 moveto
(Screen) show
183.640 162 moveto
(X_Screen) show
291.280 162 moveto
(Xlbt_Display3) show
403.600 162 moveto
(type access X_Screen_Rec) show
76 171 moveto
(ScreenCount) show
183.640 171 moveto
(X_Screen_Count) show
291.280 171 moveto
(Xlbp_Display) show
403.600 171 moveto
(function return X_Screen_Number) show
76 180 moveto
(ScreenFormat) show
183.640 180 moveto
(X_Screen_Format) show
291.280 180 moveto
(Xlbt_Display2) show
403.600 180 moveto
(subtype X_Screen_Format) show
76 189 moveto
(ScreenFormat) show
183.640 189 moveto
(X_Screen_Format) show
291.280 189 moveto
(Xlbt_Display3) show
403.600 189 moveto
(type access X_Screen_Format_Rec) show
76 198 moveto
(ScreenOfDisplay) show
183.640 198 moveto
(X_Screen_Of_Display) show
291.280 198 moveto
(Xlbp_Display) show
403.600 198 moveto
(function return X_Screen) show
76 207 moveto
(ScreenSaverActive) show
183.640 207 moveto
(Screen_Saver_Active) show
291.280 207 moveto
(Xlbt_Screen_Saver) show
403.600 207 moveto
(literal X_Screen_Saver_Mode) show
76 216 moveto
(ScreenSaverReset) show
183.640 216 moveto
(Screen_Saver_Reset) show
291.280 216 moveto
(Xlbt_Screen_Saver) show
403.600 216 moveto
(literal X_Screen_Saver_Mode) show
76 225 moveto
(SelectionClear) show
183.640 225 moveto
(Selection_Clear) show
291.280 225 moveto
(Xlbt_Event) show
403.600 225 moveto
(constant X_Event_Code) show
76 234 moveto
(SelectionNotify) show
183.640 234 moveto
(Selection_Notify) show
291.280 234 moveto
(Xlbt_Event) show
403.600 234 moveto
(constant X_Event_Code) show
76 243 moveto
(SelectionRequest) show
183.640 243 moveto
(Selection_Request) show
291.280 243 moveto
(Xlbt_Event) show
403.600 243 moveto
(constant X_Event_Code) show
76 252 moveto
(SendEvent) show
183.640 252 moveto
(Send_Event) show
291.280 252 moveto
(Xlbt_Request) show
403.600 252 moveto
(constant X_Request_Code) show
76 261 moveto
(ServerVendor) show
183.640 261 moveto
(X_Server_Vendor) show
291.280 261 moveto
(Xlbp_Display) show
403.600 261 moveto
(function return X_String) show
76 270 moveto
(SetAccessControl) show
183.640 270 moveto
(Set_Access_Control) show
291.280 270 moveto
(Xlbt_Request) show
403.600 270 moveto
(constant X_Request_Code) show
76 279 moveto
(SetClipRectangles) show
183.640 279 moveto
(Set_Clip_Rectangles) show
291.280 279 moveto
(Xlbt_Request) show
403.600 279 moveto
(constant X_Request_Code) show
76 288 moveto
(SetCloseDownMode) show
183.640 288 moveto
(Set_Close_Down_Mode) show
291.280 288 moveto
(Xlbt_Request) show
403.600 288 moveto
(constant X_Request_Code) show
76 297 moveto
(SetDashes) show
183.640 297 moveto
(Set_Dashes) show
291.280 297 moveto
(Xlbt_Request) show
403.600 297 moveto
(constant X_Request_Code) show
76 306 moveto
(SetFontPath) show
183.640 306 moveto
(Set_Font_Path) show
291.280 306 moveto
(Xlbt_Request) show
403.600 306 moveto
(constant X_Request_Code) show
76 315 moveto
(SetInputFocus) show
183.640 315 moveto
(Set_Input_Focus) show
291.280 315 moveto
(Xlbt_Request) show
403.600 315 moveto
(constant X_Request_Code) show
76 324 moveto
(SetModeDelete) show
183.640 324 moveto
(Set_Mode_Delete) show
291.280 324 moveto
(Xlbt_Host) show
403.600 324 moveto
(constant X_Change_Save_Set_Mode) show
76 333 moveto
(SetModeInsert) show
183.640 333 moveto
(Set_Mode_Insert) show
291.280 333 moveto
(Xlbt_Host) show
403.600 333 moveto
(constant X_Change_Save_Set_Mode) show
76 342 moveto
(SetModifierMapping) show
183.640 342 moveto
(Set_Modifier_Mapping) show
291.280 342 moveto
(Xlbt_Request) show
403.600 342 moveto
(constant X_Request_Code) show
76 351 moveto
(SetPointerMapping) show
183.640 351 moveto
(Set_Pointer_Mapping) show
291.280 351 moveto
(Xlbt_Request) show
403.600 351 moveto
(constant X_Request_Code) show
76 360 moveto
(SetScreenSaver) show
183.640 360 moveto
(Set_Screen_Saver) show
291.280 360 moveto
(Xlbt_Request) show
403.600 360 moveto
(constant X_Request_Code) show
76 369 moveto
(SetSelectionOwner) show
183.640 369 moveto
(Set_Selection_Owner) show
291.280 369 moveto
(Xlbt_Request) show
403.600 369 moveto
(constant X_Request_Code) show
76 378 moveto
(Shift) show
183.640 378 moveto
(Shift) show
291.280 378 moveto
(Xlbmt_Numeric_Types) show
403.600 378 moveto
(function return Eight_Bits_Unsigned) show
76 387 moveto
(Shift) show
183.640 387 moveto
(Shift) show
291.280 387 moveto
(Xlbmt_Numeric_Types) show
403.600 387 moveto
(function return Sixteen_Bits_Unsigned) show
76 396 moveto
(Shift) show
183.640 396 moveto
(Shift) show
291.280 396 moveto
(Xlbmt_Numeric_Types) show
403.600 396 moveto
(function return Thirty_Two_Bits_Signed) show
76 405 moveto
(Shift) show
183.640 405 moveto
(Shift) show
291.280 405 moveto
(Xlbt_Basic) show
403.600 405 moveto
(function return X_Pixel) show
76 414 moveto
(Shift) show
183.640 414 moveto
(Shift) show
291.280 414 moveto
(Xlbt_Basic) show
403.600 414 moveto
(function return X_Plane_Mask) show
76 423 moveto
(ShiftMapIndex) show
183.640 423 moveto
(Shift_Map_Index) show
291.280 423 moveto
(Xlbt_Key) show
403.600 423 moveto
(constant X_Key_Modifier) show
76 432 moveto
(ShiftMask) show
183.640 432 moveto
(Shift_Mask) show
291.280 432 moveto
(Xlbt_Key) show
403.600 432 moveto
(constant X_Key_Button_Mask_Index) show
76 441 moveto
(SixteenBitsSigned) show
183.640 441 moveto
(Sixteen_Bits_Signed) show
291.280 441 moveto
(Xlbmt_Numeric_Types) show
403.600 441 moveto
(type range) show
76 450 moveto
(SixteenBitsUnsigned) show
183.640 450 moveto
(Sixteen_Bits_Unsigned) show
291.280 450 moveto
(Xlbmt_Numeric_Types) show
403.600 450 moveto
(type range) show
76 459 moveto
(SouthEastGravity) show
183.640 459 moveto
(South_East_Bit_Gravity) show
291.280 459 moveto
(Xlbt_Window) show
403.600 459 moveto
(constant X_Bit_Gravity) show
76 468 moveto
(SouthEastGravity) show
183.640 468 moveto
(South_East_Gravity) show
291.280 468 moveto
(Xlbit_Hint3) show
403.600 468 moveto
(literal X_Size_Hints_Gravity) show
76 477 moveto
(SouthEastGravity) show
183.640 477 moveto
(South_East_Gravity) show
291.280 477 moveto
(Xlbt_Window) show
403.600 477 moveto
(constant X_Window_Gravity) show
76 486 moveto
(SouthGravity) show
183.640 486 moveto
(South_Bit_Gravity) show
291.280 486 moveto
(Xlbt_Window) show
403.600 486 moveto
(constant X_Bit_Gravity) show
76 495 moveto
(SouthGravity) show
183.640 495 moveto
(South_Gravity) show
291.280 495 moveto
(Xlbit_Hint3) show
403.600 495 moveto
(literal X_Size_Hints_Gravity) show
76 504 moveto
(SouthGravity) show
183.640 504 moveto
(South_Gravity) show
291.280 504 moveto
(Xlbt_Window) show
403.600 504 moveto
(constant X_Window_Gravity) show
76 513 moveto
(SouthWestGravity) show
183.640 513 moveto
(South_West_Bit_Gravity) show
291.280 513 moveto
(Xlbt_Window) show
403.600 513 moveto
(constant X_Bit_Gravity) show
76 522 moveto
(SouthWestGravity) show
183.640 522 moveto
(South_West_Gravity) show
291.280 522 moveto
(Xlbit_Hint3) show
403.600 522 moveto
(literal X_Size_Hints_Gravity) show
76 531 moveto
(SouthWestGravity) show
183.640 531 moveto
(South_West_Gravity) show
291.280 531 moveto
(Xlbt_Window) show
403.600 531 moveto
(constant X_Window_Gravity) show
76 540 moveto
(StateHint) show
183.640 540 moveto
(State_Hint) show
291.280 540 moveto
(Xlbt_Hint) show
403.600 540 moveto
(constant X_Wm_Hints_Flags_Index) show
76 549 moveto
(StaticColor) show
183.640 549 moveto
(Static_Color) show
291.280 549 moveto
(Xlbt_Visual) show
403.600 549 moveto
(constant X_Display_Class) show
76 558 moveto
(StaticGravity) show
183.640 558 moveto
(Static_Bit_Gravity) show
291.280 558 moveto
(Xlbt_Window) show
403.600 558 moveto
(constant X_Bit_Gravity) show
76 567 moveto
(StaticGravity) show
183.640 567 moveto
(Static_Gravity) show
291.280 567 moveto
(Xlbit_Hint3) show
403.600 567 moveto
(literal X_Size_Hints_Gravity) show
76 576 moveto
(StaticGravity) show
183.640 576 moveto
(Static_Gravity) show
291.280 576 moveto
(Xlbt_Window) show
403.600 576 moveto
(constant X_Window_Gravity) show
76 585 moveto
(StaticGray) show
183.640 585 moveto
(Static_Gray) show
291.280 585 moveto
(Xlbt_Visual) show
403.600 585 moveto
(constant X_Display_Class) show
76 594 moveto
(Status) show
183.640 594 moveto
(X_Status) show
291.280 594 moveto
(Xlbt_Basic) show
403.600 594 moveto
(subtype X_Status) show
76 603 moveto
(Status) show
183.640 603 moveto
(X_Status) show
291.280 603 moveto
(Xlbt_Basic3) show
403.600 603 moveto
(type enumeration) show
76 612 moveto
(StippleShape) show
183.640 612 moveto
(Stipple_Shape) show
291.280 612 moveto
(Xlbt_Gc) show
403.600 612 moveto
(constant X_Best_Size_Class) show
76 621 moveto
(StoreColors) show
183.640 621 moveto
(Store_Colors) show
291.280 621 moveto
(Xlbt_Request) show
403.600 621 moveto
(constant X_Request_Code) show
76 630 moveto
(StoreNamedColor) show
183.640 630 moveto
(Store_Named_Color) show
291.280 630 moveto
(Xlbt_Request) show
403.600 630 moveto
(constant X_Request_Code) show
76 639 moveto
(StringToClass) show
183.640 639 moveto
(X_Rm_String_To_Class) show
291.280 639 moveto
(Xlbp_Rm_Name) show
403.600 639 moveto
(function return X_Rm_Class) show
76 648 moveto
(StringToClass) show
183.640 648 moveto
(X_Rm_String_To_Class) show
291.280 648 moveto
(Xlbp_Rm_Name) show
403.600 648 moveto
(procedure) show
76 657 moveto
(StringToName) show
183.640 657 moveto
(X_Rm_String_To_Name) show
291.280 657 moveto
(Xlbp_Rm_Name) show
403.600 657 moveto
(function return X_Rm_Name) show
76 666 moveto
(StringToName) show
183.640 666 moveto
(X_Rm_String_To_Name) show
291.280 666 moveto
(Xlbp_Rm_Name) show
403.600 666 moveto
(procedure) show
76 675 moveto
(StringToQuark) show
183.640 675 moveto
(X_Rm_String_To_Quark) show
291.280 675 moveto
(Xlbp_Rm_Quark) show
403.600 675 moveto
(function return X_Rm_Quark) show
76 684 moveto
(StringToQuark) show
183.640 684 moveto
(X_Rm_String_To_Quark) show
291.280 684 moveto
(Xlbp_Rm_Quark) show
403.600 684 moveto
(procedure) show
76 693 moveto
(StructureNotifyMask) show
183.640 693 moveto
(Structure_Notify_Mask) show
291.280 693 moveto
(Xlbt_Basic) show
403.600 693 moveto
(constant X_Event_Mask_Index) show
76 702 moveto
(SubstructureNotifyMask) show
183.640 702 moveto
(Substructure_Notify_Mask) show
291.280 702 moveto
(Xlbt_Basic) show
403.600 702 moveto
(constant X_Event_Mask_Index) show
76 711 moveto
(SubstructureRedirectMask) show
183.640 711 moveto
(Substructure_Redirect_Mask) show
291.280 711 moveto
(Xlbt_Basic) show
403.600 711 moveto
(constant X_Event_Mask_Index) show
76 720 moveto
(Success) show
183.640 720 moveto
(Success) show
291.280 720 moveto
(Xlbt_Error) show
403.600 720 moveto
(constant X_Error_Code) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(55) show
EndPage
%%Page: 56 56
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(Successful) show
183.640 108 moveto
(Successful) show
291.280 108 moveto
(Xlbt_Basic) show
403.600 108 moveto
(constant X_Status) show
76 117 moveto
(SyncBoth) show
183.640 117 moveto
(Sync_Both) show
291.280 117 moveto
(Xlbt_Grab) show
403.600 117 moveto
(literal X_Allow_Event_Mode) show
76 126 moveto
(SyncHandle) show
183.640 126 moveto
(Sync_Handle) show
291.280 126 moveto
(Xlbip_Internal) show
403.600 126 moveto
(procedure) show
76 135 moveto
(SyncKeyboard) show
183.640 135 moveto
(Sync_Keyboard) show
291.280 135 moveto
(Xlbt_Grab) show
403.600 135 moveto
(literal X_Allow_Event_Mode) show
76 144 moveto
(SyncPointer) show
183.640 144 moveto
(Sync_Pointer) show
291.280 144 moveto
(Xlbt_Grab) show
403.600 144 moveto
(literal X_Allow_Event_Mode) show
76 153 moveto
(TRUE) show
183.640 153 moveto
(True) show
291.280 153 moveto
(Xlbt_Misc) show
403.600 153 moveto
(literal X_Boolean_Char) show
76 162 moveto
(TRUE) show
183.640 162 moveto
(True) show
291.280 162 moveto
(Xlbt_Misc) show
403.600 162 moveto
(literal X_Boolean_Long) show
76 171 moveto
(ThirtyTwoBitsSigned) show
183.640 171 moveto
(Thirty_Two_Bits_Signed) show
291.280 171 moveto
(Xlbmt_Numeric_Types) show
403.600 171 moveto
(type range) show
76 180 moveto
(TileShape) show
183.640 180 moveto
(Tile_Shape) show
291.280 180 moveto
(Xlbt_Gc) show
403.600 180 moveto
(constant X_Best_Size_Class) show
76 189 moveto
(Time) show
183.640 189 moveto
(X_Time) show
291.280 189 moveto
(Xlbt_Basic) show
403.600 189 moveto
(subtype X_Time) show
76 198 moveto
(Time) show
183.640 198 moveto
(X_Time) show
291.280 198 moveto
(Xlbt_Basic3) show
403.600 198 moveto
(type new S_Long) show
76 207 moveto
(ToBoolean) show
183.640 207 moveto
(To_Boolean) show
291.280 207 moveto
(Xlbt_Misc) show
403.600 207 moveto
(function return Boolean) show
76 216 moveto
(TopIf) show
183.640 216 moveto
(Top_If) show
291.280 216 moveto
(Xlbt_Window) show
403.600 216 moveto
(constant X_Window_Stacking) show
76 225 moveto
(TranslateCoords) show
183.640 225 moveto
(Translate_Coords) show
291.280 225 moveto
(Xlbt_Request) show
403.600 225 moveto
(constant X_Request_Code) show
76 234 moveto
(TrueColor) show
183.640 234 moveto
(True_Color) show
291.280 234 moveto
(Xlbt_Visual) show
403.600 234 moveto
(constant X_Display_Class) show
76 243 moveto
(UCharArray) show
183.640 243 moveto
(U_Char_Array) show
291.280 243 moveto
(Xlbt_Arithmetic) show
403.600 243 moveto
(type array of U_Char) show
76 252 moveto
(USPosition) show
183.640 252 moveto
(U_S_Position) show
291.280 252 moveto
(Xlbt_Hint) show
403.600 252 moveto
(constant X_Size_Hints_Flags_Index) show
76 261 moveto
(USSize) show
183.640 261 moveto
(U_S_Size) show
291.280 261 moveto
(Xlbt_Hint) show
403.600 261 moveto
(constant X_Size_Hints_Flags_Index) show
76 270 moveto
(UShortArray) show
183.640 270 moveto
(U_Short_Array) show
291.280 270 moveto
(Xlbt_Arithmetic) show
403.600 270 moveto
(type array of U_Short) show
76 279 moveto
(UShortPositive) show
183.640 279 moveto
(U_Short_Positive) show
291.280 279 moveto
(Xlbt_Arithmetic) show
403.600 279 moveto
(subtype U_Short range 1 .. U_Short'Last) show
76 288 moveto
(UngrabButton) show
183.640 288 moveto
(Ungrab_Button) show
291.280 288 moveto
(Xlbt_Request) show
403.600 288 moveto
(constant X_Request_Code) show
76 297 moveto
(UngrabKey) show
183.640 297 moveto
(Ungrab_Key) show
291.280 297 moveto
(Xlbt_Request) show
403.600 297 moveto
(constant X_Request_Code) show
76 306 moveto
(UngrabKeyboard) show
183.640 306 moveto
(Ungrab_Keyboard) show
291.280 306 moveto
(Xlbt_Request) show
403.600 306 moveto
(constant X_Request_Code) show
76 315 moveto
(UngrabPointer) show
183.640 315 moveto
(Ungrab_Pointer) show
291.280 315 moveto
(Xlbt_Request) show
403.600 315 moveto
(constant X_Request_Code) show
76 324 moveto
(UngrabServer) show
183.640 324 moveto
(Ungrab_Server) show
291.280 324 moveto
(Xlbt_Request) show
403.600 324 moveto
(constant X_Request_Code) show
76 333 moveto
(UninstallColormap) show
183.640 333 moveto
(Uninstall_Colormap) show
291.280 333 moveto
(Xlbt_Request) show
403.600 333 moveto
(constant X_Request_Code) show
76 342 moveto
(UnlockDisplay) show
183.640 342 moveto
(Unlock_Display) show
291.280 342 moveto
(Xlbip_Internal) show
403.600 342 moveto
(procedure) show
76 351 moveto
(UnlockMutex) show
183.640 351 moveto
(Unlock_Mutex) show
291.280 351 moveto
(Xlbmt_Network_Types) show
403.600 351 moveto
(procedure) show
76 360 moveto
(UnmapGravity) show
183.640 360 moveto
(Unmap_Gravity) show
291.280 360 moveto
(Xlbit_Hint3) show
403.600 360 moveto
(literal X_Size_Hints_Gravity) show
76 369 moveto
(UnmapGravity) show
183.640 369 moveto
(Unmap_Gravity) show
291.280 369 moveto
(Xlbt_Window) show
403.600 369 moveto
(constant X_Window_Gravity) show
76 378 moveto
(UnmapNotify) show
183.640 378 moveto
(Unmap_Notify) show
291.280 378 moveto
(Xlbt_Event) show
403.600 378 moveto
(constant X_Event_Code) show
76 387 moveto
(UnmapSubwindows) show
183.640 387 moveto
(Unmap_Subwindows) show
291.280 387 moveto
(Xlbt_Request) show
403.600 387 moveto
(constant X_Request_Code) show
76 396 moveto
(UnmapWindow) show
183.640 396 moveto
(Unmap_Window) show
291.280 396 moveto
(Xlbt_Request) show
403.600 396 moveto
(constant X_Request_Code) show
76 405 moveto
(Unsorted) show
183.640 405 moveto
(Unsorted) show
291.280 405 moveto
(Xlbt_Gc) show
403.600 405 moveto
(constant X_Clip_Ordering) show
76 414 moveto
(VendorRelease) show
183.640 414 moveto
(X_Vendor_Release) show
291.280 414 moveto
(Xlbp_Display) show
403.600 414 moveto
(function return S_Long) show
76 423 moveto
(VisibilityChangeMask) show
183.640 423 moveto
(Visibility_Change_Mask) show
291.280 423 moveto
(Xlbt_Basic) show
403.600 423 moveto
(constant X_Event_Mask_Index) show
76 432 moveto
(VisibilityFullyObscured) show
183.640 432 moveto
(Visibility_Fully_Obscured) show
291.280 432 moveto
(Xlbt_Event2) show
403.600 432 moveto
(constant X_Visibility_Notify_State) show
76 441 moveto
(VisibilityFullyObscured) show
183.640 441 moveto
(Visibility_Fully_Obscured) show
291.280 441 moveto
(Xlbt_Event3) show
403.600 441 moveto
(literal X_Visibility_Notify_State) show
76 450 moveto
(VisibilityNotify) show
183.640 450 moveto
(Visibility_Notify) show
291.280 450 moveto
(Xlbt_Event) show
403.600 450 moveto
(constant X_Event_Code) show
76 459 moveto
(VisibilityPartiallyObscured) show
183.640 459 moveto
(Visibility_Partially_Obscured) show
291.280 459 moveto
(Xlbt_Event2) show
403.600 459 moveto
(constant X_Visibility_Notify_State) show
76 468 moveto
(VisibilityPartiallyObscured) show
183.640 468 moveto
(Visibility_Partially_Obscured) show
291.280 468 moveto
(Xlbt_Event3) show
403.600 468 moveto
(literal X_Visibility_Notify_State) show
76 477 moveto
(VisibilityUnobscured) show
183.640 477 moveto
(Visibility_Unobscured) show
291.280 477 moveto
(Xlbt_Event2) show
403.600 477 moveto
(constant X_Visibility_Notify_State) show
76 486 moveto
(VisibilityUnobscured) show
183.640 486 moveto
(Visibility_Unobscured) show
291.280 486 moveto
(Xlbt_Event3) show
403.600 486 moveto
(literal X_Visibility_Notify_State) show
76 495 moveto
(Visual) show
183.640 495 moveto
(X_Visual) show
291.280 495 moveto
(Xlbt_Visual) show
403.600 495 moveto
(subtype X_Visual) show
76 504 moveto
(Visual) show
183.640 504 moveto
(X_Visual) show
291.280 504 moveto
(Xlbt_Visual3) show
403.600 504 moveto
(type access X_Visual_Rec) show
76 513 moveto
(VisualAllMask) show
183.640 513 moveto
(Visual_All_Mask) show
291.280 513 moveto
(Xlbt_Visual) show
403.600 513 moveto
(X_Visual_Info_Flags) show
76 522 moveto
(VisualBitsPerRGBMask) show
183.640 522 moveto
(Visual_Bits_Per_Rgb_Mask) show
291.280 522 moveto
(Xlbt_Visual) show
403.600 522 moveto
(constant X_Visual_Info_Flags_Index) show
76 531 moveto
(VisualBlueMaskMask) show
183.640 531 moveto
(Visual_Blue_Mask_Mask) show
291.280 531 moveto
(Xlbt_Visual) show
403.600 531 moveto
(constant X_Visual_Info_Flags_Index) show
76 540 moveto
(VisualClassMask) show
183.640 540 moveto
(Visual_Class_Mask) show
291.280 540 moveto
(Xlbt_Visual) show
403.600 540 moveto
(constant X_Visual_Info_Flags_Index) show
76 549 moveto
(VisualColormapSizeMask) show
183.640 549 moveto
(Visual_Colormap_Size_Mask) show
291.280 549 moveto
(Xlbt_Visual) show
403.600 549 moveto
(constant X_Visual_Info_Flags_Index) show
76 558 moveto
(VisualDepthMask) show
183.640 558 moveto
(Visual_Depth_Mask) show
291.280 558 moveto
(Xlbt_Visual) show
403.600 558 moveto
(constant X_Visual_Info_Flags_Index) show
76 567 moveto
(VisualGreenMaskMask) show
183.640 567 moveto
(Visual_Green_Mask_Mask) show
291.280 567 moveto
(Xlbt_Visual) show
403.600 567 moveto
(constant X_Visual_Info_Flags_Index) show
76 576 moveto
(VisualID) show
183.640 576 moveto
(X_Visual_Id) show
291.280 576 moveto
(Xlbt_Basic) show
403.600 576 moveto
(subtype X_Visual_Id) show
76 585 moveto
(VisualID) show
183.640 585 moveto
(X_Visual_Id) show
291.280 585 moveto
(Xlbt_Basic3) show
403.600 585 moveto
(type record) show
76 594 moveto
(VisualIDMask) show
183.640 594 moveto
(Visual_Id_Mask) show
291.280 594 moveto
(Xlbt_Visual) show
403.600 594 moveto
(constant X_Visual_Info_Flags_Index) show
76 603 moveto
(VisualNoMask) show
183.640 603 moveto
(Visual_No_Mask) show
291.280 603 moveto
(Xlbt_Visual) show
403.600 603 moveto
(X_Visual_Info_Flags) show
76 612 moveto
(VisualRedMaskMask) show
183.640 612 moveto
(Visual_Red_Mask_Mask) show
291.280 612 moveto
(Xlbt_Visual) show
403.600 612 moveto
(constant X_Visual_Info_Flags_Index) show
76 621 moveto
(VisualScreenMask) show
183.640 621 moveto
(Visual_Screen_Mask) show
291.280 621 moveto
(Xlbt_Visual) show
403.600 621 moveto
(constant X_Visual_Info_Flags_Index) show
76 630 moveto
(WarpPointer) show
183.640 630 moveto
(Warp_Pointer) show
291.280 630 moveto
(Xlbt_Request) show
403.600 630 moveto
(constant X_Request_Code) show
76 639 moveto
(WestGravity) show
183.640 639 moveto
(West_Bit_Gravity) show
291.280 639 moveto
(Xlbt_Window) show
403.600 639 moveto
(constant X_Bit_Gravity) show
76 648 moveto
(WestGravity) show
183.640 648 moveto
(West_Gravity) show
291.280 648 moveto
(Xlbit_Hint3) show
403.600 648 moveto
(literal X_Size_Hints_Gravity) show
76 657 moveto
(WestGravity) show
183.640 657 moveto
(West_Gravity) show
291.280 657 moveto
(Xlbt_Window) show
403.600 657 moveto
(constant X_Window_Gravity) show
76 666 moveto
(WhenMapped) show
183.640 666 moveto
(When_Mapped) show
291.280 666 moveto
(Xlbt_Window) show
403.600 666 moveto
(constant X_Backing_Store_Hint) show
76 675 moveto
(WhitePixel) show
183.640 675 moveto
(X_White_Pixel) show
291.280 675 moveto
(Xlbp_Display) show
403.600 675 moveto
(function return X_Pixel) show
76 684 moveto
(WhitePixelOfScreen) show
183.640 684 moveto
(X_White_Pixel_Of_Screen) show
291.280 684 moveto
(Xlbp_Display) show
403.600 684 moveto
(function return X_Pixel) show
76 693 moveto
(WidthMMOfScreen) show
183.640 693 moveto
(X_Width_Mm_Of_Screen) show
291.280 693 moveto
(Xlbp_Display) show
403.600 693 moveto
(function return U_Short) show
76 702 moveto
(WidthOfScreen) show
183.640 702 moveto
(X_Width_Of_Screen) show
291.280 702 moveto
(Xlbp_Display) show
403.600 702 moveto
(function return U_Short) show
76 711 moveto
(WidthValue) show
183.640 711 moveto
(Width_Value) show
291.280 711 moveto
(Xlbt_Geometry) show
403.600 711 moveto
(literal X_Parse_Geometry_Flags_Index) show
76 720 moveto
(WindingRule) show
183.640 720 moveto
(Winding_Rule) show
291.280 720 moveto
(Xlbt_Gc) show
403.600 720 moveto
(constant X_Fill_Rule) show
72 756 moveto
10 /Times-Roman SelectFont
(56) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 57 57
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(Window) show
183.640 108 moveto
(X_Window) show
291.280 108 moveto
(Xlbt_Basic) show
403.600 108 moveto
(subtype X_Window) show
76 117 moveto
(Window) show
183.640 117 moveto
(X_Window) show
291.280 117 moveto
(Xlbt_Basic3) show
403.600 117 moveto
(type record) show
76 126 moveto
(WindowGroupHint) show
183.640 126 moveto
(Window_Group_Hint) show
291.280 126 moveto
(Xlbt_Hint) show
403.600 126 moveto
(constant X_Wm_Hints_Flags_Index) show
76 135 moveto
(WithdrawnState) show
183.640 135 moveto
(Withdrawn_State) show
291.280 135 moveto
(Xlbt_Hint) show
403.600 135 moveto
(constant X_Initial_Window_State) show
76 144 moveto
(XA_ARC) show
183.640 144 moveto
(Xa_Arc) show
291.280 144 moveto
(Xlbt_Atom_Defs) show
403.600 144 moveto
(constant X_Atom) show
76 153 moveto
(XA_ATOM) show
183.640 153 moveto
(Xa_Atom) show
291.280 153 moveto
(Xlbt_Atom_Defs) show
403.600 153 moveto
(constant X_Atom) show
76 162 moveto
(XA_BITMAP) show
183.640 162 moveto
(Xa_Bitmap) show
291.280 162 moveto
(Xlbt_Atom_Defs) show
403.600 162 moveto
(constant X_Atom) show
76 171 moveto
(XA_CAP_HEIGHT) show
183.640 171 moveto
(Xa_Cap_Height) show
291.280 171 moveto
(Xlbt_Atom_Defs) show
403.600 171 moveto
(constant X_Atom) show
76 180 moveto
(XA_CARDINAL) show
183.640 180 moveto
(Xa_Cardinal) show
291.280 180 moveto
(Xlbt_Atom_Defs) show
403.600 180 moveto
(constant X_Atom) show
76 189 moveto
(XA_COLORMAP) show
183.640 189 moveto
(Xa_Colormap) show
291.280 189 moveto
(Xlbt_Atom_Defs) show
403.600 189 moveto
(constant X_Atom) show
76 198 moveto
(XA_COPYRIGHT) show
183.640 198 moveto
(Xa_Copyright) show
291.280 198 moveto
(Xlbt_Atom_Defs) show
403.600 198 moveto
(constant X_Atom) show
76 207 moveto
(XA_CURSOR) show
183.640 207 moveto
(Xa_Cursor) show
291.280 207 moveto
(Xlbt_Atom_Defs) show
403.600 207 moveto
(constant X_Atom) show
76 216 moveto
(XA_CUT_BUFFER0) show
183.640 216 moveto
(Xa_Cut_Buffer0) show
291.280 216 moveto
(Xlbt_Atom_Defs) show
403.600 216 moveto
(constant X_Atom) show
76 225 moveto
(XA_CUT_BUFFER1) show
183.640 225 moveto
(Xa_Cut_Buffer1) show
291.280 225 moveto
(Xlbt_Atom_Defs) show
403.600 225 moveto
(constant X_Atom) show
76 234 moveto
(XA_CUT_BUFFER2) show
183.640 234 moveto
(Xa_Cut_Buffer2) show
291.280 234 moveto
(Xlbt_Atom_Defs) show
403.600 234 moveto
(constant X_Atom) show
76 243 moveto
(XA_CUT_BUFFER3) show
183.640 243 moveto
(Xa_Cut_Buffer3) show
291.280 243 moveto
(Xlbt_Atom_Defs) show
403.600 243 moveto
(constant X_Atom) show
76 252 moveto
(XA_CUT_BUFFER4) show
183.640 252 moveto
(Xa_Cut_Buffer4) show
291.280 252 moveto
(Xlbt_Atom_Defs) show
403.600 252 moveto
(constant X_Atom) show
76 261 moveto
(XA_CUT_BUFFER5) show
183.640 261 moveto
(Xa_Cut_Buffer5) show
291.280 261 moveto
(Xlbt_Atom_Defs) show
403.600 261 moveto
(constant X_Atom) show
76 270 moveto
(XA_CUT_BUFFER6) show
183.640 270 moveto
(Xa_Cut_Buffer6) show
291.280 270 moveto
(Xlbt_Atom_Defs) show
403.600 270 moveto
(constant X_Atom) show
76 279 moveto
(XA_CUT_BUFFER7) show
183.640 279 moveto
(Xa_Cut_Buffer7) show
291.280 279 moveto
(Xlbt_Atom_Defs) show
403.600 279 moveto
(constant X_Atom) show
76 288 moveto
(XA_DRAWABLE) show
183.640 288 moveto
(Xa_Drawable) show
291.280 288 moveto
(Xlbt_Atom_Defs) show
403.600 288 moveto
(constant X_Atom) show
76 297 moveto
(XA_END_SPACE) show
183.640 297 moveto
(Xa_End_Space) show
291.280 297 moveto
(Xlbt_Atom_Defs) show
403.600 297 moveto
(constant X_Atom) show
76 306 moveto
(XA_FAMILY_NAME) show
183.640 306 moveto
(Xa_Family_Name) show
291.280 306 moveto
(Xlbt_Atom_Defs) show
403.600 306 moveto
(constant X_Atom) show
76 315 moveto
(XA_FONT) show
183.640 315 moveto
(Xa_Font) show
291.280 315 moveto
(Xlbt_Atom_Defs) show
403.600 315 moveto
(constant X_Atom) show
76 324 moveto
(XA_FONT_NAME) show
183.640 324 moveto
(Xa_Font_Name) show
291.280 324 moveto
(Xlbt_Atom_Defs) show
403.600 324 moveto
(constant X_Atom) show
76 333 moveto
(XA_FULL_NAME) show
183.640 333 moveto
(Xa_Full_Name) show
291.280 333 moveto
(Xlbt_Atom_Defs) show
403.600 333 moveto
(constant X_Atom) show
76 342 moveto
(XA_INTEGER) show
183.640 342 moveto
(Xa_Integer) show
291.280 342 moveto
(Xlbt_Atom_Defs) show
403.600 342 moveto
(constant X_Atom) show
76 351 moveto
(XA_ITALIC_ANGLE) show
183.640 351 moveto
(Xa_Italic_Angle) show
291.280 351 moveto
(Xlbt_Atom_Defs) show
403.600 351 moveto
(constant X_Atom) show
76 360 moveto
(XA_LAST_PREDEFINED) show
183.640 360 moveto
(Xa_Last_Predefined) show
291.280 360 moveto
(Xlbt_Atom_Defs) show
403.600 360 moveto
(constant X_Atom) show
76 369 moveto
(XA_MAX_SPACE) show
183.640 369 moveto
(Xa_Max_Space) show
291.280 369 moveto
(Xlbt_Atom_Defs) show
403.600 369 moveto
(constant X_Atom) show
76 378 moveto
(XA_MIN_SPACE) show
183.640 378 moveto
(Xa_Min_Space) show
291.280 378 moveto
(Xlbt_Atom_Defs) show
403.600 378 moveto
(constant X_Atom) show
76 387 moveto
(XA_NORM_SPACE) show
183.640 387 moveto
(Xa_Norm_Space) show
291.280 387 moveto
(Xlbt_Atom_Defs) show
403.600 387 moveto
(constant X_Atom) show
76 396 moveto
(XA_NOTICE) show
183.640 396 moveto
(Xa_Notice) show
291.280 396 moveto
(Xlbt_Atom_Defs) show
403.600 396 moveto
(constant X_Atom) show
76 405 moveto
(XA_PIXMAP) show
183.640 405 moveto
(Xa_Pixmap) show
291.280 405 moveto
(Xlbt_Atom_Defs) show
403.600 405 moveto
(constant X_Atom) show
76 414 moveto
(XA_POINT) show
183.640 414 moveto
(Xa_Point) show
291.280 414 moveto
(Xlbt_Atom_Defs) show
403.600 414 moveto
(constant X_Atom) show
76 423 moveto
(XA_POINT_SIZE) show
183.640 423 moveto
(Xa_Point_Size) show
291.280 423 moveto
(Xlbt_Atom_Defs) show
403.600 423 moveto
(constant X_Atom) show
76 432 moveto
(XA_PRIMARY) show
183.640 432 moveto
(Xa_Primary) show
291.280 432 moveto
(Xlbt_Atom_Defs) show
403.600 432 moveto
(constant X_Atom) show
76 441 moveto
(XA_QUAD_WIDTH) show
183.640 441 moveto
(Xa_Quad_Width) show
291.280 441 moveto
(Xlbt_Atom_Defs) show
403.600 441 moveto
(constant X_Atom) show
76 450 moveto
(XA_RECTANGLE) show
183.640 450 moveto
(Xa_Rectangle) show
291.280 450 moveto
(Xlbt_Atom_Defs) show
403.600 450 moveto
(constant X_Atom) show
76 459 moveto
(XA_RESOLUTION) show
183.640 459 moveto
(Xa_Resolution) show
291.280 459 moveto
(Xlbt_Atom_Defs) show
403.600 459 moveto
(constant X_Atom) show
76 468 moveto
(XA_RESOURCE_MANAGER) show
183.640 468 moveto
(Xa_Resource_Manager) show
291.280 468 moveto
(Xlbt_Atom_Defs) show
403.600 468 moveto
(constant X_Atom) show
76 477 moveto
(XA_RGB_BEST_MAP) show
183.640 477 moveto
(Xa_Rgb_Best_Map) show
291.280 477 moveto
(Xlbt_Atom_Defs) show
403.600 477 moveto
(constant X_Atom) show
76 486 moveto
(XA_RGB_BLUE_MAP) show
183.640 486 moveto
(Xa_Rgb_Blue_Map) show
291.280 486 moveto
(Xlbt_Atom_Defs) show
403.600 486 moveto
(constant X_Atom) show
76 495 moveto
(XA_RGB_COLOR_MAP) show
183.640 495 moveto
(Xa_Rgb_Color_Map) show
291.280 495 moveto
(Xlbt_Atom_Defs) show
403.600 495 moveto
(constant X_Atom) show
76 504 moveto
(XA_RGB_DEFAULT_MAP) show
183.640 504 moveto
(Xa_Rgb_Default_Map) show
291.280 504 moveto
(Xlbt_Atom_Defs) show
403.600 504 moveto
(constant X_Atom) show
76 513 moveto
(XA_RGB_GRAY_MAP) show
183.640 513 moveto
(Xa_Rgb_Gray_Map) show
291.280 513 moveto
(Xlbt_Atom_Defs) show
403.600 513 moveto
(constant X_Atom) show
76 522 moveto
(XA_RGB_GREEN_MAP) show
183.640 522 moveto
(Xa_Rgb_Green_Map) show
291.280 522 moveto
(Xlbt_Atom_Defs) show
403.600 522 moveto
(constant X_Atom) show
76 531 moveto
(XA_RGB_RED_MAP) show
183.640 531 moveto
(Xa_Rgb_Red_Map) show
291.280 531 moveto
(Xlbt_Atom_Defs) show
403.600 531 moveto
(constant X_Atom) show
76 540 moveto
(XA_SECONDARY) show
183.640 540 moveto
(Xa_Secondary) show
291.280 540 moveto
(Xlbt_Atom_Defs) show
403.600 540 moveto
(constant X_Atom) show
76 549 moveto
(XA_STRIKEOUT_ASCENT) show
183.640 549 moveto
(Xa_Strikeout_Ascent) show
291.280 549 moveto
(Xlbt_Atom_Defs) show
403.600 549 moveto
(constant X_Atom) show
76 558 moveto
(XA_STRIKEOUT_DESCENT) show
183.640 558 moveto
(Xa_Strikeout_Descent) show
291.280 558 moveto
(Xlbt_Atom_Defs) show
403.600 558 moveto
(constant X_Atom) show
76 567 moveto
(XA_STRING) show
183.640 567 moveto
(Xa_String) show
291.280 567 moveto
(Xlbt_Atom_Defs) show
403.600 567 moveto
(constant X_Atom) show
76 576 moveto
(XA_SUBSCRIPT_X) show
183.640 576 moveto
(Xa_Subscript_X) show
291.280 576 moveto
(Xlbt_Atom_Defs) show
403.600 576 moveto
(constant X_Atom) show
76 585 moveto
(XA_SUBSCRIPT_Y) show
183.640 585 moveto
(Xa_Subscript_Y) show
291.280 585 moveto
(Xlbt_Atom_Defs) show
403.600 585 moveto
(constant X_Atom) show
76 594 moveto
(XA_SUPERSCRIPT_X) show
183.640 594 moveto
(Xa_Superscript_X) show
291.280 594 moveto
(Xlbt_Atom_Defs) show
403.600 594 moveto
(constant X_Atom) show
76 603 moveto
(XA_SUPERSCRIPT_Y) show
183.640 603 moveto
(Xa_Superscript_Y) show
291.280 603 moveto
(Xlbt_Atom_Defs) show
403.600 603 moveto
(constant X_Atom) show
76 612 moveto
(XA_UNDERLINE_POSITION) show
183.640 612 moveto
(Xa_Underline_Position) show
291.280 612 moveto
(Xlbt_Atom_Defs) show
403.600 612 moveto
(constant X_Atom) show
76 621 moveto
(XA_UNDERLINE_THICKNESS) show
183.640 621 moveto
(Xa_Underline_Thickness) show
291.280 621 moveto
(Xlbt_Atom_Defs) show
403.600 621 moveto
(constant X_Atom) show
76 630 moveto
(XA_VISUALID) show
183.640 630 moveto
(Xa_Visualid) show
291.280 630 moveto
(Xlbt_Atom_Defs) show
403.600 630 moveto
(constant X_Atom) show
76 639 moveto
(XA_WEIGHT) show
183.640 639 moveto
(Xa_Weight) show
291.280 639 moveto
(Xlbt_Atom_Defs) show
403.600 639 moveto
(constant X_Atom) show
76 648 moveto
(XA_WINDOW) show
183.640 648 moveto
(Xa_Window) show
291.280 648 moveto
(Xlbt_Atom_Defs) show
403.600 648 moveto
(constant X_Atom) show
76 657 moveto
(XA_WM_CLASS) show
183.640 657 moveto
(Xa_Wm_Class) show
291.280 657 moveto
(Xlbt_Atom_Defs) show
403.600 657 moveto
(constant X_Atom) show
76 666 moveto
(XA_WM_CLIENT_MACHINE) show
183.640 666 moveto
(Xa_Wm_Client_Machine) show
291.280 666 moveto
(Xlbt_Atom_Defs) show
403.600 666 moveto
(constant X_Atom) show
76 675 moveto
(XA_WM_COMMAND) show
183.640 675 moveto
(Xa_Wm_Command) show
291.280 675 moveto
(Xlbt_Atom_Defs) show
403.600 675 moveto
(constant X_Atom) show
76 684 moveto
(XA_WM_HINTS) show
183.640 684 moveto
(Xa_Wm_Hints) show
291.280 684 moveto
(Xlbt_Atom_Defs) show
403.600 684 moveto
(constant X_Atom) show
76 693 moveto
(XA_WM_ICON_NAME) show
183.640 693 moveto
(Xa_Wm_Icon_Name) show
291.280 693 moveto
(Xlbt_Atom_Defs) show
403.600 693 moveto
(constant X_Atom) show
76 702 moveto
(XA_WM_ICON_SIZE) show
183.640 702 moveto
(Xa_Wm_Icon_Size) show
291.280 702 moveto
(Xlbt_Atom_Defs) show
403.600 702 moveto
(constant X_Atom) show
76 711 moveto
(XA_WM_NAME) show
183.640 711 moveto
(Xa_Wm_Name) show
291.280 711 moveto
(Xlbt_Atom_Defs) show
403.600 711 moveto
(constant X_Atom) show
76 720 moveto
(XA_WM_NORMAL_HINTS) show
183.640 720 moveto
(Xa_Wm_Normal_Hints) show
291.280 720 moveto
(Xlbt_Atom_Defs) show
403.600 720 moveto
(constant X_Atom) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(57) show
EndPage
%%Page: 58 58
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XA_WM_SIZE_HINTS) show
183.640 108 moveto
(Xa_Wm_Size_Hints) show
291.280 108 moveto
(Xlbt_Atom_Defs) show
403.600 108 moveto
(constant X_Atom) show
76 117 moveto
(XA_WM_TRANSIENT_FOR) show
183.640 117 moveto
(Xa_Wm_Transient_For) show
291.280 117 moveto
(Xlbt_Atom_Defs) show
403.600 117 moveto
(constant X_Atom) show
76 126 moveto
(XA_WM_ZOOM_HINTS) show
183.640 126 moveto
(Xa_Wm_Zoom_Hints) show
291.280 126 moveto
(Xlbt_Atom_Defs) show
403.600 126 moveto
(constant X_Atom) show
76 135 moveto
(XA_X_HEIGHT) show
183.640 135 moveto
(Xa_X_Height) show
291.280 135 moveto
(Xlbt_Atom_Defs) show
403.600 135 moveto
(constant X_Atom) show
76 144 moveto
(XActivateScreenSaver) show
183.640 144 moveto
(X_Activate_Screen_Saver) show
291.280 144 moveto
(Xlbp_Screen_Saver) show
403.600 144 moveto
(procedure) show
76 153 moveto
(XAddExtension) show
183.640 153 moveto
(X_Add_Extension) show
291.280 153 moveto
(Xlbp_Extension) show
403.600 153 moveto
(function return X_Ext_Codes) show
76 162 moveto
(XAddHost) show
183.640 162 moveto
(X_Add_Host) show
291.280 162 moveto
(Xlbp_Host) show
403.600 162 moveto
(procedure) show
76 171 moveto
(XAddHosts) show
183.640 171 moveto
(X_Add_Hosts) show
291.280 171 moveto
(Xlbp_Host) show
403.600 171 moveto
(procedure) show
76 180 moveto
(XAddPixel) show
183.640 180 moveto
(X_Add_Pixel) show
291.280 180 moveto
(Xlbp_Image) show
403.600 180 moveto
(procedure) show
76 189 moveto
(XAddToExtensionList) show
183.640 189 moveto
(X_Add_To_Extension_List) show
291.280 189 moveto
(Xlbp_Extension) show
403.600 189 moveto
(procedure) show
76 198 moveto
(XAddToSaveSet) show
183.640 198 moveto
(X_Add_To_Save_Set) show
291.280 198 moveto
(Xlbp_Host) show
403.600 198 moveto
(procedure) show
76 207 moveto
(XAllPlanes) show
183.640 207 moveto
(X_All_Planes) show
291.280 207 moveto
(Xlbp_Display) show
403.600 207 moveto
(function return X_Plane_Mask) show
76 216 moveto
(XAllocColor) show
183.640 216 moveto
(X_Alloc_Color) show
291.280 216 moveto
(Xlbp_Color) show
403.600 216 moveto
(procedure) show
76 225 moveto
(XAllocColorCells) show
183.640 225 moveto
(X_Alloc_Color_Cells) show
291.280 225 moveto
(Xlbp_Color) show
403.600 225 moveto
(procedure) show
76 234 moveto
(XAllocColorPlanes) show
183.640 234 moveto
(X_Alloc_Color_Planes) show
291.280 234 moveto
(Xlbp_Color) show
403.600 234 moveto
(procedure) show
76 243 moveto
(XAllocID) show
183.640 243 moveto
(X_Alloc_Id) show
291.280 243 moveto
(Xlbp_Extension) show
403.600 243 moveto
(function return X_Id) show
76 252 moveto
(XAllocNamedColor) show
183.640 252 moveto
(X_Alloc_Named_Color) show
291.280 252 moveto
(Xlbp_Color) show
403.600 252 moveto
(procedure) show
76 261 moveto
(XAllowEventMode) show
183.640 261 moveto
(X_Allow_Event_Mode) show
291.280 261 moveto
(Xlbt_Grab) show
403.600 261 moveto
(type enumeration) show
76 270 moveto
(XAllowEvents) show
183.640 270 moveto
(X_Allow_Events) show
291.280 270 moveto
(Xlbp_Grab) show
403.600 270 moveto
(procedure) show
76 279 moveto
(XAnyEvent) show
183.640 279 moveto
(X_Event) show
291.280 279 moveto
(Xlbt_Basic) show
403.600 279 moveto
(subtype X_Event) show
76 288 moveto
(XAnyEvent) show
183.640 288 moveto
(X_Event) show
291.280 288 moveto
(Xlbt_Display3) show
403.600 288 moveto
(type record) show
76 297 moveto
(XArc) show
183.640 297 moveto
(X_Arc) show
291.280 297 moveto
(Xlbt_Graphics) show
403.600 297 moveto
(subtype X_Arc) show
76 306 moveto
(XArc) show
183.640 306 moveto
(X_Arc) show
291.280 306 moveto
(Xlbt_Graphics3) show
403.600 306 moveto
(type record) show
76 315 moveto
(XArcArray) show
183.640 315 moveto
(X_Arc_Array) show
291.280 315 moveto
(Xlbt_Graphics) show
403.600 315 moveto
(subtype X_Arc_Array) show
76 324 moveto
(XArcArray) show
183.640 324 moveto
(X_Arc_Array) show
291.280 324 moveto
(Xlbt_Graphics3) show
403.600 324 moveto
(type array of X_Arc) show
76 333 moveto
(XArcMode) show
183.640 333 moveto
(X_Arc_Mode) show
291.280 333 moveto
(Xlbt_Gc) show
403.600 333 moveto
(subtype X_Arc_Mode) show
76 342 moveto
(XArcMode) show
183.640 342 moveto
(X_Arc_Mode) show
291.280 342 moveto
(Xlbt_Gc3) show
403.600 342 moveto
(type enumeration) show
76 351 moveto
(XAssociativeReturns) show
183.640 351 moveto
(X_Associative_Returns) show
291.280 351 moveto
(Xlbt_Context_Manager) show
403.600 351 moveto
(subtype X_Associative_Returns) show
76 360 moveto
(XAssociativeReturns) show
183.640 360 moveto
(X_Associative_Returns) show
291.280 360 moveto
(Xlbt_Context_Manager3) show
403.600 360 moveto
(type enumeration) show
76 369 moveto
(XAtomArray) show
183.640 369 moveto
(X_Atom_Array) show
291.280 369 moveto
(Xlbt_Basic) show
403.600 369 moveto
(subtype X_Atom_Array) show
76 378 moveto
(XAtomArray) show
183.640 378 moveto
(X_Atom_Array) show
291.280 378 moveto
(Xlbt_Basic3) show
403.600 378 moveto
(type array of X_Atom) show
76 387 moveto
(XAutoRepeatMode) show
183.640 387 moveto
(X_Auto_Repeat_Mode) show
291.280 387 moveto
(Xlbt_Keyboard) show
403.600 387 moveto
(subtype X_Auto_Repeat_Mode) show
76 396 moveto
(XAutoRepeatMode) show
183.640 396 moveto
(X_Auto_Repeat_Mode) show
291.280 396 moveto
(Xlbt_Keyboard3) show
403.600 396 moveto
(type enumeration) show
76 405 moveto
(XAutoRepeatOff) show
183.640 405 moveto
(X_Auto_Repeat_Off) show
291.280 405 moveto
(Xlbp_Keyboard_Control) show
403.600 405 moveto
(procedure) show
76 414 moveto
(XAutoRepeatOn) show
183.640 414 moveto
(X_Auto_Repeat_On) show
291.280 414 moveto
(Xlbp_Keyboard_Control) show
403.600 414 moveto
(procedure) show
76 423 moveto
(XBackingStoreHint) show
183.640 423 moveto
(X_Backing_Store_Hint) show
291.280 423 moveto
(Xlbt_Window) show
403.600 423 moveto
(subtype X_Backing_Store_Hint) show
76 432 moveto
(XBackingStoreHint) show
183.640 432 moveto
(X_Backing_Store_Hint) show
291.280 432 moveto
(Xlbt_Window4) show
403.600 432 moveto
(type enumeration) show
76 441 moveto
(XBell) show
183.640 441 moveto
(X_Bell) show
291.280 441 moveto
(Xlbp_Keyboard_Control) show
403.600 441 moveto
(procedure) show
76 450 moveto
(XBellRequest) show
183.640 450 moveto
(X_Bell_Request) show
291.280 450 moveto
(Xlbt_Request) show
403.600 450 moveto
(subtype X_Bell_Request) show
76 459 moveto
(XBellRequest) show
183.640 459 moveto
(X_Bell_Request) show
291.280 459 moveto
(Xlbt_Request3) show
403.600 459 moveto
(type record) show
76 468 moveto
(XBestSizeClass) show
183.640 468 moveto
(X_Best_Size_Class) show
291.280 468 moveto
(Xlbt_Gc) show
403.600 468 moveto
(subtype X_Best_Size_Class) show
76 477 moveto
(XBestSizeClass) show
183.640 477 moveto
(X_Best_Size_Class) show
291.280 477 moveto
(Xlbt_Gc3) show
403.600 477 moveto
(type enumeration) show
76 486 moveto
(XBitGravity) show
183.640 486 moveto
(X_Bit_Gravity) show
291.280 486 moveto
(Xlbt_Window) show
403.600 486 moveto
(subtype X_Bit_Gravity) show
76 495 moveto
(XBitGravity) show
183.640 495 moveto
(X_Bit_Gravity) show
291.280 495 moveto
(Xlbt_Window4) show
403.600 495 moveto
(type enumeration) show
76 504 moveto
(XBitmapReturns) show
183.640 504 moveto
(X_Bitmap_Returns) show
291.280 504 moveto
(Xlbt_Bitmap) show
403.600 504 moveto
(type enumeration) show
76 513 moveto
(XBlueColorMask) show
183.640 513 moveto
(X_Blue_Color_Mask) show
291.280 513 moveto
(Xlbt_Color) show
403.600 513 moveto
(subtype X_Color_Mask) show
76 522 moveto
(XBooleanChar) show
183.640 522 moveto
(X_Boolean_Char) show
291.280 522 moveto
(Xlbt_Misc) show
403.600 522 moveto
(type enumeration) show
76 531 moveto
(XBooleanLong) show
183.640 531 moveto
(X_Boolean_Long) show
291.280 531 moveto
(Xlbt_Misc) show
403.600 531 moveto
(type enumeration) show
76 540 moveto
(XBoxArray) show
183.640 540 moveto
(X_Box_Array) show
291.280 540 moveto
(Xlbt_Region2) show
403.600 540 moveto
(subtype X_Box_Array) show
76 549 moveto
(XBoxArray) show
183.640 549 moveto
(X_Box_Array) show
291.280 549 moveto
(Xlbt_Region3) show
403.600 549 moveto
(type array of X_Box_Rec) show
76 558 moveto
(XBoxList) show
183.640 558 moveto
(X_Box_List) show
291.280 558 moveto
(Xlbt_Region2) show
403.600 558 moveto
(subtype X_Box_List) show
76 567 moveto
(XBoxList) show
183.640 567 moveto
(X_Box_List) show
291.280 567 moveto
(Xlbt_Region3) show
403.600 567 moveto
(type access X_Box_Array) show
76 576 moveto
(XBuffer) show
183.640 576 moveto
(X_Buffer) show
291.280 576 moveto
(Xlbmt_Network_Types) show
403.600 576 moveto
(type record) show
76 585 moveto
(XButtonEvent) show
183.640 585 moveto
(X_Button_Event) show
291.280 585 moveto
(Xlbt_Event3) show
403.600 585 moveto
(type record) show
76 594 moveto
(XButtonName) show
183.640 594 moveto
(X_Button_Name) show
291.280 594 moveto
(Xlbt_Pointer) show
403.600 594 moveto
(type enumeration) show
76 603 moveto
(XButtonPressedEvent) show
183.640 603 moveto
(X_Button_Press_Event) show
291.280 603 moveto
(Xlbt_Event) show
403.600 603 moveto
(subtype X_Event) show
76 612 moveto
(XButtonReleasedEvent) show
183.640 612 moveto
(X_Button_Release_Event) show
291.280 612 moveto
(Xlbt_Event) show
403.600 612 moveto
(subtype X_Event) show
76 621 moveto
(XByteBitOrder) show
183.640 621 moveto
(X_Byte_Bit_Order) show
291.280 621 moveto
(Xlbt_Image) show
403.600 621 moveto
(subtype X_Byte_Bit_Order) show
76 630 moveto
(XByteBitOrder) show
183.640 630 moveto
(X_Byte_Bit_Order) show
291.280 630 moveto
(Xlbt_Image3) show
403.600 630 moveto
(type enumeration) show
76 639 moveto
(XCNOENT) show
183.640 639 moveto
(Xc_No_Ent) show
291.280 639 moveto
(Xlbt_Context_Manager) show
403.600 639 moveto
(constant X_Associative_Returns) show
76 648 moveto
(XCNOMEM) show
183.640 648 moveto
(Xc_No_Mem) show
291.280 648 moveto
(Xlbt_Context_Manager) show
403.600 648 moveto
(constant X_Associative_Returns) show
76 657 moveto
(XCSUCCESS) show
183.640 657 moveto
(Xc_Success) show
291.280 657 moveto
(Xlbt_Context_Manager) show
403.600 657 moveto
(constant X_Associative_Returns) show
76 666 moveto
(XC_X_cursor) show
183.640 666 moveto
(Xc_X_Cursor) show
291.280 666 moveto
(Xlbt_Cursor_Font) show
403.600 666 moveto
(constant X_Cursor_Font) show
76 675 moveto
(XC_arrow) show
183.640 675 moveto
(Xc_Arrow) show
291.280 675 moveto
(Xlbt_Cursor_Font) show
403.600 675 moveto
(constant X_Cursor_Font) show
76 684 moveto
(XC_based_arrow_down) show
183.640 684 moveto
(Xc_Based_Arrow_Down) show
291.280 684 moveto
(Xlbt_Cursor_Font) show
403.600 684 moveto
(constant X_Cursor_Font) show
76 693 moveto
(XC_based_arrow_up) show
183.640 693 moveto
(Xc_Based_Arrow_Up) show
291.280 693 moveto
(Xlbt_Cursor_Font) show
403.600 693 moveto
(constant X_Cursor_Font) show
76 702 moveto
(XC_boat) show
183.640 702 moveto
(Xc_Boat) show
291.280 702 moveto
(Xlbt_Cursor_Font) show
403.600 702 moveto
(constant X_Cursor_Font) show
76 711 moveto
(XC_bogosity) show
183.640 711 moveto
(Xc_Bogosity) show
291.280 711 moveto
(Xlbt_Cursor_Font) show
403.600 711 moveto
(constant X_Cursor_Font) show
76 720 moveto
(XC_bottom_left_corner) show
183.640 720 moveto
(Xc_Bottom_Left_Corner) show
291.280 720 moveto
(Xlbt_Cursor_Font) show
403.600 720 moveto
(constant X_Cursor_Font) show
72 756 moveto
10 /Times-Roman SelectFont
(58) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 59 59
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XC_bottom_right_corner) show
183.640 108 moveto
(Xc_Bottom_Right_Corner) show
291.280 108 moveto
(Xlbt_Cursor_Font) show
403.600 108 moveto
(constant X_Cursor_Font) show
76 117 moveto
(XC_bottom_side) show
183.640 117 moveto
(Xc_Bottom_Side) show
291.280 117 moveto
(Xlbt_Cursor_Font) show
403.600 117 moveto
(constant X_Cursor_Font) show
76 126 moveto
(XC_bottom_tee) show
183.640 126 moveto
(Xc_Bottom_Tee) show
291.280 126 moveto
(Xlbt_Cursor_Font) show
403.600 126 moveto
(constant X_Cursor_Font) show
76 135 moveto
(XC_box_spiral) show
183.640 135 moveto
(Xc_Box_Spiral) show
291.280 135 moveto
(Xlbt_Cursor_Font) show
403.600 135 moveto
(constant X_Cursor_Font) show
76 144 moveto
(XC_center_ptr) show
183.640 144 moveto
(Xc_Center_Ptr) show
291.280 144 moveto
(Xlbt_Cursor_Font) show
403.600 144 moveto
(constant X_Cursor_Font) show
76 153 moveto
(XC_circle) show
183.640 153 moveto
(Xc_Circle) show
291.280 153 moveto
(Xlbt_Cursor_Font) show
403.600 153 moveto
(constant X_Cursor_Font) show
76 162 moveto
(XC_clock) show
183.640 162 moveto
(Xc_Clock) show
291.280 162 moveto
(Xlbt_Cursor_Font) show
403.600 162 moveto
(constant X_Cursor_Font) show
76 171 moveto
(XC_coffee_mug) show
183.640 171 moveto
(Xc_Coffee_Mug) show
291.280 171 moveto
(Xlbt_Cursor_Font) show
403.600 171 moveto
(constant X_Cursor_Font) show
76 180 moveto
(XC_cross) show
183.640 180 moveto
(Xc_Cross) show
291.280 180 moveto
(Xlbt_Cursor_Font) show
403.600 180 moveto
(constant X_Cursor_Font) show
76 189 moveto
(XC_cross_reverse) show
183.640 189 moveto
(Xc_Cross_Reverse) show
291.280 189 moveto
(Xlbt_Cursor_Font) show
403.600 189 moveto
(constant X_Cursor_Font) show
76 198 moveto
(XC_crosshair) show
183.640 198 moveto
(Xc_Crosshair) show
291.280 198 moveto
(Xlbt_Cursor_Font) show
403.600 198 moveto
(constant X_Cursor_Font) show
76 207 moveto
(XC_diamond_cross) show
183.640 207 moveto
(Xc_Diamond_Cross) show
291.280 207 moveto
(Xlbt_Cursor_Font) show
403.600 207 moveto
(constant X_Cursor_Font) show
76 216 moveto
(XC_dot) show
183.640 216 moveto
(Xc_Dot) show
291.280 216 moveto
(Xlbt_Cursor_Font) show
403.600 216 moveto
(constant X_Cursor_Font) show
76 225 moveto
(XC_dot_box_mask) show
183.640 225 moveto
(Xc_Dot_Box_Mask) show
291.280 225 moveto
(Xlbt_Cursor_Font) show
403.600 225 moveto
(constant X_Cursor_Font) show
76 234 moveto
(XC_double_arrow) show
183.640 234 moveto
(Xc_Double_Arrow) show
291.280 234 moveto
(Xlbt_Cursor_Font) show
403.600 234 moveto
(constant X_Cursor_Font) show
76 243 moveto
(XC_draft_large) show
183.640 243 moveto
(Xc_Draft_Large) show
291.280 243 moveto
(Xlbt_Cursor_Font) show
403.600 243 moveto
(constant X_Cursor_Font) show
76 252 moveto
(XC_draft_small) show
183.640 252 moveto
(Xc_Draft_Small) show
291.280 252 moveto
(Xlbt_Cursor_Font) show
403.600 252 moveto
(constant X_Cursor_Font) show
76 261 moveto
(XC_draped_box) show
183.640 261 moveto
(Xc_Draped_Box) show
291.280 261 moveto
(Xlbt_Cursor_Font) show
403.600 261 moveto
(constant X_Cursor_Font) show
76 270 moveto
(XC_exchange) show
183.640 270 moveto
(Xc_Exchange) show
291.280 270 moveto
(Xlbt_Cursor_Font) show
403.600 270 moveto
(constant X_Cursor_Font) show
76 279 moveto
(XC_fleur) show
183.640 279 moveto
(Xc_Fleur) show
291.280 279 moveto
(Xlbt_Cursor_Font) show
403.600 279 moveto
(constant X_Cursor_Font) show
76 288 moveto
(XC_gobbler) show
183.640 288 moveto
(Xc_Gobbler) show
291.280 288 moveto
(Xlbt_Cursor_Font) show
403.600 288 moveto
(constant X_Cursor_Font) show
76 297 moveto
(XC_gumby) show
183.640 297 moveto
(Xc_Gumby) show
291.280 297 moveto
(Xlbt_Cursor_Font) show
403.600 297 moveto
(constant X_Cursor_Font) show
76 306 moveto
(XC_hand1) show
183.640 306 moveto
(Xc_Hand1) show
291.280 306 moveto
(Xlbt_Cursor_Font) show
403.600 306 moveto
(constant X_Cursor_Font) show
76 315 moveto
(XC_hand2) show
183.640 315 moveto
(Xc_Hand2) show
291.280 315 moveto
(Xlbt_Cursor_Font) show
403.600 315 moveto
(constant X_Cursor_Font) show
76 324 moveto
(XC_heart) show
183.640 324 moveto
(Xc_Heart) show
291.280 324 moveto
(Xlbt_Cursor_Font) show
403.600 324 moveto
(constant X_Cursor_Font) show
76 333 moveto
(XC_icon) show
183.640 333 moveto
(Xc_Icon) show
291.280 333 moveto
(Xlbt_Cursor_Font) show
403.600 333 moveto
(constant X_Cursor_Font) show
76 342 moveto
(XC_iron_cross) show
183.640 342 moveto
(Xc_Iron_Cross) show
291.280 342 moveto
(Xlbt_Cursor_Font) show
403.600 342 moveto
(constant X_Cursor_Font) show
76 351 moveto
(XC_left_ptr) show
183.640 351 moveto
(Xc_Left_Ptr) show
291.280 351 moveto
(Xlbt_Cursor_Font) show
403.600 351 moveto
(constant X_Cursor_Font) show
76 360 moveto
(XC_left_side) show
183.640 360 moveto
(Xc_Left_Side) show
291.280 360 moveto
(Xlbt_Cursor_Font) show
403.600 360 moveto
(constant X_Cursor_Font) show
76 369 moveto
(XC_left_tee) show
183.640 369 moveto
(Xc_Left_Tee) show
291.280 369 moveto
(Xlbt_Cursor_Font) show
403.600 369 moveto
(constant X_Cursor_Font) show
76 378 moveto
(XC_leftbutton) show
183.640 378 moveto
(Xc_Leftbutton) show
291.280 378 moveto
(Xlbt_Cursor_Font) show
403.600 378 moveto
(constant X_Cursor_Font) show
76 387 moveto
(XC_ll_angle) show
183.640 387 moveto
(Xc_Ll_Angle) show
291.280 387 moveto
(Xlbt_Cursor_Font) show
403.600 387 moveto
(constant X_Cursor_Font) show
76 396 moveto
(XC_lr_angle) show
183.640 396 moveto
(Xc_Lr_Angle) show
291.280 396 moveto
(Xlbt_Cursor_Font) show
403.600 396 moveto
(constant X_Cursor_Font) show
76 405 moveto
(XC_man) show
183.640 405 moveto
(Xc_Man) show
291.280 405 moveto
(Xlbt_Cursor_Font) show
403.600 405 moveto
(constant X_Cursor_Font) show
76 414 moveto
(XC_middlebutton) show
183.640 414 moveto
(Xc_Middlebutton) show
291.280 414 moveto
(Xlbt_Cursor_Font) show
403.600 414 moveto
(constant X_Cursor_Font) show
76 423 moveto
(XC_mouse) show
183.640 423 moveto
(Xc_Mouse) show
291.280 423 moveto
(Xlbt_Cursor_Font) show
403.600 423 moveto
(constant X_Cursor_Font) show
76 432 moveto
(XC_num_glyphs) show
183.640 432 moveto
(Xc_Num_Glyphs) show
291.280 432 moveto
(Xlbt_Cursor_Font) show
403.600 432 moveto
(constant X_Cursor_Font) show
76 441 moveto
(XC_pencil) show
183.640 441 moveto
(Xc_Pencil) show
291.280 441 moveto
(Xlbt_Cursor_Font) show
403.600 441 moveto
(constant X_Cursor_Font) show
76 450 moveto
(XC_pirate) show
183.640 450 moveto
(Xc_Pirate) show
291.280 450 moveto
(Xlbt_Cursor_Font) show
403.600 450 moveto
(constant X_Cursor_Font) show
76 459 moveto
(XC_plus) show
183.640 459 moveto
(Xc_Plus) show
291.280 459 moveto
(Xlbt_Cursor_Font) show
403.600 459 moveto
(constant X_Cursor_Font) show
76 468 moveto
(XC_question_arrow) show
183.640 468 moveto
(Xc_Question_Arrow) show
291.280 468 moveto
(Xlbt_Cursor_Font) show
403.600 468 moveto
(constant X_Cursor_Font) show
76 477 moveto
(XC_right_ptr) show
183.640 477 moveto
(Xc_Right_Ptr) show
291.280 477 moveto
(Xlbt_Cursor_Font) show
403.600 477 moveto
(constant X_Cursor_Font) show
76 486 moveto
(XC_right_side) show
183.640 486 moveto
(Xc_Right_Side) show
291.280 486 moveto
(Xlbt_Cursor_Font) show
403.600 486 moveto
(constant X_Cursor_Font) show
76 495 moveto
(XC_right_tee) show
183.640 495 moveto
(Xc_Right_Tee) show
291.280 495 moveto
(Xlbt_Cursor_Font) show
403.600 495 moveto
(constant X_Cursor_Font) show
76 504 moveto
(XC_rightbutton) show
183.640 504 moveto
(Xc_Rightbutton) show
291.280 504 moveto
(Xlbt_Cursor_Font) show
403.600 504 moveto
(constant X_Cursor_Font) show
76 513 moveto
(XC_rtl_logo) show
183.640 513 moveto
(Xc_Rtl_Logo) show
291.280 513 moveto
(Xlbt_Cursor_Font) show
403.600 513 moveto
(constant X_Cursor_Font) show
76 522 moveto
(XC_sailboat) show
183.640 522 moveto
(Xc_Sailboat) show
291.280 522 moveto
(Xlbt_Cursor_Font) show
403.600 522 moveto
(constant X_Cursor_Font) show
76 531 moveto
(XC_sb_down_arrow) show
183.640 531 moveto
(Xc_Sb_Down_Arrow) show
291.280 531 moveto
(Xlbt_Cursor_Font) show
403.600 531 moveto
(constant X_Cursor_Font) show
76 540 moveto
(XC_sb_h_double_arrow) show
183.640 540 moveto
(Xc_Sb_H_Double_Arrow) show
291.280 540 moveto
(Xlbt_Cursor_Font) show
403.600 540 moveto
(constant X_Cursor_Font) show
76 549 moveto
(XC_sb_left_arrow) show
183.640 549 moveto
(Xc_Sb_Left_Arrow) show
291.280 549 moveto
(Xlbt_Cursor_Font) show
403.600 549 moveto
(constant X_Cursor_Font) show
76 558 moveto
(XC_sb_right_arrow) show
183.640 558 moveto
(Xc_Sb_Right_Arrow) show
291.280 558 moveto
(Xlbt_Cursor_Font) show
403.600 558 moveto
(constant X_Cursor_Font) show
76 567 moveto
(XC_sb_up_arrow) show
183.640 567 moveto
(Xc_Sb_Up_Arrow) show
291.280 567 moveto
(Xlbt_Cursor_Font) show
403.600 567 moveto
(constant X_Cursor_Font) show
76 576 moveto
(XC_sb_v_double_arrow) show
183.640 576 moveto
(Xc_Sb_V_Double_Arrow) show
291.280 576 moveto
(Xlbt_Cursor_Font) show
403.600 576 moveto
(constant X_Cursor_Font) show
76 585 moveto
(XC_shuttle) show
183.640 585 moveto
(Xc_Shuttle) show
291.280 585 moveto
(Xlbt_Cursor_Font) show
403.600 585 moveto
(constant X_Cursor_Font) show
76 594 moveto
(XC_sizing) show
183.640 594 moveto
(Xc_Sizing) show
291.280 594 moveto
(Xlbt_Cursor_Font) show
403.600 594 moveto
(constant X_Cursor_Font) show
76 603 moveto
(XC_spider) show
183.640 603 moveto
(Xc_Spider) show
291.280 603 moveto
(Xlbt_Cursor_Font) show
403.600 603 moveto
(constant X_Cursor_Font) show
76 612 moveto
(XC_spraycan) show
183.640 612 moveto
(Xc_Spraycan) show
291.280 612 moveto
(Xlbt_Cursor_Font) show
403.600 612 moveto
(constant X_Cursor_Font) show
76 621 moveto
(XC_star) show
183.640 621 moveto
(Xc_Star) show
291.280 621 moveto
(Xlbt_Cursor_Font) show
403.600 621 moveto
(constant X_Cursor_Font) show
76 630 moveto
(XC_target) show
183.640 630 moveto
(Xc_Target) show
291.280 630 moveto
(Xlbt_Cursor_Font) show
403.600 630 moveto
(constant X_Cursor_Font) show
76 639 moveto
(XC_tcross) show
183.640 639 moveto
(Xc_Tcross) show
291.280 639 moveto
(Xlbt_Cursor_Font) show
403.600 639 moveto
(constant X_Cursor_Font) show
76 648 moveto
(XC_top_left_arrow) show
183.640 648 moveto
(Xc_Top_Left_Arrow) show
291.280 648 moveto
(Xlbt_Cursor_Font) show
403.600 648 moveto
(constant X_Cursor_Font) show
76 657 moveto
(XC_top_left_corner) show
183.640 657 moveto
(Xc_Top_Left_Corner) show
291.280 657 moveto
(Xlbt_Cursor_Font) show
403.600 657 moveto
(constant X_Cursor_Font) show
76 666 moveto
(XC_top_right_corner) show
183.640 666 moveto
(Xc_Top_Right_Corner) show
291.280 666 moveto
(Xlbt_Cursor_Font) show
403.600 666 moveto
(constant X_Cursor_Font) show
76 675 moveto
(XC_top_side) show
183.640 675 moveto
(Xc_Top_Side) show
291.280 675 moveto
(Xlbt_Cursor_Font) show
403.600 675 moveto
(constant X_Cursor_Font) show
76 684 moveto
(XC_top_tee) show
183.640 684 moveto
(Xc_Top_Tee) show
291.280 684 moveto
(Xlbt_Cursor_Font) show
403.600 684 moveto
(constant X_Cursor_Font) show
76 693 moveto
(XC_trek) show
183.640 693 moveto
(Xc_Trek) show
291.280 693 moveto
(Xlbt_Cursor_Font) show
403.600 693 moveto
(constant X_Cursor_Font) show
76 702 moveto
(XC_ul_angle) show
183.640 702 moveto
(Xc_Ul_Angle) show
291.280 702 moveto
(Xlbt_Cursor_Font) show
403.600 702 moveto
(constant X_Cursor_Font) show
76 711 moveto
(XC_umbrella) show
183.640 711 moveto
(Xc_Umbrella) show
291.280 711 moveto
(Xlbt_Cursor_Font) show
403.600 711 moveto
(constant X_Cursor_Font) show
76 720 moveto
(XC_ur_angle) show
183.640 720 moveto
(Xc_Ur_Angle) show
291.280 720 moveto
(Xlbt_Cursor_Font) show
403.600 720 moveto
(constant X_Cursor_Font) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(59) show
EndPage
%%Page: 60 60
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XC_watch) show
183.640 108 moveto
(Xc_Watch) show
291.280 108 moveto
(Xlbt_Cursor_Font) show
403.600 108 moveto
(constant X_Cursor_Font) show
76 117 moveto
(XC_xterm) show
183.640 117 moveto
(Xc_Xterm) show
291.280 117 moveto
(Xlbt_Cursor_Font) show
403.600 117 moveto
(constant X_Cursor_Font) show
76 126 moveto
(XCapStyle) show
183.640 126 moveto
(X_Cap_Style) show
291.280 126 moveto
(Xlbt_Gc) show
403.600 126 moveto
(subtype X_Cap_Style) show
76 135 moveto
(XCapStyle) show
183.640 135 moveto
(X_Cap_Style) show
291.280 135 moveto
(Xlbt_Gc3) show
403.600 135 moveto
(type enumeration) show
76 144 moveto
(XChangeAccess) show
183.640 144 moveto
(X_Change_Access) show
291.280 144 moveto
(Xlbt_Host) show
403.600 144 moveto
(subtype X_Change_Access) show
76 153 moveto
(XChangeAccess) show
183.640 153 moveto
(X_Change_Access) show
291.280 153 moveto
(Xlbt_Host3) show
403.600 153 moveto
(type enumeration) show
76 162 moveto
(XChangeActivePointerGrab) show
183.640 162 moveto
(X_Change_Active_Pointer_Grab) show
291.280 162 moveto
(Xlbp_Grab) show
403.600 162 moveto
(procedure) show
76 171 moveto
(XChangeGC) show
183.640 171 moveto
(X_Change_Gc) show
291.280 171 moveto
(Xlbp_Gc) show
403.600 171 moveto
(procedure) show
76 180 moveto
(XChangeHostsMode) show
183.640 180 moveto
(X_Change_Hosts_Mode) show
291.280 180 moveto
(Xlbt_Host) show
403.600 180 moveto
(subtype X_Change_Hosts_Mode) show
76 189 moveto
(XChangeHostsMode) show
183.640 189 moveto
(X_Change_Hosts_Mode) show
291.280 189 moveto
(Xlbt_Host3) show
403.600 189 moveto
(type enumeration) show
76 198 moveto
(XChangeKeyboardControl) show
183.640 198 moveto
(X_Change_Keyboard_Control) show
291.280 198 moveto
(Xlbp_Keyboard_Control) show
403.600 198 moveto
(procedure) show
76 207 moveto
(XChangeKeyboardMapping) show
183.640 207 moveto
(X_Change_Keyboard_Mapping) show
291.280 207 moveto
(Xlbp_Keyboard_Encoding) show
403.600 207 moveto
(procedure) show
76 216 moveto
(XChangePointerControl) show
183.640 216 moveto
(X_Change_Pointer_Control) show
291.280 216 moveto
(Xlbp_Pointer_Control) show
403.600 216 moveto
(procedure) show
76 225 moveto
(XChangeProperty) show
183.640 225 moveto
(X_Change_Property) show
291.280 225 moveto
(Xlbp_Window_Property) show
403.600 225 moveto
(procedure) show
76 234 moveto
(XChangeSaveSet) show
183.640 234 moveto
(X_Change_Save_Set) show
291.280 234 moveto
(Xlbp_Host) show
403.600 234 moveto
(procedure) show
76 243 moveto
(XChangeSaveSetMode) show
183.640 243 moveto
(X_Change_Save_Set_Mode) show
291.280 243 moveto
(Xlbt_Host) show
403.600 243 moveto
(subtype X_Change_Save_Set_Mode) show
76 252 moveto
(XChangeSaveSetMode) show
183.640 252 moveto
(X_Change_Save_Set_Mode) show
291.280 252 moveto
(Xlbt_Host3) show
403.600 252 moveto
(type enumeration) show
76 261 moveto
(XChangeWindowAttributes) show
183.640 261 moveto
(X_Change_Window_Attributes) show
291.280 261 moveto
(Xlbp_Window) show
403.600 261 moveto
(procedure) show
76 270 moveto
(XChar2b) show
183.640 270 moveto
(X_Character16) show
291.280 270 moveto
(Xlbt_String16) show
403.600 270 moveto
(type record) show
76 279 moveto
(XCharStruct) show
183.640 279 moveto
(X_Char_Struct) show
291.280 279 moveto
(Xlbt_Font) show
403.600 279 moveto
(subtype X_Char_Struct) show
76 288 moveto
(XCharStruct) show
183.640 288 moveto
(X_Char_Struct) show
291.280 288 moveto
(Xlbt_Font3) show
403.600 288 moveto
(type record) show
76 297 moveto
(XCharStructArray2d) show
183.640 297 moveto
(X_Char_Struct_Array_2d) show
291.280 297 moveto
(Xlbt_Font2) show
403.600 297 moveto
(subtype X_Char_Struct_Array_2d) show
76 306 moveto
(XCharStructArray2d) show
183.640 306 moveto
(X_Char_Struct_Array_2d) show
291.280 306 moveto
(Xlbt_Font3) show
403.600 306 moveto
(type array of X_Char_Struct) show
76 315 moveto
(XCharStructList2d) show
183.640 315 moveto
(X_Char_Struct_List_2d) show
291.280 315 moveto
(Xlbt_Font) show
403.600 315 moveto
(subtype X_Char_Struct_List_2d) show
76 324 moveto
(XCharStructList2d) show
183.640 324 moveto
(X_Char_Struct_List_2d) show
291.280 324 moveto
(Xlbt_Font3) show
403.600 324 moveto
(type access X_Char_Struct_Array_2d) show
76 333 moveto
(XCharacter) show
183.640 333 moveto
(X_Character) show
291.280 333 moveto
(Xlbt_String) show
403.600 333 moveto
(type enumeration) show
76 342 moveto
(XCheckIfEvent) show
183.640 342 moveto
(X_Check_If_Event) show
291.280 342 moveto
(Xlbp_Event) show
403.600 342 moveto
(generic procedure) show
76 351 moveto
(XCheckMaskEvent) show
183.640 351 moveto
(X_Check_Mask_Event) show
291.280 351 moveto
(Xlbp_Event) show
403.600 351 moveto
(procedure) show
76 360 moveto
(XCheckTypedEvent) show
183.640 360 moveto
(X_Check_Typed_Event) show
291.280 360 moveto
(Xlbp_Event) show
403.600 360 moveto
(procedure) show
76 369 moveto
(XCheckTypedWindowEvent) show
183.640 369 moveto
(X_Check_Typed_Window_Event) show
291.280 369 moveto
(Xlbp_Event) show
403.600 369 moveto
(procedure) show
76 378 moveto
(XCheckWindowEvent) show
183.640 378 moveto
(X_Check_Window_Event) show
291.280 378 moveto
(Xlbp_Event) show
403.600 378 moveto
(procedure) show
76 387 moveto
(XCirculateEvent) show
183.640 387 moveto
(X_Circulate_Notify_Event) show
291.280 387 moveto
(Xlbt_Event) show
403.600 387 moveto
(subtype X_Event) show
76 396 moveto
(XCirculateEvent) show
183.640 396 moveto
(X_Circulate_Notify_Event) show
291.280 396 moveto
(Xlbt_Event3) show
403.600 396 moveto
(type record) show
76 405 moveto
(XCirculatePlace) show
183.640 405 moveto
(X_Circulate_Place) show
291.280 405 moveto
(Xlbt_Window) show
403.600 405 moveto
(subtype X_Circulate_Place) show
76 414 moveto
(XCirculatePlace) show
183.640 414 moveto
(X_Circulate_Place) show
291.280 414 moveto
(Xlbt_Window4) show
403.600 414 moveto
(type enumeration) show
76 423 moveto
(XCirculateRequestEvent) show
183.640 423 moveto
(X_Circulate_Request_Event) show
291.280 423 moveto
(Xlbt_Event) show
403.600 423 moveto
(subtype X_Event) show
76 432 moveto
(XCirculateRequestEvent) show
183.640 432 moveto
(X_Circulate_Request_Event) show
291.280 432 moveto
(Xlbt_Event3) show
403.600 432 moveto
(type record) show
76 441 moveto
(XCirculateSubwindows) show
183.640 441 moveto
(X_Circulate_Subwindows) show
291.280 441 moveto
(Xlbp_Window) show
403.600 441 moveto
(procedure) show
76 450 moveto
(XCirculateSubwindowsDown) show
183.640 450 moveto
(X_Circulate_Subwindows_Down) show
291.280 450 moveto
(Xlbp_Window) show
403.600 450 moveto
(procedure) show
76 459 moveto
(XCirculateSubwindowsUp) show
183.640 459 moveto
(X_Circulate_Subwindows_Up) show
291.280 459 moveto
(Xlbp_Window) show
403.600 459 moveto
(procedure) show
76 468 moveto
(XClassHint) show
183.640 468 moveto
(X_Class_Hint) show
291.280 468 moveto
(Xlbt_Hint) show
403.600 468 moveto
(subtype X_Class_Hint) show
76 477 moveto
(XClassHint) show
183.640 477 moveto
(X_Class_Hint) show
291.280 477 moveto
(Xlbt_Hint3) show
403.600 477 moveto
(type record) show
76 486 moveto
(XClearArea) show
183.640 486 moveto
(X_Clear_Area) show
291.280 486 moveto
(Xlbp_Graphics) show
403.600 486 moveto
(procedure) show
76 495 moveto
(XClearWindow) show
183.640 495 moveto
(X_Clear_Window) show
291.280 495 moveto
(Xlbp_Graphics) show
403.600 495 moveto
(procedure) show
76 504 moveto
(XClientDataType) show
183.640 504 moveto
(X_Client_Data_Type) show
291.280 504 moveto
(Xlbt_Misc) show
403.600 504 moveto
(type array of U_Char) show
76 513 moveto
(XClientMessageEvent) show
183.640 513 moveto
(X_Client_Message_Event) show
291.280 513 moveto
(Xlbt_Event) show
403.600 513 moveto
(subtype X_Event) show
76 522 moveto
(XClientMessageEvent) show
183.640 522 moveto
(X_Client_Message_Event) show
291.280 522 moveto
(Xlbt_Event3) show
403.600 522 moveto
(type record) show
76 531 moveto
(XClientMessageSChar) show
183.640 531 moveto
(X_Client_Message_S_Char) show
291.280 531 moveto
(Xlbt_Misc) show
403.600 531 moveto
(function return S_Char) show
76 540 moveto
(XClientMessageSChar) show
183.640 540 moveto
(X_Client_Message_S_Char) show
291.280 540 moveto
(Xlbt_Misc) show
403.600 540 moveto
(procedure) show
76 549 moveto
(XClientMessageSLong) show
183.640 549 moveto
(X_Client_Message_S_Long) show
291.280 549 moveto
(Xlbt_Misc) show
403.600 549 moveto
(function return S_Long) show
76 558 moveto
(XClientMessageSLong) show
183.640 558 moveto
(X_Client_Message_S_Long) show
291.280 558 moveto
(Xlbt_Misc) show
403.600 558 moveto
(procedure) show
76 567 moveto
(XClientMessageSShort) show
183.640 567 moveto
(X_Client_Message_S_Short) show
291.280 567 moveto
(Xlbt_Misc) show
403.600 567 moveto
(function return S_Short) show
76 576 moveto
(XClientMessageSShort) show
183.640 576 moveto
(X_Client_Message_S_Short) show
291.280 576 moveto
(Xlbt_Misc) show
403.600 576 moveto
(procedure) show
76 585 moveto
(XClientMessageUChar) show
183.640 585 moveto
(X_Client_Message_U_Char) show
291.280 585 moveto
(Xlbt_Misc) show
403.600 585 moveto
(function return U_Char) show
76 594 moveto
(XClientMessageUChar) show
183.640 594 moveto
(X_Client_Message_U_Char) show
291.280 594 moveto
(Xlbt_Misc) show
403.600 594 moveto
(procedure) show
76 603 moveto
(XClientMessageUShort) show
183.640 603 moveto
(X_Client_Message_U_Short) show
291.280 603 moveto
(Xlbt_Misc) show
403.600 603 moveto
(function return U_Short) show
76 612 moveto
(XClientMessageUShort) show
183.640 612 moveto
(X_Client_Message_U_Short) show
291.280 612 moveto
(Xlbt_Misc) show
403.600 612 moveto
(procedure) show
76 621 moveto
(XClipBox) show
183.640 621 moveto
(X_Clip_Box) show
291.280 621 moveto
(Xlbp_Region) show
403.600 621 moveto
(procedure) show
76 630 moveto
(XClipOrdering) show
183.640 630 moveto
(X_Clip_Ordering) show
291.280 630 moveto
(Xlbt_Gc) show
403.600 630 moveto
(subtype X_Clip_Ordering) show
76 639 moveto
(XClipOrdering) show
183.640 639 moveto
(X_Clip_Ordering) show
291.280 639 moveto
(Xlbt_Gc3) show
403.600 639 moveto
(type enumeration) show
76 648 moveto
(XCloseDisplay) show
183.640 648 moveto
(X_Close_Display) show
291.280 648 moveto
(Xlbp_Display) show
403.600 648 moveto
(procedure) show
76 657 moveto
(XCloseDownMode) show
183.640 657 moveto
(X_Close_Down_Mode) show
291.280 657 moveto
(Xlbt_Host) show
403.600 657 moveto
(subtype X_Close_Down_Mode) show
76 666 moveto
(XCloseDownMode) show
183.640 666 moveto
(X_Close_Down_Mode) show
291.280 666 moveto
(Xlbt_Host3) show
403.600 666 moveto
(type enumeration) show
76 675 moveto
(XCloseFontRequest) show
183.640 675 moveto
(X_Close_Font_Request) show
291.280 675 moveto
(Xlbt_Request) show
403.600 675 moveto
(subtype X_Close_Font_Request) show
76 684 moveto
(XCloseFontRequest) show
183.640 684 moveto
(X_Close_Font_Request) show
291.280 684 moveto
(Xlbt_Request3) show
403.600 684 moveto
(type record) show
76 693 moveto
(XColor) show
183.640 693 moveto
(X_Color) show
291.280 693 moveto
(Xlbt_Color) show
403.600 693 moveto
(type record) show
76 702 moveto
(XColorArray) show
183.640 702 moveto
(X_Color_Array) show
291.280 702 moveto
(Xlbt_Color) show
403.600 702 moveto
(type array of X_Color) show
76 711 moveto
(XColorFlags) show
183.640 711 moveto
(X_Color_Flags) show
291.280 711 moveto
(Xlbt_Color) show
403.600 711 moveto
(type array of Boolean) show
76 720 moveto
(XColorFlagsIndex) show
183.640 720 moveto
(X_Color_Flags_Index) show
291.280 720 moveto
(Xlbt_Color) show
403.600 720 moveto
(type enumeration) show
72 756 moveto
10 /Times-Roman SelectFont
(60) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 61 61
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XColorItem) show
183.640 108 moveto
(X_Color_Item) show
291.280 108 moveto
(Xlbt_Request) show
403.600 108 moveto
(subtype X_Color_Item) show
76 117 moveto
(XColorItem) show
183.640 117 moveto
(X_Color_Item) show
291.280 117 moveto
(Xlbt_Request3) show
403.600 117 moveto
(type record) show
76 126 moveto
(XColorMask) show
183.640 126 moveto
(X_Color_Mask) show
291.280 126 moveto
(Xlbt_Color) show
403.600 126 moveto
(type new S_Long) show
76 135 moveto
(XColormapAlloc) show
183.640 135 moveto
(X_Colormap_Alloc) show
291.280 135 moveto
(Xlbt_Color) show
403.600 135 moveto
(type enumeration) show
76 144 moveto
(XColormapArray) show
183.640 144 moveto
(X_Colormap_Array) show
291.280 144 moveto
(Xlbt_Basic) show
403.600 144 moveto
(subtype X_Colormap_Array) show
76 153 moveto
(XColormapArray) show
183.640 153 moveto
(X_Colormap_Array) show
291.280 153 moveto
(Xlbt_Basic3) show
403.600 153 moveto
(type array of X_Colormap) show
76 162 moveto
(XColormapEvent) show
183.640 162 moveto
(X_Colormap_Notify_Event) show
291.280 162 moveto
(Xlbt_Event) show
403.600 162 moveto
(subtype X_Event) show
76 171 moveto
(XColormapEvent) show
183.640 171 moveto
(X_Colormap_Notify_Event) show
291.280 171 moveto
(Xlbt_Event3) show
403.600 171 moveto
(type record) show
76 180 moveto
(XColormapState) show
183.640 180 moveto
(X_Colormap_State) show
291.280 180 moveto
(Xlbt_Event2) show
403.600 180 moveto
(subtype X_Colormap_State) show
76 189 moveto
(XColormapState) show
183.640 189 moveto
(X_Colormap_State) show
291.280 189 moveto
(Xlbt_Event3) show
403.600 189 moveto
(type enumeration) show
76 198 moveto
(XComposeStatus) show
183.640 198 moveto
(X_Compose_Status) show
291.280 198 moveto
(Xlbt_Key) show
403.600 198 moveto
(subtype X_Compose_Status) show
76 207 moveto
(XComposeStatus) show
183.640 207 moveto
(X_Compose_Status) show
291.280 207 moveto
(Xlbt_Key3) show
403.600 207 moveto
(type record) show
76 216 moveto
(XConfigureEvent) show
183.640 216 moveto
(X_Configure_Notify_Event) show
291.280 216 moveto
(Xlbt_Event) show
403.600 216 moveto
(subtype X_Event) show
76 225 moveto
(XConfigureEvent) show
183.640 225 moveto
(X_Configure_Notify_Event) show
291.280 225 moveto
(Xlbt_Event3) show
403.600 225 moveto
(type record) show
76 234 moveto
(XConfigureRequestEvent) show
183.640 234 moveto
(X_Configure_Request_Event) show
291.280 234 moveto
(Xlbt_Event) show
403.600 234 moveto
(subtype X_Event) show
76 243 moveto
(XConfigureRequestEvent) show
183.640 243 moveto
(X_Configure_Request_Event) show
291.280 243 moveto
(Xlbt_Event3) show
403.600 243 moveto
(type record) show
76 252 moveto
(XConfigureWindow) show
183.640 252 moveto
(X_Configure_Window) show
291.280 252 moveto
(Xlbp_Window) show
403.600 252 moveto
(procedure) show
76 261 moveto
(XContext) show
183.640 261 moveto
(X_Context) show
291.280 261 moveto
(Xlbt_Context_Manager) show
403.600 261 moveto
(subtype X_Context) show
76 270 moveto
(XContext) show
183.640 270 moveto
(X_Context) show
291.280 270 moveto
(Xlbt_Context_Manager3) show
403.600 270 moveto
(type new X_Rm_Quark) show
76 279 moveto
(XContextHashList) show
183.640 279 moveto
(X_Context_Hash_List) show
291.280 279 moveto
(Xlbt_Context_Manager2) show
403.600 279 moveto
(subtype X_Context_Hash_List) show
76 288 moveto
(XContextHashList) show
183.640 288 moveto
(X_Context_Hash_List) show
291.280 288 moveto
(Xlbt_Context_Manager3) show
403.600 288 moveto
(type access X_Context_Hash_Table) show
76 297 moveto
(XContextHashTable) show
183.640 297 moveto
(X_Context_Hash_Table) show
291.280 297 moveto
(Xlbt_Context_Manager2) show
403.600 297 moveto
(subtype X_Context_Hash_Table) show
76 306 moveto
(XContextHashTable) show
183.640 306 moveto
(X_Context_Hash_Table) show
291.280 306 moveto
(Xlbt_Context_Manager3) show
403.600 306 moveto
(type array of X_Context_Table_Entry) show
76 315 moveto
(XContextTableEntry) show
183.640 315 moveto
(X_Context_Table_Entry) show
291.280 315 moveto
(Xlbt_Context_Manager2) show
403.600 315 moveto
(subtype X_Context_Table_Entry) show
76 324 moveto
(XContextTableEntry) show
183.640 324 moveto
(X_Context_Table_Entry) show
291.280 324 moveto
(Xlbt_Context_Manager3) show
403.600 324 moveto
(type access X_Context_Table_Entry_Rec) show
76 333 moveto
(XConvertSelection) show
183.640 333 moveto
(X_Convert_Selection) show
291.280 333 moveto
(Xlbp_Selection) show
403.600 333 moveto
(procedure) show
76 342 moveto
(XCoordinateMode) show
183.640 342 moveto
(X_Coordinate_Mode) show
291.280 342 moveto
(Xlbt_Graphics) show
403.600 342 moveto
(subtype X_Coordinate_Mode) show
76 351 moveto
(XCoordinateMode) show
183.640 351 moveto
(X_Coordinate_Mode) show
291.280 351 moveto
(Xlbt_Graphics3) show
403.600 351 moveto
(type enumeration) show
76 360 moveto
(XCopyArea) show
183.640 360 moveto
(X_Copy_Area) show
291.280 360 moveto
(Xlbp_Graphics) show
403.600 360 moveto
(procedure) show
76 369 moveto
(XCopyColormapAndFree) show
183.640 369 moveto
(X_Copy_Colormap_And_Free) show
291.280 369 moveto
(Xlbp_Color) show
403.600 369 moveto
(function return X_Colormap) show
76 378 moveto
(XCopyGC) show
183.640 378 moveto
(X_Copy_Gc) show
291.280 378 moveto
(Xlbp_Gc) show
403.600 378 moveto
(procedure) show
76 387 moveto
(XCopyPlane) show
183.640 387 moveto
(X_Copy_Plane) show
291.280 387 moveto
(Xlbp_Graphics) show
403.600 387 moveto
(procedure) show
76 396 moveto
(XCreateBitmapFromData) show
183.640 396 moveto
(X_Create_Bitmap_From_Data) show
291.280 396 moveto
(Xlbp_Bitmap) show
403.600 396 moveto
(function return X_Pixmap) show
76 405 moveto
(XCreateColormap) show
183.640 405 moveto
(X_Create_Colormap) show
291.280 405 moveto
(Xlbp_Color) show
403.600 405 moveto
(function return X_Colormap) show
76 414 moveto
(XCreateFontCursor) show
183.640 414 moveto
(X_Create_Font_Cursor) show
291.280 414 moveto
(Xlbp_Cursor) show
403.600 414 moveto
(function return X_Cursor) show
76 423 moveto
(XCreateGC) show
183.640 423 moveto
(X_Create_Gc) show
291.280 423 moveto
(Xlbp_Gc) show
403.600 423 moveto
(function return X_Gc) show
76 432 moveto
(XCreateGlyphCursor) show
183.640 432 moveto
(X_Create_Glyph_Cursor) show
291.280 432 moveto
(Xlbp_Cursor) show
403.600 432 moveto
(function return X_Cursor) show
76 441 moveto
(XCreateImage) show
183.640 441 moveto
(X_Create_Image) show
291.280 441 moveto
(Xlbp_Image) show
403.600 441 moveto
(function return X_Image) show
76 450 moveto
(XCreatePixmap) show
183.640 450 moveto
(X_Create_Pixmap) show
291.280 450 moveto
(Xlbp_Pixmap) show
403.600 450 moveto
(function return X_Pixmap) show
76 459 moveto
(XCreatePixmapCursor) show
183.640 459 moveto
(X_Create_Pixmap_Cursor) show
291.280 459 moveto
(Xlbp_Cursor) show
403.600 459 moveto
(function return X_Cursor) show
76 468 moveto
(XCreatePixmapFromBitmapData) show
183.640 468 moveto
(X_Create_Pixmap_From_Bitmap_) show
183.640 477 moveto
(Data) show
291.280 468 moveto
(Xlbp_Bitmap) show
403.600 468 moveto
(function return X_Pixmap) show
76 486 moveto
(XCreateRegion) show
183.640 486 moveto
(X_Create_Region) show
291.280 486 moveto
(Xlbp_Region) show
403.600 486 moveto
(function return X_Region) show
76 495 moveto
(XCreateSimpleWindow) show
183.640 495 moveto
(X_Create_Simple_Window) show
291.280 495 moveto
(Xlbp_Window) show
403.600 495 moveto
(function return X_Window) show
76 504 moveto
(XCreateWindow) show
183.640 504 moveto
(X_Create_Window) show
291.280 504 moveto
(Xlbp_Window) show
403.600 504 moveto
(function return X_Window) show
76 513 moveto
(XCreateWindowEvent) show
183.640 513 moveto
(X_Create_Notify_Event) show
291.280 513 moveto
(Xlbt_Event) show
403.600 513 moveto
(subtype X_Event) show
76 522 moveto
(XCreateWindowEvent) show
183.640 522 moveto
(X_Create_Notify_Event) show
291.280 522 moveto
(Xlbt_Event3) show
403.600 522 moveto
(type record) show
76 531 moveto
(XDefaultGC) show
183.640 531 moveto
(X_Default_Gc) show
291.280 531 moveto
(Xlbp_Display) show
403.600 531 moveto
(function return X_Gc) show
76 540 moveto
(XDefaultGCofScreen) show
183.640 540 moveto
(X_Default_Gc_Of_Screen) show
291.280 540 moveto
(Xlbp_Display) show
403.600 540 moveto
(function return X_Gc) show
76 549 moveto
(XDefineCursor) show
183.640 549 moveto
(X_Define_Cursor) show
291.280 549 moveto
(Xlbp_Cursor) show
403.600 549 moveto
(procedure) show
76 558 moveto
(XDeleteContext) show
183.640 558 moveto
(X_Delete_Context) show
291.280 558 moveto
(Xlbp_Context_Manager) show
403.600 558 moveto
(function return X_Associative_Returns) show
76 567 moveto
(XDeleteModifiermapEntry) show
183.640 567 moveto
(X_Delete_Modifier_Map_Entry) show
291.280 567 moveto
(Xlbp_Keyboard_Encoding) show
403.600 567 moveto
(procedure) show
76 576 moveto
(XDeleteProperty) show
183.640 576 moveto
(X_Delete_Property) show
291.280 576 moveto
(Xlbp_Window_Property) show
403.600 576 moveto
(procedure) show
76 585 moveto
(XDestroyEvent) show
183.640 585 moveto
(X_Destroy_Notify_Event) show
291.280 585 moveto
(Xlbt_Event) show
403.600 585 moveto
(subtype X_Event) show
76 594 moveto
(XDestroyEvent) show
183.640 594 moveto
(X_Destroy_Notify_Event) show
291.280 594 moveto
(Xlbt_Event3) show
403.600 594 moveto
(type record) show
76 603 moveto
(XDestroyImage) show
183.640 603 moveto
(X_Destroy_Image) show
291.280 603 moveto
(Xlbp_Image) show
403.600 603 moveto
(procedure) show
76 612 moveto
(XDestroyRegion) show
183.640 612 moveto
(X_Destroy_Region) show
291.280 612 moveto
(Xlbp_Region) show
403.600 612 moveto
(procedure) show
76 621 moveto
(XDestroySubwindows) show
183.640 621 moveto
(X_Destroy_Subwindows) show
291.280 621 moveto
(Xlbp_Window) show
403.600 621 moveto
(procedure) show
76 630 moveto
(XDestroyWindow) show
183.640 630 moveto
(X_Destroy_Window) show
291.280 630 moveto
(Xlbp_Window) show
403.600 630 moveto
(procedure) show
76 639 moveto
(XDisableAccessControl) show
183.640 639 moveto
(X_Disable_Access_Control) show
291.280 639 moveto
(Xlbp_Host) show
403.600 639 moveto
(procedure) show
76 648 moveto
(XDisplayKeyCodes) show
183.640 648 moveto
(X_Display_Key_Codes) show
291.280 648 moveto
(Xlbp_Keyboard_Encoding) show
403.600 648 moveto
(procedure) show
76 657 moveto
(XDisplayMotionBufferSize) show
183.640 657 moveto
(X_Display_Motion_Buffer_Size) show
291.280 657 moveto
(Xlbp_Pointer_Motion) show
403.600 657 moveto
(function return S_Long) show
76 666 moveto
(XDisplayName) show
183.640 666 moveto
(X_Display_Name) show
291.280 666 moveto
(Xlbp_Display) show
403.600 666 moveto
(function return X_String) show
76 675 moveto
(XDrawArc) show
183.640 675 moveto
(X_Draw_Arc) show
291.280 675 moveto
(Xlbp_Graphics) show
403.600 675 moveto
(procedure) show
76 684 moveto
(XDrawArcs) show
183.640 684 moveto
(X_Draw_Arcs) show
291.280 684 moveto
(Xlbp_Graphics) show
403.600 684 moveto
(procedure) show
76 693 moveto
(XDrawImageString) show
183.640 693 moveto
(X_Draw_Image_String) show
291.280 693 moveto
(Xlbp_Text) show
403.600 693 moveto
(procedure) show
76 702 moveto
(XDrawImageString16) show
183.640 702 moveto
(X_Draw_Image_String16) show
291.280 702 moveto
(Xlbp_Text16) show
403.600 702 moveto
(procedure) show
76 711 moveto
(XDrawLine) show
183.640 711 moveto
(X_Draw_Line) show
291.280 711 moveto
(Xlbp_Graphics) show
403.600 711 moveto
(procedure) show
76 720 moveto
(XDrawLines) show
183.640 720 moveto
(X_Draw_Lines) show
291.280 720 moveto
(Xlbp_Graphics) show
403.600 720 moveto
(procedure) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(61) show
EndPage
%%Page: 62 62
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XDrawPoint) show
183.640 108 moveto
(X_Draw_Point) show
291.280 108 moveto
(Xlbp_Graphics) show
403.600 108 moveto
(procedure) show
76 117 moveto
(XDrawPoints) show
183.640 117 moveto
(X_Draw_Points) show
291.280 117 moveto
(Xlbp_Graphics) show
403.600 117 moveto
(procedure) show
76 126 moveto
(XDrawRectangle) show
183.640 126 moveto
(X_Draw_Rectangle) show
291.280 126 moveto
(Xlbp_Graphics) show
403.600 126 moveto
(procedure) show
76 135 moveto
(XDrawRectangles) show
183.640 135 moveto
(X_Draw_Rectangles) show
291.280 135 moveto
(Xlbp_Graphics) show
403.600 135 moveto
(procedure) show
76 144 moveto
(XDrawSegments) show
183.640 144 moveto
(X_Draw_Segments) show
291.280 144 moveto
(Xlbp_Graphics) show
403.600 144 moveto
(procedure) show
76 153 moveto
(XDrawString) show
183.640 153 moveto
(X_Draw_String) show
291.280 153 moveto
(Xlbp_Text) show
403.600 153 moveto
(procedure) show
76 162 moveto
(XDrawString16) show
183.640 162 moveto
(X_Draw_String16) show
291.280 162 moveto
(Xlbp_Text16) show
403.600 162 moveto
(procedure) show
76 171 moveto
(XDrawText) show
183.640 171 moveto
(X_Draw_Text) show
291.280 171 moveto
(Xlbp_Text) show
403.600 171 moveto
(procedure) show
76 180 moveto
(XDrawText16) show
183.640 180 moveto
(X_Draw_Text16) show
291.280 180 moveto
(Xlbp_Text16) show
403.600 180 moveto
(procedure) show
76 189 moveto
(XESetCloseDisplay) show
183.640 189 moveto
(X_E_Set_Close_Display) show
291.280 189 moveto
(Xlbp_Extension) show
403.600 189 moveto
(function return) show
403.600 198 moveto
(Proc_Var_X_Close_Display_Extension.Pv) show
76 207 moveto
(XESetCopyGC) show
183.640 207 moveto
(X_E_Set_Copy_Gc) show
291.280 207 moveto
(Xlbp_Extension) show
403.600 207 moveto
(function return) show
403.600 216 moveto
(Proc_Var_X_Display_Gc_Extension.Pv) show
76 225 moveto
(XESetCreateFont) show
183.640 225 moveto
(X_E_Set_Create_Font) show
291.280 225 moveto
(Xlbp_Extension) show
403.600 225 moveto
(function return) show
403.600 234 moveto
(Proc_Var_X_Display_Font_Extension.Pv) show
76 243 moveto
(XESetCreateGC) show
183.640 243 moveto
(X_E_Set_Create_Gc) show
291.280 243 moveto
(Xlbp_Extension) show
403.600 243 moveto
(function return) show
403.600 252 moveto
(Proc_Var_X_Display_Gc_Extension.Pv) show
76 261 moveto
(XESetError) show
183.640 261 moveto
(X_E_Set_Error) show
291.280 261 moveto
(Xlbp_Extension) show
403.600 261 moveto
(function return) show
403.600 270 moveto
(Proc_Var_X_Error_Extension.Pv) show
76 279 moveto
(XESetErrorString) show
183.640 279 moveto
(X_E_Set_Error_String) show
291.280 279 moveto
(Xlbp_Extension) show
403.600 279 moveto
(function return) show
403.600 288 moveto
(Proc_Var_X_Error_String_Extension.Pv) show
76 297 moveto
(XESetEventToWire) show
183.640 297 moveto
(X_E_Set_Event_To_Wire) show
291.280 297 moveto
(Xlbp_Extension) show
403.600 297 moveto
(function return Proc_Var_X_Event_Wire.Pv) show
76 306 moveto
(XESetFlushGC) show
183.640 306 moveto
(X_E_Set_Flush_Gc) show
291.280 306 moveto
(Xlbp_Extension) show
403.600 306 moveto
(function return) show
403.600 315 moveto
(Proc_Var_X_Display_Gc_Extension.Pv) show
76 324 moveto
(XESetFreeFont) show
183.640 324 moveto
(X_E_Set_Free_Font) show
291.280 324 moveto
(Xlbp_Extension) show
403.600 324 moveto
(function return) show
403.600 333 moveto
(Proc_Var_X_Display_Font_Extension.Pv) show
76 342 moveto
(XESetFreeGC) show
183.640 342 moveto
(X_E_Set_Free_Gc) show
291.280 342 moveto
(Xlbp_Extension) show
403.600 342 moveto
(function return) show
403.600 351 moveto
(Proc_Var_X_Display_Gc_Extension.Pv) show
76 360 moveto
(XESetWireToEvent) show
183.640 360 moveto
(X_E_Set_Wire_To_Event) show
291.280 360 moveto
(Xlbp_Extension) show
403.600 360 moveto
(function return Proc_Var_X_Wire_Event.Pv) show
76 369 moveto
(XEnableAccessControl) show
183.640 369 moveto
(X_Enable_Access_Control) show
291.280 369 moveto
(Xlbp_Host) show
403.600 369 moveto
(procedure) show
76 378 moveto
(XEnterWindowEvent) show
183.640 378 moveto
(X_Enter_Notify_Event) show
291.280 378 moveto
(Xlbt_Event) show
403.600 378 moveto
(subtype X_Event) show
76 387 moveto
(XEqualRegion) show
183.640 387 moveto
(X_Equal_Region) show
291.280 387 moveto
(Xlbp_Region) show
403.600 387 moveto
(function return Boolean) show
76 396 moveto
(XEqualSignature) show
183.640 396 moveto
(X_Equal_Signature) show
291.280 396 moveto
(Xlbt_Proc_Var) show
403.600 396 moveto
(function return Boolean) show
76 405 moveto
(XEqualSignature) show
183.640 405 moveto
(X_Equal_Signature) show
291.280 405 moveto
(Xlbt_Univ_Ptr) show
403.600 405 moveto
(function return Boolean) show
76 414 moveto
(XEventsQueued) show
183.640 414 moveto
(X_Events_Queued) show
291.280 414 moveto
(Xlbp_Event) show
403.600 414 moveto
(function return S_Long) show
76 423 moveto
(XExposeEvent) show
183.640 423 moveto
(X_Expose_Event) show
291.280 423 moveto
(Xlbt_Event) show
403.600 423 moveto
(subtype X_Event) show
76 432 moveto
(XExposeEvent) show
183.640 432 moveto
(X_Expose_Event) show
291.280 432 moveto
(Xlbt_Event3) show
403.600 432 moveto
(type record) show
76 441 moveto
(XExtCodes) show
183.640 441 moveto
(X_Ext_Codes) show
291.280 441 moveto
(Xlbt_Extension) show
403.600 441 moveto
(subtype X_Ext_Codes) show
76 450 moveto
(XExtCodes) show
183.640 450 moveto
(X_Ext_Codes) show
291.280 450 moveto
(Xlbt_Extension3) show
403.600 450 moveto
(type access X_Ext_Codes_Rec) show
76 459 moveto
(XExtData) show
183.640 459 moveto
(X_Ext_Data) show
291.280 459 moveto
(Xlbt_Extension) show
403.600 459 moveto
(subtype X_Ext_Data) show
76 468 moveto
(XExtData) show
183.640 468 moveto
(X_Ext_Data) show
291.280 468 moveto
(Xlbt_Extension4) show
403.600 468 moveto
(type access X_Ext_Data_Rec) show
76 477 moveto
(XFetchBuffer) show
183.640 477 moveto
(X_Fetch_Buffer) show
291.280 477 moveto
(Xlbp_Cut_Buffer) show
403.600 477 moveto
(function return U_Char_List) show
76 486 moveto
(XFetchBytes) show
183.640 486 moveto
(X_Fetch_Bytes) show
291.280 486 moveto
(Xlbp_Cut_Buffer) show
403.600 486 moveto
(function return U_Char_List) show
76 495 moveto
(XFetchName) show
183.640 495 moveto
(X_Get_Wm_Name) show
291.280 495 moveto
(Xlbp_Hint) show
403.600 495 moveto
(procedure) show
76 504 moveto
(XFillArc) show
183.640 504 moveto
(X_Fill_Arc) show
291.280 504 moveto
(Xlbp_Graphics) show
403.600 504 moveto
(procedure) show
76 513 moveto
(XFillArcs) show
183.640 513 moveto
(X_Fill_Arcs) show
291.280 513 moveto
(Xlbp_Graphics) show
403.600 513 moveto
(procedure) show
76 522 moveto
(XFillPolygon) show
183.640 522 moveto
(X_Fill_Polygon) show
291.280 522 moveto
(Xlbp_Graphics) show
403.600 522 moveto
(procedure) show
76 531 moveto
(XFillRectangle) show
183.640 531 moveto
(X_Fill_Rectangle) show
291.280 531 moveto
(Xlbp_Graphics) show
403.600 531 moveto
(procedure) show
76 540 moveto
(XFillRectangles) show
183.640 540 moveto
(X_Fill_Rectangles) show
291.280 540 moveto
(Xlbp_Graphics) show
403.600 540 moveto
(procedure) show
76 549 moveto
(XFindContext) show
183.640 549 moveto
(X_Find_Context) show
291.280 549 moveto
(Xlbp_Context_Manager) show
403.600 549 moveto
(procedure) show
76 558 moveto
(XFindOnExtensionList) show
183.640 558 moveto
(X_Find_On_Extension_List) show
291.280 558 moveto
(Xlbp_Extension) show
403.600 558 moveto
(function return X_Ext_Data) show
76 567 moveto
(XFocusInEvent) show
183.640 567 moveto
(X_Focus_In_Event) show
291.280 567 moveto
(Xlbt_Event) show
403.600 567 moveto
(subtype X_Event) show
76 576 moveto
(XFocusOutEvent) show
183.640 576 moveto
(X_Focus_Out_Event) show
291.280 576 moveto
(Xlbt_Event) show
403.600 576 moveto
(subtype X_Event) show
76 585 moveto
(XFontProp) show
183.640 585 moveto
(X_Font_Prop) show
291.280 585 moveto
(Xlbt_Font2) show
403.600 585 moveto
(subtype X_Font_Prop) show
76 594 moveto
(XFontProp) show
183.640 594 moveto
(X_Font_Prop) show
291.280 594 moveto
(Xlbt_Font3) show
403.600 594 moveto
(type record) show
76 603 moveto
(XFontStruct) show
183.640 603 moveto
(X_Font_Struct) show
291.280 603 moveto
(Xlbt_Font) show
403.600 603 moveto
(subtype X_Font_Struct) show
76 612 moveto
(XFontStruct) show
183.640 612 moveto
(X_Font_Struct) show
291.280 612 moveto
(Xlbt_Font3) show
403.600 612 moveto
(type access X_Font_Struct_Rec) show
76 621 moveto
(XForceScreenSaver) show
183.640 621 moveto
(X_Force_Screen_Saver) show
291.280 621 moveto
(Xlbp_Screen_Saver) show
403.600 621 moveto
(procedure) show
76 630 moveto
(XFreeColormap) show
183.640 630 moveto
(X_Free_Colormap) show
291.280 630 moveto
(Xlbp_Color) show
403.600 630 moveto
(procedure) show
76 639 moveto
(XFreeColors) show
183.640 639 moveto
(X_Free_Colors) show
291.280 639 moveto
(Xlbp_Color) show
403.600 639 moveto
(procedure) show
76 648 moveto
(XFreeCursor) show
183.640 648 moveto
(X_Free_Cursor) show
291.280 648 moveto
(Xlbp_Cursor) show
403.600 648 moveto
(procedure) show
76 657 moveto
(XFreeFont) show
183.640 657 moveto
(X_Free_Font) show
291.280 657 moveto
(Xlbp_Font) show
403.600 657 moveto
(procedure) show
76 666 moveto
(XFreeFontInfo) show
183.640 666 moveto
(X_Free_Font_Info) show
291.280 666 moveto
(Xlbp_Font_Names) show
403.600 666 moveto
(procedure) show
76 675 moveto
(XFreeGC) show
183.640 675 moveto
(X_Free_Gc) show
291.280 675 moveto
(Xlbp_Gc) show
403.600 675 moveto
(procedure) show
76 684 moveto
(XFreeModifiermap) show
183.640 684 moveto
(X_Free_Modifier_Map) show
291.280 684 moveto
(Xlbp_Keyboard_Encoding) show
403.600 684 moveto
(procedure) show
76 693 moveto
(XFreePixmap) show
183.640 693 moveto
(X_Free_Pixmap) show
291.280 693 moveto
(Xlbp_Pixmap) show
403.600 693 moveto
(procedure) show
76 702 moveto
(XGCValues) show
183.640 702 moveto
(X_Gc_Values) show
291.280 702 moveto
(Xlbt_Gc) show
403.600 702 moveto
(subtype X_Gc_Values) show
76 711 moveto
(XGCValues) show
183.640 711 moveto
(X_Gc_Values) show
291.280 711 moveto
(Xlbt_Gc3) show
403.600 711 moveto
(type record) show
76 720 moveto
(XGContextFromGC) show
183.640 720 moveto
(X_G_Context_From_Gc) show
291.280 720 moveto
(Xlbp_Gc) show
403.600 720 moveto
(function return X_G_Context) show
72 756 moveto
10 /Times-Roman SelectFont
(62) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 63 63
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XGeometry) show
183.640 108 moveto
(X_Geometry) show
291.280 108 moveto
(Xlbp_Geometry) show
403.600 108 moveto
(procedure) show
76 117 moveto
(XGetAtomName) show
183.640 117 moveto
(X_Get_Atom_Name) show
291.280 117 moveto
(Xlbp_Atom) show
403.600 117 moveto
(function return X_String) show
76 126 moveto
(XGetClassHint) show
183.640 126 moveto
(X_Get_Class_Hint) show
291.280 126 moveto
(Xlbp_Hint) show
403.600 126 moveto
(procedure) show
76 135 moveto
(XGetCommand) show
183.640 135 moveto
(X_Get_Command) show
291.280 135 moveto
(Xlbp_Hint) show
403.600 135 moveto
(procedure) show
76 144 moveto
(XGetDefault) show
183.640 144 moveto
(X_Get_Default) show
291.280 144 moveto
(Xlbp_Rm) show
403.600 144 moveto
(procedure) show
76 153 moveto
(XGetErrorDatabaseText) show
183.640 153 moveto
(X_Get_Error_Database_Text) show
291.280 153 moveto
(Xlbp_Error) show
403.600 153 moveto
(function return X_String) show
76 162 moveto
(XGetErrorText) show
183.640 162 moveto
(X_Get_Error_Text) show
291.280 162 moveto
(Xlbp_Error) show
403.600 162 moveto
(function return X_String) show
76 171 moveto
(XGetFontPath) show
183.640 171 moveto
(X_Get_Font_Path) show
291.280 171 moveto
(Xlbp_Font_Names) show
403.600 171 moveto
(function return X_String_Pointer_List) show
76 180 moveto
(XGetFontProperty) show
183.640 180 moveto
(X_Get_Font_Property) show
291.280 180 moveto
(Xlbp_Font) show
403.600 180 moveto
(procedure) show
76 189 moveto
(XGetGCValues) show
183.640 189 moveto
(X_Get_Gc_Values) show
291.280 189 moveto
(Xlbp_Gc) show
403.600 189 moveto
(procedure) show
76 198 moveto
(XGetGeometry) show
183.640 198 moveto
(X_Get_Geometry) show
291.280 198 moveto
(Xlbp_Window_Information) show
403.600 198 moveto
(procedure) show
76 207 moveto
(XGetIconName) show
183.640 207 moveto
(X_Get_Wm_Icon_Name) show
291.280 207 moveto
(Xlbp_Hint) show
403.600 207 moveto
(procedure) show
76 216 moveto
(XGetIconSizes) show
183.640 216 moveto
(X_Get_Icon_Sizes) show
291.280 216 moveto
(Xlbp_Hint) show
403.600 216 moveto
(procedure) show
76 225 moveto
(XGetImage) show
183.640 225 moveto
(X_Get_Image) show
291.280 225 moveto
(Xlbp_Image) show
403.600 225 moveto
(function return X_Image) show
76 234 moveto
(XGetInputFocus) show
183.640 234 moveto
(X_Get_Input_Focus) show
291.280 234 moveto
(Xlbp_Input_Focus) show
403.600 234 moveto
(procedure) show
76 243 moveto
(XGetKeyboardControl) show
183.640 243 moveto
(X_Get_Keyboard_Control) show
291.280 243 moveto
(Xlbp_Keyboard_Control) show
403.600 243 moveto
(procedure) show
76 252 moveto
(XGetKeyboardMapping) show
183.640 252 moveto
(X_Get_Keyboard_Mapping) show
291.280 252 moveto
(Xlbp_Keyboard_Encoding) show
403.600 252 moveto
(function return X_Key_Sym_List_2d) show
76 261 moveto
(XGetModifierMapping) show
183.640 261 moveto
(X_Get_Modifier_Mapping) show
291.280 261 moveto
(Xlbp_Keyboard_Encoding) show
403.600 261 moveto
(function return X_Modifier_Keymap) show
76 270 moveto
(XGetMotionEvents) show
183.640 270 moveto
(X_Get_Motion_Events) show
291.280 270 moveto
(Xlbp_Pointer_Motion) show
403.600 270 moveto
(function return X_Time_Coord_List) show
76 279 moveto
(XGetNormalHints) show
183.640 279 moveto
(X_Get_Wm_Normal_Hints) show
291.280 279 moveto
(Xlbp_Hint) show
403.600 279 moveto
(procedure) show
76 288 moveto
(XGetPixel) show
183.640 288 moveto
(X_Get_Pixel) show
291.280 288 moveto
(Xlbp_Image) show
403.600 288 moveto
(function return X_Pixel) show
76 297 moveto
(XGetPointerControl) show
183.640 297 moveto
(X_Get_Pointer_Control) show
291.280 297 moveto
(Xlbp_Pointer_Control) show
403.600 297 moveto
(procedure) show
76 306 moveto
(XGetPointerMapping) show
183.640 306 moveto
(X_Get_Pointer_Mapping) show
291.280 306 moveto
(Xlbp_Pointer_Control) show
403.600 306 moveto
(procedure) show
76 315 moveto
(XGetRGBColormaps) show
183.640 315 moveto
(X_Get_Rgb_Colormaps) show
291.280 315 moveto
(Xlbp_Hint) show
403.600 315 moveto
(procedure) show
76 324 moveto
(XGetScreenSaver) show
183.640 324 moveto
(X_Get_Screen_Saver) show
291.280 324 moveto
(Xlbp_Screen_Saver) show
403.600 324 moveto
(procedure) show
76 333 moveto
(XGetSelectionOwner) show
183.640 333 moveto
(X_Get_Selection_Owner) show
291.280 333 moveto
(Xlbp_Selection) show
403.600 333 moveto
(function return X_Window) show
76 342 moveto
(XGetSizeHints) show
183.640 342 moveto
(X_Get_Wm_Size_Hints) show
291.280 342 moveto
(Xlbp_Hint) show
403.600 342 moveto
(procedure) show
76 351 moveto
(XGetSubImage) show
183.640 351 moveto
(X_Get_Sub_Image) show
291.280 351 moveto
(Xlbp_Image) show
403.600 351 moveto
(procedure) show
76 360 moveto
(XGetTextProperty) show
183.640 360 moveto
(X_Get_Text_Property) show
291.280 360 moveto
(Xlbp_Window_Property) show
403.600 360 moveto
(procedure) show
76 369 moveto
(XGetTransientForHint) show
183.640 369 moveto
(X_Get_Transient_For_Hint) show
291.280 369 moveto
(Xlbp_Hint) show
403.600 369 moveto
(procedure) show
76 378 moveto
(XGetVisualInfo) show
183.640 378 moveto
(X_Get_Visual_Info) show
291.280 378 moveto
(Xlbp_Visual) show
403.600 378 moveto
(function return X_Visual_Info_List) show
76 387 moveto
(XGetWMClientMachine) show
183.640 387 moveto
(X_Get_Wm_Client_Machine) show
291.280 387 moveto
(Xlbp_Hint) show
403.600 387 moveto
(procedure) show
76 396 moveto
(XGetWMColormapWindows) show
183.640 396 moveto
(X_Get_Wm_Colormap_Windows) show
291.280 396 moveto
(Xlbp_Hint) show
403.600 396 moveto
(procedure) show
76 405 moveto
(XGetWMHints) show
183.640 405 moveto
(X_Get_Wm_Hints) show
291.280 405 moveto
(Xlbp_Hint) show
403.600 405 moveto
(procedure) show
76 414 moveto
(XGetWMProtocols) show
183.640 414 moveto
(X_Get_Wm_Protocols) show
291.280 414 moveto
(Xlbp_Hint) show
403.600 414 moveto
(procedure) show
76 423 moveto
(XGetWindowAttributes) show
183.640 423 moveto
(X_Get_Window_Attributes) show
291.280 423 moveto
(Xlbp_Window_Information) show
403.600 423 moveto
(procedure) show
76 432 moveto
(XGetWindowProperty) show
183.640 432 moveto
(X_Get_Window_Property) show
291.280 432 moveto
(Xlbp_Window_Property) show
403.600 432 moveto
(procedure) show
76 441 moveto
(XGrabButton) show
183.640 441 moveto
(X_Grab_Button) show
291.280 441 moveto
(Xlbp_Grab) show
403.600 441 moveto
(procedure) show
76 450 moveto
(XGrabKey) show
183.640 450 moveto
(X_Grab_Key) show
291.280 450 moveto
(Xlbp_Grab) show
403.600 450 moveto
(procedure) show
76 459 moveto
(XGrabKeyboard) show
183.640 459 moveto
(X_Grab_Keyboard) show
291.280 459 moveto
(Xlbp_Grab) show
403.600 459 moveto
(function return X_Grab_Status) show
76 468 moveto
(XGrabPointer) show
183.640 468 moveto
(X_Grab_Pointer) show
291.280 468 moveto
(Xlbp_Grab) show
403.600 468 moveto
(function return X_Grab_Status) show
76 477 moveto
(XGrabServer) show
183.640 477 moveto
(X_Grab_Server) show
291.280 477 moveto
(Xlbp_Grab) show
403.600 477 moveto
(procedure) show
76 486 moveto
(XGraphicsExposeEvent) show
183.640 486 moveto
(X_Graphics_Expose_Event) show
291.280 486 moveto
(Xlbt_Event) show
403.600 486 moveto
(subtype X_Event) show
76 495 moveto
(XGraphicsExposeEvent) show
183.640 495 moveto
(X_Graphics_Expose_Event) show
291.280 495 moveto
(Xlbt_Event3) show
403.600 495 moveto
(type record) show
76 504 moveto
(XGravityEvent) show
183.640 504 moveto
(X_Gravity_Notify_Event) show
291.280 504 moveto
(Xlbt_Event) show
403.600 504 moveto
(subtype X_Event) show
76 513 moveto
(XGravityEvent) show
183.640 513 moveto
(X_Gravity_Notify_Event) show
291.280 513 moveto
(Xlbt_Event3) show
403.600 513 moveto
(type record) show
76 522 moveto
(XHostAddress) show
183.640 522 moveto
(X_Host_Address) show
291.280 522 moveto
(Xlbt_Host) show
403.600 522 moveto
(subtype X_Host_Address) show
76 531 moveto
(XHostAddress) show
183.640 531 moveto
(X_Host_Address) show
291.280 531 moveto
(Xlbt_Host3) show
403.600 531 moveto
(type record) show
76 540 moveto
(XID) show
183.640 540 moveto
(X_Id) show
291.280 540 moveto
(Xlbt_Basic) show
403.600 540 moveto
(subtype X_Id) show
76 549 moveto
(XID) show
183.640 549 moveto
(X_Id) show
291.280 549 moveto
(Xlbt_Basic3) show
403.600 549 moveto
(type record) show
76 558 moveto
(XIconSize) show
183.640 558 moveto
(X_Icon_Size) show
291.280 558 moveto
(Xlbt_Hint) show
403.600 558 moveto
(subtype X_Icon_Size) show
76 567 moveto
(XIconSize) show
183.640 567 moveto
(X_Icon_Size) show
291.280 567 moveto
(Xlbt_Hint3) show
403.600 567 moveto
(type record) show
76 576 moveto
(XIconifyWindow) show
183.640 576 moveto
(X_Iconify_Window) show
291.280 576 moveto
(Xlbp_Window) show
403.600 576 moveto
(procedure) show
76 585 moveto
(XIfEvent) show
183.640 585 moveto
(X_If_Event) show
291.280 585 moveto
(Xlbp_Event) show
403.600 585 moveto
(generic procedure) show
76 594 moveto
(XImage) show
183.640 594 moveto
(X_Image) show
291.280 594 moveto
(Xlbt_Image) show
403.600 594 moveto
(subtype X_Image) show
76 603 moveto
(XImage) show
183.640 603 moveto
(X_Image) show
291.280 603 moveto
(Xlbt_Image3) show
403.600 603 moveto
(type access X_Image_Rec) show
76 612 moveto
(XInitExtension) show
183.640 612 moveto
(X_Init_Extension) show
291.280 612 moveto
(Xlbp_Extension) show
403.600 612 moveto
(function return X_Ext_Codes) show
76 621 moveto
(XInsertModifiermapEntry) show
183.640 621 moveto
(X_Insert_Modifier_Map_Entry) show
291.280 621 moveto
(Xlbp_Keyboard_Encoding) show
403.600 621 moveto
(procedure) show
76 630 moveto
(XInstallColormap) show
183.640 630 moveto
(X_Install_Colormap) show
291.280 630 moveto
(Xlbp_Color) show
403.600 630 moveto
(procedure) show
76 639 moveto
(XInternAtom) show
183.640 639 moveto
(X_Intern_Atom) show
291.280 639 moveto
(Xlbp_Atom) show
403.600 639 moveto
(function return X_Atom) show
76 648 moveto
(XIntersectRegion) show
183.640 648 moveto
(X_Intersect_Region) show
291.280 648 moveto
(Xlbp_Region) show
403.600 648 moveto
(procedure) show
76 657 moveto
(XK_0) show
183.640 657 moveto
(Xk_0) show
291.280 657 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 657 moveto
(constant X_Key_Sym) show
76 666 moveto
(XK_1) show
183.640 666 moveto
(Xk_1) show
291.280 666 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 666 moveto
(constant X_Key_Sym) show
76 675 moveto
(XK_2) show
183.640 675 moveto
(Xk_2) show
291.280 675 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 675 moveto
(constant X_Key_Sym) show
76 684 moveto
(XK_3) show
183.640 684 moveto
(Xk_3) show
291.280 684 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 684 moveto
(constant X_Key_Sym) show
76 693 moveto
(XK_4) show
183.640 693 moveto
(Xk_4) show
291.280 693 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 693 moveto
(constant X_Key_Sym) show
76 702 moveto
(XK_5) show
183.640 702 moveto
(Xk_5) show
291.280 702 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 702 moveto
(constant X_Key_Sym) show
76 711 moveto
(XK_6) show
183.640 711 moveto
(Xk_6) show
291.280 711 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 711 moveto
(constant X_Key_Sym) show
76 720 moveto
(XK_7) show
183.640 720 moveto
(Xk_7) show
291.280 720 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 720 moveto
(constant X_Key_Sym) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(63) show
EndPage
%%Page: 64 64
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XK_8) show
183.640 108 moveto
(Xk_8) show
291.280 108 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 108 moveto
(constant X_Key_Sym) show
76 117 moveto
(XK_9) show
183.640 117 moveto
(Xk_9) show
291.280 117 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 117 moveto
(constant X_Key_Sym) show
76 126 moveto
(XK_A) show
183.640 126 moveto
(Xk_S_A) show
291.280 126 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 126 moveto
(constant X_Key_Sym) show
76 135 moveto
(XK_Aacute) show
183.640 135 moveto
(Xk_S_Aacute) show
291.280 135 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 135 moveto
(constant X_Key_Sym) show
76 144 moveto
(XK_Abreve) show
183.640 144 moveto
(Xk_S_Abreve) show
291.280 144 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 144 moveto
(constant X_Key_Sym) show
76 153 moveto
(XK_Acircumflex) show
183.640 153 moveto
(Xk_S_Acircumflex) show
291.280 153 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 153 moveto
(constant X_Key_Sym) show
76 162 moveto
(XK_Adiaeresis) show
183.640 162 moveto
(Xk_S_Adiaeresis) show
291.280 162 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 162 moveto
(constant X_Key_Sym) show
76 171 moveto
(XK_Ae) show
183.640 171 moveto
(Xk_S_Ae) show
291.280 171 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 171 moveto
(constant X_Key_Sym) show
76 180 moveto
(XK_Agrave) show
183.640 180 moveto
(Xk_S_Agrave) show
291.280 180 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 180 moveto
(constant X_Key_Sym) show
76 189 moveto
(XK_Amacron) show
183.640 189 moveto
(Xk_S_Amacron) show
291.280 189 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 189 moveto
(constant X_Key_Sym) show
76 198 moveto
(XK_Aogonek) show
183.640 198 moveto
(Xk_S_Aogonek) show
291.280 198 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 198 moveto
(constant X_Key_Sym) show
76 207 moveto
(XK_Aring) show
183.640 207 moveto
(Xk_S_Aring) show
291.280 207 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 207 moveto
(constant X_Key_Sym) show
76 216 moveto
(XK_Atilde) show
183.640 216 moveto
(Xk_S_Atilde) show
291.280 216 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 216 moveto
(constant X_Key_Sym) show
76 225 moveto
(XK_B) show
183.640 225 moveto
(Xk_S_B) show
291.280 225 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 225 moveto
(constant X_Key_Sym) show
76 234 moveto
(XK_C) show
183.640 234 moveto
(Xk_S_C) show
291.280 234 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 234 moveto
(constant X_Key_Sym) show
76 243 moveto
(XK_Cabovedot) show
183.640 243 moveto
(Xk_S_Cabovedot) show
291.280 243 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 243 moveto
(constant X_Key_Sym) show
76 252 moveto
(XK_Cacute) show
183.640 252 moveto
(Xk_S_Cacute) show
291.280 252 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 252 moveto
(constant X_Key_Sym) show
76 261 moveto
(XK_Ccaron) show
183.640 261 moveto
(Xk_S_Ccaron) show
291.280 261 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 261 moveto
(constant X_Key_Sym) show
76 270 moveto
(XK_Ccedilla) show
183.640 270 moveto
(Xk_S_Ccedilla) show
291.280 270 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 270 moveto
(constant X_Key_Sym) show
76 279 moveto
(XK_Ccircumflex) show
183.640 279 moveto
(Xk_S_Ccircumflex) show
291.280 279 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 279 moveto
(constant X_Key_Sym) show
76 288 moveto
(XK_D) show
183.640 288 moveto
(Xk_S_D) show
291.280 288 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 288 moveto
(constant X_Key_Sym) show
76 297 moveto
(XK_Dcaron) show
183.640 297 moveto
(Xk_S_Dcaron) show
291.280 297 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 297 moveto
(constant X_Key_Sym) show
76 306 moveto
(XK_Dstroke) show
183.640 306 moveto
(Xk_S_Dstroke) show
291.280 306 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 306 moveto
(constant X_Key_Sym) show
76 315 moveto
(XK_E) show
183.640 315 moveto
(Xk_S_E) show
291.280 315 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 315 moveto
(constant X_Key_Sym) show
76 324 moveto
(XK_Eabovedot) show
183.640 324 moveto
(Xk_S_Eabovedot) show
291.280 324 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 324 moveto
(constant X_Key_Sym) show
76 333 moveto
(XK_Eacute) show
183.640 333 moveto
(Xk_S_Eacute) show
291.280 333 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 333 moveto
(constant X_Key_Sym) show
76 342 moveto
(XK_Ecaron) show
183.640 342 moveto
(Xk_S_Ecaron) show
291.280 342 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 342 moveto
(constant X_Key_Sym) show
76 351 moveto
(XK_Ecircumflex) show
183.640 351 moveto
(Xk_S_Ecircumflex) show
291.280 351 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 351 moveto
(constant X_Key_Sym) show
76 360 moveto
(XK_Ediaeresis) show
183.640 360 moveto
(Xk_S_Ediaeresis) show
291.280 360 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 360 moveto
(constant X_Key_Sym) show
76 369 moveto
(XK_Egrave) show
183.640 369 moveto
(Xk_S_Egrave) show
291.280 369 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 369 moveto
(constant X_Key_Sym) show
76 378 moveto
(XK_Eisu_Lock) show
183.640 378 moveto
(Xk_Eisu_Lock) show
291.280 378 moveto
(Xlbt_Key_Defs_Misc) show
403.600 378 moveto
(constant X_Key_Sym) show
76 387 moveto
(XK_Eisu_Toggle) show
183.640 387 moveto
(Xk_Eisu_Toggle) show
291.280 387 moveto
(Xlbt_Key_Defs_Misc) show
403.600 387 moveto
(constant X_Key_Sym) show
76 396 moveto
(XK_Emacron) show
183.640 396 moveto
(Xk_S_Emacron) show
291.280 396 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 396 moveto
(constant X_Key_Sym) show
76 405 moveto
(XK_Eng) show
183.640 405 moveto
(Xk_S_Eng) show
291.280 405 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 405 moveto
(constant X_Key_Sym) show
76 414 moveto
(XK_Eogonek) show
183.640 414 moveto
(Xk_S_Eogonek) show
291.280 414 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 414 moveto
(constant X_Key_Sym) show
76 423 moveto
(XK_Eth) show
183.640 423 moveto
(Xk_S_Eth) show
291.280 423 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 423 moveto
(constant X_Key_Sym) show
76 432 moveto
(XK_F) show
183.640 432 moveto
(Xk_S_F) show
291.280 432 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 432 moveto
(constant X_Key_Sym) show
76 441 moveto
(XK_G) show
183.640 441 moveto
(Xk_S_G) show
291.280 441 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 441 moveto
(constant X_Key_Sym) show
76 450 moveto
(XK_Gabovedot) show
183.640 450 moveto
(Xk_S_Gabovedot) show
291.280 450 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 450 moveto
(constant X_Key_Sym) show
76 459 moveto
(XK_Gbreve) show
183.640 459 moveto
(Xk_S_Gbreve) show
291.280 459 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 459 moveto
(constant X_Key_Sym) show
76 468 moveto
(XK_Gcedilla) show
183.640 468 moveto
(Xk_S_Gcedilla) show
291.280 468 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 468 moveto
(constant X_Key_Sym) show
76 477 moveto
(XK_Gcircumflex) show
183.640 477 moveto
(Xk_S_Gcircumflex) show
291.280 477 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 477 moveto
(constant X_Key_Sym) show
76 486 moveto
(XK_Greek_accentdieresis) show
183.640 486 moveto
(Xk_Greek_Accentdieresis) show
291.280 486 moveto
(Xlbt_Key_Defs_Greek) show
403.600 486 moveto
(constant X_Key_Sym) show
76 495 moveto
(XK_Greek_horizbar) show
183.640 495 moveto
(Xk_Greek_Horizbar) show
291.280 495 moveto
(Xlbt_Key_Defs_Greek) show
403.600 495 moveto
(constant X_Key_Sym) show
76 504 moveto
(XK_H) show
183.640 504 moveto
(Xk_S_H) show
291.280 504 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 504 moveto
(constant X_Key_Sym) show
76 513 moveto
(XK_Hankaku) show
183.640 513 moveto
(Xk_Hankaku) show
291.280 513 moveto
(Xlbt_Key_Defs_Misc) show
403.600 513 moveto
(constant X_Key_Sym) show
76 522 moveto
(XK_Hcircumflex) show
183.640 522 moveto
(Xk_S_Hcircumflex) show
291.280 522 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 522 moveto
(constant X_Key_Sym) show
76 531 moveto
(XK_Henkan_Mode) show
183.640 531 moveto
(Xk_Henkan_Mode) show
291.280 531 moveto
(Xlbt_Key_Defs_Misc) show
403.600 531 moveto
(constant X_Key_Sym) show
76 540 moveto
(XK_Hiragana) show
183.640 540 moveto
(Xk_Hiragana) show
291.280 540 moveto
(Xlbt_Key_Defs_Misc) show
403.600 540 moveto
(constant X_Key_Sym) show
76 549 moveto
(XK_Hiragana_Katakana) show
183.640 549 moveto
(Xk_Hiragana_Katakana) show
291.280 549 moveto
(Xlbt_Key_Defs_Misc) show
403.600 549 moveto
(constant X_Key_Sym) show
76 558 moveto
(XK_Hstroke) show
183.640 558 moveto
(Xk_S_Hstroke) show
291.280 558 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 558 moveto
(constant X_Key_Sym) show
76 567 moveto
(XK_I) show
183.640 567 moveto
(Xk_S_I) show
291.280 567 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 567 moveto
(constant X_Key_Sym) show
76 576 moveto
(XK_Iacute) show
183.640 576 moveto
(Xk_S_Iacute) show
291.280 576 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 576 moveto
(constant X_Key_Sym) show
76 585 moveto
(XK_Icircumflex) show
183.640 585 moveto
(Xk_S_Icircumflex) show
291.280 585 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 585 moveto
(constant X_Key_Sym) show
76 594 moveto
(XK_Idiaeresis) show
183.640 594 moveto
(Xk_S_Idiaeresis) show
291.280 594 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 594 moveto
(constant X_Key_Sym) show
76 603 moveto
(XK_Igrave) show
183.640 603 moveto
(Xk_S_Igrave) show
291.280 603 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 603 moveto
(constant X_Key_Sym) show
76 612 moveto
(XK_Imacron) show
183.640 612 moveto
(Xk_S_Imacron) show
291.280 612 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 612 moveto
(constant X_Key_Sym) show
76 621 moveto
(XK_Iogonek) show
183.640 621 moveto
(Xk_S_Iogonek) show
291.280 621 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 621 moveto
(constant X_Key_Sym) show
76 630 moveto
(XK_Itilde) show
183.640 630 moveto
(Xk_S_Itilde) show
291.280 630 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 630 moveto
(constant X_Key_Sym) show
76 639 moveto
(XK_J) show
183.640 639 moveto
(Xk_S_J) show
291.280 639 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 639 moveto
(constant X_Key_Sym) show
76 648 moveto
(XK_Jcircumflex) show
183.640 648 moveto
(Xk_S_Jcircumflex) show
291.280 648 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 648 moveto
(constant X_Key_Sym) show
76 657 moveto
(XK_K) show
183.640 657 moveto
(Xk_S_K) show
291.280 657 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 657 moveto
(constant X_Key_Sym) show
76 666 moveto
(XK_Kana_Lock) show
183.640 666 moveto
(Xk_Kana_Lock) show
291.280 666 moveto
(Xlbt_Key_Defs_Misc) show
403.600 666 moveto
(constant X_Key_Sym) show
76 675 moveto
(XK_Kana_Shift) show
183.640 675 moveto
(Xk_Kana_Shift) show
291.280 675 moveto
(Xlbt_Key_Defs_Misc) show
403.600 675 moveto
(constant X_Key_Sym) show
76 684 moveto
(XK_Kanji) show
183.640 684 moveto
(Xk_Kanji) show
291.280 684 moveto
(Xlbt_Key_Defs_Misc) show
403.600 684 moveto
(constant X_Key_Sym) show
76 693 moveto
(XK_Katakana) show
183.640 693 moveto
(Xk_Katakana) show
291.280 693 moveto
(Xlbt_Key_Defs_Misc) show
403.600 693 moveto
(constant X_Key_Sym) show
76 702 moveto
(XK_Kcedilla) show
183.640 702 moveto
(Xk_S_Kcedilla) show
291.280 702 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 702 moveto
(constant X_Key_Sym) show
76 711 moveto
(XK_Kra) show
183.640 711 moveto
(Xk_Kra) show
291.280 711 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 711 moveto
(constant X_Key_Sym) show
76 720 moveto
(XK_L) show
183.640 720 moveto
(Xk_S_L) show
291.280 720 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 720 moveto
(constant X_Key_Sym) show
72 756 moveto
10 /Times-Roman SelectFont
(64) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 65 65
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XK_Lacute) show
183.640 108 moveto
(Xk_S_Lacute) show
291.280 108 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 108 moveto
(constant X_Key_Sym) show
76 117 moveto
(XK_Lcaron) show
183.640 117 moveto
(Xk_S_Lcaron) show
291.280 117 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 117 moveto
(constant X_Key_Sym) show
76 126 moveto
(XK_Lcedilla) show
183.640 126 moveto
(Xk_S_Lcedilla) show
291.280 126 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 126 moveto
(constant X_Key_Sym) show
76 135 moveto
(XK_Lstroke) show
183.640 135 moveto
(Xk_S_Lstroke) show
291.280 135 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 135 moveto
(constant X_Key_Sym) show
76 144 moveto
(XK_M) show
183.640 144 moveto
(Xk_S_M) show
291.280 144 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 144 moveto
(constant X_Key_Sym) show
76 153 moveto
(XK_Massyo) show
183.640 153 moveto
(Xk_Massyo) show
291.280 153 moveto
(Xlbt_Key_Defs_Misc) show
403.600 153 moveto
(constant X_Key_Sym) show
76 162 moveto
(XK_Muhenkan) show
183.640 162 moveto
(Xk_Muhenkan) show
291.280 162 moveto
(Xlbt_Key_Defs_Misc) show
403.600 162 moveto
(constant X_Key_Sym) show
76 171 moveto
(XK_N) show
183.640 171 moveto
(Xk_S_N) show
291.280 171 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 171 moveto
(constant X_Key_Sym) show
76 180 moveto
(XK_Nacute) show
183.640 180 moveto
(Xk_S_Nacute) show
291.280 180 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 180 moveto
(constant X_Key_Sym) show
76 189 moveto
(XK_Ncaron) show
183.640 189 moveto
(Xk_S_Ncaron) show
291.280 189 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 189 moveto
(constant X_Key_Sym) show
76 198 moveto
(XK_Ncedilla) show
183.640 198 moveto
(Xk_S_Ncedilla) show
291.280 198 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 198 moveto
(constant X_Key_Sym) show
76 207 moveto
(XK_Ntilde) show
183.640 207 moveto
(Xk_S_Ntilde) show
291.280 207 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 207 moveto
(constant X_Key_Sym) show
76 216 moveto
(XK_O) show
183.640 216 moveto
(Xk_S_O) show
291.280 216 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 216 moveto
(constant X_Key_Sym) show
76 225 moveto
(XK_Oacute) show
183.640 225 moveto
(Xk_S_Oacute) show
291.280 225 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 225 moveto
(constant X_Key_Sym) show
76 234 moveto
(XK_Ocircumflex) show
183.640 234 moveto
(Xk_S_Ocircumflex) show
291.280 234 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 234 moveto
(constant X_Key_Sym) show
76 243 moveto
(XK_Odiaeresis) show
183.640 243 moveto
(Xk_S_Odiaeresis) show
291.280 243 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 243 moveto
(constant X_Key_Sym) show
76 252 moveto
(XK_Odoubleacute) show
183.640 252 moveto
(Xk_S_Odoubleacute) show
291.280 252 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 252 moveto
(constant X_Key_Sym) show
76 261 moveto
(XK_Ograve) show
183.640 261 moveto
(Xk_S_Ograve) show
291.280 261 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 261 moveto
(constant X_Key_Sym) show
76 270 moveto
(XK_Omacron) show
183.640 270 moveto
(Xk_S_Omacron) show
291.280 270 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 270 moveto
(constant X_Key_Sym) show
76 279 moveto
(XK_Otilde) show
183.640 279 moveto
(Xk_S_Otilde) show
291.280 279 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 279 moveto
(constant X_Key_Sym) show
76 288 moveto
(XK_P) show
183.640 288 moveto
(Xk_S_P) show
291.280 288 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 288 moveto
(constant X_Key_Sym) show
76 297 moveto
(XK_Q) show
183.640 297 moveto
(Xk_S_Q) show
291.280 297 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 297 moveto
(constant X_Key_Sym) show
76 306 moveto
(XK_R) show
183.640 306 moveto
(Xk_S_R) show
291.280 306 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 306 moveto
(constant X_Key_Sym) show
76 315 moveto
(XK_Racute) show
183.640 315 moveto
(Xk_S_Racute) show
291.280 315 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 315 moveto
(constant X_Key_Sym) show
76 324 moveto
(XK_Rcaron) show
183.640 324 moveto
(Xk_S_Rcaron) show
291.280 324 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 324 moveto
(constant X_Key_Sym) show
76 333 moveto
(XK_Rcedilla) show
183.640 333 moveto
(Xk_S_Rcedilla) show
291.280 333 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 333 moveto
(constant X_Key_Sym) show
76 342 moveto
(XK_Romaji) show
183.640 342 moveto
(Xk_Romaji) show
291.280 342 moveto
(Xlbt_Key_Defs_Misc) show
403.600 342 moveto
(constant X_Key_Sym) show
76 351 moveto
(XK_S) show
183.640 351 moveto
(Xk_S_S) show
291.280 351 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 351 moveto
(constant X_Key_Sym) show
76 360 moveto
(XK_Sacute) show
183.640 360 moveto
(Xk_S_Sacute) show
291.280 360 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 360 moveto
(constant X_Key_Sym) show
76 369 moveto
(XK_Scaron) show
183.640 369 moveto
(Xk_S_Scaron) show
291.280 369 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 369 moveto
(constant X_Key_Sym) show
76 378 moveto
(XK_Scedilla) show
183.640 378 moveto
(Xk_S_Scedilla) show
291.280 378 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 378 moveto
(constant X_Key_Sym) show
76 387 moveto
(XK_Scircumflex) show
183.640 387 moveto
(Xk_S_Scircumflex) show
291.280 387 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 387 moveto
(constant X_Key_Sym) show
76 396 moveto
(XK_Scroll_Lock) show
183.640 396 moveto
(Xk_Scroll_Lock) show
291.280 396 moveto
(Xlbt_Key_Defs_Misc) show
403.600 396 moveto
(constant X_Key_Sym) show
76 405 moveto
(XK_T) show
183.640 405 moveto
(Xk_S_T) show
291.280 405 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 405 moveto
(constant X_Key_Sym) show
76 414 moveto
(XK_Tcaron) show
183.640 414 moveto
(Xk_S_Tcaron) show
291.280 414 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 414 moveto
(constant X_Key_Sym) show
76 423 moveto
(XK_Tcedilla) show
183.640 423 moveto
(Xk_S_Tcedilla) show
291.280 423 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 423 moveto
(constant X_Key_Sym) show
76 432 moveto
(XK_Thorn) show
183.640 432 moveto
(Xk_S_Thorn) show
291.280 432 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 432 moveto
(constant X_Key_Sym) show
76 441 moveto
(XK_Tslash) show
183.640 441 moveto
(Xk_S_Tslash) show
291.280 441 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 441 moveto
(constant X_Key_Sym) show
76 450 moveto
(XK_U) show
183.640 450 moveto
(Xk_S_U) show
291.280 450 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 450 moveto
(constant X_Key_Sym) show
76 459 moveto
(XK_Uacute) show
183.640 459 moveto
(Xk_S_Uacute) show
291.280 459 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 459 moveto
(constant X_Key_Sym) show
76 468 moveto
(XK_Ubreve) show
183.640 468 moveto
(Xk_S_Ubreve) show
291.280 468 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 468 moveto
(constant X_Key_Sym) show
76 477 moveto
(XK_Ucircumflex) show
183.640 477 moveto
(Xk_S_Ucircumflex) show
291.280 477 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 477 moveto
(constant X_Key_Sym) show
76 486 moveto
(XK_Udiaeresis) show
183.640 486 moveto
(Xk_S_Udiaeresis) show
291.280 486 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 486 moveto
(constant X_Key_Sym) show
76 495 moveto
(XK_Udoubleacute) show
183.640 495 moveto
(Xk_S_Udoubleacute) show
291.280 495 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 495 moveto
(constant X_Key_Sym) show
76 504 moveto
(XK_Ugrave) show
183.640 504 moveto
(Xk_S_Ugrave) show
291.280 504 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 504 moveto
(constant X_Key_Sym) show
76 513 moveto
(XK_Umacron) show
183.640 513 moveto
(Xk_S_Umacron) show
291.280 513 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 513 moveto
(constant X_Key_Sym) show
76 522 moveto
(XK_Uogonek) show
183.640 522 moveto
(Xk_S_Uogonek) show
291.280 522 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 522 moveto
(constant X_Key_Sym) show
76 531 moveto
(XK_Uring) show
183.640 531 moveto
(Xk_S_Uring) show
291.280 531 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 531 moveto
(constant X_Key_Sym) show
76 540 moveto
(XK_Utilde) show
183.640 540 moveto
(Xk_S_Utilde) show
291.280 540 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 540 moveto
(constant X_Key_Sym) show
76 549 moveto
(XK_V) show
183.640 549 moveto
(Xk_S_V) show
291.280 549 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 549 moveto
(constant X_Key_Sym) show
76 558 moveto
(XK_VoidSymbol) show
183.640 558 moveto
(Xk_Void_Symbol) show
291.280 558 moveto
(Xlbt_Key_Defs_Misc) show
403.600 558 moveto
(constant X_Key_Sym) show
76 567 moveto
(XK_W) show
183.640 567 moveto
(Xk_S_W) show
291.280 567 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 567 moveto
(constant X_Key_Sym) show
76 576 moveto
(XK_X) show
183.640 576 moveto
(Xk_S_X) show
291.280 576 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 576 moveto
(constant X_Key_Sym) show
76 585 moveto
(XK_Y) show
183.640 585 moveto
(Xk_S_Y) show
291.280 585 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 585 moveto
(constant X_Key_Sym) show
76 594 moveto
(XK_Yacute) show
183.640 594 moveto
(Xk_S_Yacute) show
291.280 594 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 594 moveto
(constant X_Key_Sym) show
76 603 moveto
(XK_Z) show
183.640 603 moveto
(Xk_S_Z) show
291.280 603 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 603 moveto
(constant X_Key_Sym) show
76 612 moveto
(XK_Zabovedot) show
183.640 612 moveto
(Xk_S_Zabovedot) show
291.280 612 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 612 moveto
(constant X_Key_Sym) show
76 621 moveto
(XK_Zacute) show
183.640 621 moveto
(Xk_S_Zacute) show
291.280 621 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 621 moveto
(constant X_Key_Sym) show
76 630 moveto
(XK_Zcaron) show
183.640 630 moveto
(Xk_S_Zcaron) show
291.280 630 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 630 moveto
(constant X_Key_Sym) show
76 639 moveto
(XK_Zenkaku) show
183.640 639 moveto
(Xk_Zenkaku) show
291.280 639 moveto
(Xlbt_Key_Defs_Misc) show
403.600 639 moveto
(constant X_Key_Sym) show
76 648 moveto
(XK_Zenkaku_Hankaku) show
183.640 648 moveto
(Xk_Zenkaku_Hankaku) show
291.280 648 moveto
(Xlbt_Key_Defs_Misc) show
403.600 648 moveto
(constant X_Key_Sym) show
76 657 moveto
(XK_a) show
183.640 657 moveto
(Xk_A) show
291.280 657 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 657 moveto
(constant X_Key_Sym) show
76 666 moveto
(XK_aacute) show
183.640 666 moveto
(Xk_Aacute) show
291.280 666 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 666 moveto
(constant X_Key_Sym) show
76 675 moveto
(XK_abovedot) show
183.640 675 moveto
(Xk_Abovedot) show
291.280 675 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 675 moveto
(constant X_Key_Sym) show
76 684 moveto
(XK_abreve) show
183.640 684 moveto
(Xk_Abreve) show
291.280 684 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 684 moveto
(constant X_Key_Sym) show
76 693 moveto
(XK_acircumflex) show
183.640 693 moveto
(Xk_Acircumflex) show
291.280 693 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 693 moveto
(constant X_Key_Sym) show
76 702 moveto
(XK_acute) show
183.640 702 moveto
(Xk_Acute) show
291.280 702 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 702 moveto
(constant X_Key_Sym) show
76 711 moveto
(XK_adiaeresis) show
183.640 711 moveto
(Xk_Adiaeresis) show
291.280 711 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 711 moveto
(constant X_Key_Sym) show
76 720 moveto
(XK_ae) show
183.640 720 moveto
(Xk_Ae) show
291.280 720 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 720 moveto
(constant X_Key_Sym) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(65) show
EndPage
%%Page: 66 66
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XK_agrave) show
183.640 108 moveto
(Xk_Agrave) show
291.280 108 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 108 moveto
(constant X_Key_Sym) show
76 117 moveto
(XK_alt_l) show
183.640 117 moveto
(Xk_Alt_L) show
291.280 117 moveto
(Xlbt_Key_Defs_Misc) show
403.600 117 moveto
(constant X_Key_Sym) show
76 126 moveto
(XK_alt_r) show
183.640 126 moveto
(Xk_Alt_R) show
291.280 126 moveto
(Xlbt_Key_Defs_Misc) show
403.600 126 moveto
(constant X_Key_Sym) show
76 135 moveto
(XK_amacron) show
183.640 135 moveto
(Xk_Amacron) show
291.280 135 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 135 moveto
(constant X_Key_Sym) show
76 144 moveto
(XK_ampersand) show
183.640 144 moveto
(Xk_Ampersand) show
291.280 144 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 144 moveto
(constant X_Key_Sym) show
76 153 moveto
(XK_aogonek) show
183.640 153 moveto
(Xk_Aogonek) show
291.280 153 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 153 moveto
(constant X_Key_Sym) show
76 162 moveto
(XK_apostrophe) show
183.640 162 moveto
(Xk_Apostrophe) show
291.280 162 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 162 moveto
(constant X_Key_Sym) show
76 171 moveto
(XK_approximate) show
183.640 171 moveto
(Xk_Approximate) show
291.280 171 moveto
(Xlbt_Key_Defs_Technical) show
403.600 171 moveto
(constant X_Key_Sym) show
76 180 moveto
(XK_arabic_ain) show
183.640 180 moveto
(Xk_Arabic_Ain) show
291.280 180 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 180 moveto
(constant X_Key_Sym) show
76 189 moveto
(XK_arabic_alef) show
183.640 189 moveto
(Xk_Arabic_Alef) show
291.280 189 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 189 moveto
(constant X_Key_Sym) show
76 198 moveto
(XK_arabic_alefmaksura) show
183.640 198 moveto
(Xk_Arabic_Alefmaksura) show
291.280 198 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 198 moveto
(constant X_Key_Sym) show
76 207 moveto
(XK_arabic_beh) show
183.640 207 moveto
(Xk_Arabic_Beh) show
291.280 207 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 207 moveto
(constant X_Key_Sym) show
76 216 moveto
(XK_arabic_comma) show
183.640 216 moveto
(Xk_Arabic_Comma) show
291.280 216 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 216 moveto
(constant X_Key_Sym) show
76 225 moveto
(XK_arabic_dad) show
183.640 225 moveto
(Xk_Arabic_Dad) show
291.280 225 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 225 moveto
(constant X_Key_Sym) show
76 234 moveto
(XK_arabic_dal) show
183.640 234 moveto
(Xk_Arabic_Dal) show
291.280 234 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 234 moveto
(constant X_Key_Sym) show
76 243 moveto
(XK_arabic_damma) show
183.640 243 moveto
(Xk_Arabic_Damma) show
291.280 243 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 243 moveto
(constant X_Key_Sym) show
76 252 moveto
(XK_arabic_dammatan) show
183.640 252 moveto
(Xk_Arabic_Dammatan) show
291.280 252 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 252 moveto
(constant X_Key_Sym) show
76 261 moveto
(XK_arabic_fatha) show
183.640 261 moveto
(Xk_Arabic_Fatha) show
291.280 261 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 261 moveto
(constant X_Key_Sym) show
76 270 moveto
(XK_arabic_fathatan) show
183.640 270 moveto
(Xk_Arabic_Fathatan) show
291.280 270 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 270 moveto
(constant X_Key_Sym) show
76 279 moveto
(XK_arabic_feh) show
183.640 279 moveto
(Xk_Arabic_Feh) show
291.280 279 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 279 moveto
(constant X_Key_Sym) show
76 288 moveto
(XK_arabic_ghain) show
183.640 288 moveto
(Xk_Arabic_Ghain) show
291.280 288 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 288 moveto
(constant X_Key_Sym) show
76 297 moveto
(XK_arabic_ha) show
183.640 297 moveto
(Xk_Arabic_Ha) show
291.280 297 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 297 moveto
(constant X_Key_Sym) show
76 306 moveto
(XK_arabic_hah) show
183.640 306 moveto
(Xk_Arabic_Hah) show
291.280 306 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 306 moveto
(constant X_Key_Sym) show
76 315 moveto
(XK_arabic_hamza) show
183.640 315 moveto
(Xk_Arabic_Hamza) show
291.280 315 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 315 moveto
(constant X_Key_Sym) show
76 324 moveto
(XK_arabic_hamzaonalef) show
183.640 324 moveto
(Xk_Arabic_Hamzaonalef) show
291.280 324 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 324 moveto
(constant X_Key_Sym) show
76 333 moveto
(XK_arabic_hamzaonwaw) show
183.640 333 moveto
(Xk_Arabic_Hamzaonwaw) show
291.280 333 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 333 moveto
(constant X_Key_Sym) show
76 342 moveto
(XK_arabic_hamzaonyeh) show
183.640 342 moveto
(Xk_Arabic_Hamzaonyeh) show
291.280 342 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 342 moveto
(constant X_Key_Sym) show
76 351 moveto
(XK_arabic_hamzaunderalef) show
183.640 351 moveto
(Xk_Arabic_Hamzaunderalef) show
291.280 351 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 351 moveto
(constant X_Key_Sym) show
76 360 moveto
(XK_arabic_jeem) show
183.640 360 moveto
(Xk_Arabic_Jeem) show
291.280 360 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 360 moveto
(constant X_Key_Sym) show
76 369 moveto
(XK_arabic_kaf) show
183.640 369 moveto
(Xk_Arabic_Kaf) show
291.280 369 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 369 moveto
(constant X_Key_Sym) show
76 378 moveto
(XK_arabic_kasra) show
183.640 378 moveto
(Xk_Arabic_Kasra) show
291.280 378 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 378 moveto
(constant X_Key_Sym) show
76 387 moveto
(XK_arabic_kasratan) show
183.640 387 moveto
(Xk_Arabic_Kasratan) show
291.280 387 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 387 moveto
(constant X_Key_Sym) show
76 396 moveto
(XK_arabic_khah) show
183.640 396 moveto
(Xk_Arabic_Khah) show
291.280 396 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 396 moveto
(constant X_Key_Sym) show
76 405 moveto
(XK_arabic_lam) show
183.640 405 moveto
(Xk_Arabic_Lam) show
291.280 405 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 405 moveto
(constant X_Key_Sym) show
76 414 moveto
(XK_arabic_maddaonalef) show
183.640 414 moveto
(Xk_Arabic_Maddaonalef) show
291.280 414 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 414 moveto
(constant X_Key_Sym) show
76 423 moveto
(XK_arabic_meem) show
183.640 423 moveto
(Xk_Arabic_Meem) show
291.280 423 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 423 moveto
(constant X_Key_Sym) show
76 432 moveto
(XK_arabic_noon) show
183.640 432 moveto
(Xk_Arabic_Noon) show
291.280 432 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 432 moveto
(constant X_Key_Sym) show
76 441 moveto
(XK_arabic_qaf) show
183.640 441 moveto
(Xk_Arabic_Qaf) show
291.280 441 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 441 moveto
(constant X_Key_Sym) show
76 450 moveto
(XK_arabic_question_mark) show
183.640 450 moveto
(Xk_Arabic_Question_Mark) show
291.280 450 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 450 moveto
(constant X_Key_Sym) show
76 459 moveto
(XK_arabic_ra) show
183.640 459 moveto
(Xk_Arabic_Ra) show
291.280 459 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 459 moveto
(constant X_Key_Sym) show
76 468 moveto
(XK_arabic_sad) show
183.640 468 moveto
(Xk_Arabic_Sad) show
291.280 468 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 468 moveto
(constant X_Key_Sym) show
76 477 moveto
(XK_arabic_seen) show
183.640 477 moveto
(Xk_Arabic_Seen) show
291.280 477 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 477 moveto
(constant X_Key_Sym) show
76 486 moveto
(XK_arabic_semicolon) show
183.640 486 moveto
(Xk_Arabic_Semicolon) show
291.280 486 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 486 moveto
(constant X_Key_Sym) show
76 495 moveto
(XK_arabic_shadda) show
183.640 495 moveto
(Xk_Arabic_Shadda) show
291.280 495 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 495 moveto
(constant X_Key_Sym) show
76 504 moveto
(XK_arabic_sheen) show
183.640 504 moveto
(Xk_Arabic_Sheen) show
291.280 504 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 504 moveto
(constant X_Key_Sym) show
76 513 moveto
(XK_arabic_sukun) show
183.640 513 moveto
(Xk_Arabic_Sukun) show
291.280 513 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 513 moveto
(constant X_Key_Sym) show
76 522 moveto
(XK_arabic_switch) show
183.640 522 moveto
(Xk_Arabic_Switch) show
291.280 522 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 522 moveto
(constant X_Key_Sym) show
76 531 moveto
(XK_arabic_tah) show
183.640 531 moveto
(Xk_Arabic_Tah) show
291.280 531 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 531 moveto
(constant X_Key_Sym) show
76 540 moveto
(XK_arabic_tatweel) show
183.640 540 moveto
(Xk_Arabic_Tatweel) show
291.280 540 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 540 moveto
(constant X_Key_Sym) show
76 549 moveto
(XK_arabic_teh) show
183.640 549 moveto
(Xk_Arabic_Teh) show
291.280 549 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 549 moveto
(constant X_Key_Sym) show
76 558 moveto
(XK_arabic_tehmarbuta) show
183.640 558 moveto
(Xk_Arabic_Tehmarbuta) show
291.280 558 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 558 moveto
(constant X_Key_Sym) show
76 567 moveto
(XK_arabic_thal) show
183.640 567 moveto
(Xk_Arabic_Thal) show
291.280 567 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 567 moveto
(constant X_Key_Sym) show
76 576 moveto
(XK_arabic_theh) show
183.640 576 moveto
(Xk_Arabic_Theh) show
291.280 576 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 576 moveto
(constant X_Key_Sym) show
76 585 moveto
(XK_arabic_waw) show
183.640 585 moveto
(Xk_Arabic_Waw) show
291.280 585 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 585 moveto
(constant X_Key_Sym) show
76 594 moveto
(XK_arabic_yeh) show
183.640 594 moveto
(Xk_Arabic_Yeh) show
291.280 594 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 594 moveto
(constant X_Key_Sym) show
76 603 moveto
(XK_arabic_zah) show
183.640 603 moveto
(Xk_Arabic_Zah) show
291.280 603 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 603 moveto
(constant X_Key_Sym) show
76 612 moveto
(XK_arabic_zain) show
183.640 612 moveto
(Xk_Arabic_Zain) show
291.280 612 moveto
(Xlbt_Key_Defs_Arabic) show
403.600 612 moveto
(constant X_Key_Sym) show
76 621 moveto
(XK_aring) show
183.640 621 moveto
(Xk_Aring) show
291.280 621 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 621 moveto
(constant X_Key_Sym) show
76 630 moveto
(XK_asciicircum) show
183.640 630 moveto
(Xk_Asciicircum) show
291.280 630 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 630 moveto
(constant X_Key_Sym) show
76 639 moveto
(XK_asciitilde) show
183.640 639 moveto
(Xk_Asciitilde) show
291.280 639 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 639 moveto
(constant X_Key_Sym) show
76 648 moveto
(XK_asterisk) show
183.640 648 moveto
(Xk_Asterisk) show
291.280 648 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 648 moveto
(constant X_Key_Sym) show
76 657 moveto
(XK_at) show
183.640 657 moveto
(Xk_At) show
291.280 657 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 657 moveto
(constant X_Key_Sym) show
76 666 moveto
(XK_atilde) show
183.640 666 moveto
(Xk_Atilde) show
291.280 666 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 666 moveto
(constant X_Key_Sym) show
76 675 moveto
(XK_b) show
183.640 675 moveto
(Xk_B) show
291.280 675 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 675 moveto
(constant X_Key_Sym) show
76 684 moveto
(XK_backslash) show
183.640 684 moveto
(Xk_Backslash) show
291.280 684 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 684 moveto
(constant X_Key_Sym) show
76 693 moveto
(XK_backspace) show
183.640 693 moveto
(Xk_Backspace) show
291.280 693 moveto
(Xlbt_Key_Defs_Misc) show
403.600 693 moveto
(constant X_Key_Sym) show
76 702 moveto
(XK_ballotcross) show
183.640 702 moveto
(Xk_Ballotcross) show
291.280 702 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 702 moveto
(constant X_Key_Sym) show
76 711 moveto
(XK_bar) show
183.640 711 moveto
(Xk_Bar) show
291.280 711 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 711 moveto
(constant X_Key_Sym) show
76 720 moveto
(XK_begin) show
183.640 720 moveto
(Xk_Begin) show
291.280 720 moveto
(Xlbt_Key_Defs_Misc) show
403.600 720 moveto
(constant X_Key_Sym) show
72 756 moveto
10 /Times-Roman SelectFont
(66) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 67 67
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XK_blank) show
183.640 108 moveto
(Xk_Blank) show
291.280 108 moveto
(Xlbt_Key_Defs_Special) show
403.600 108 moveto
(constant X_Key_Sym) show
76 117 moveto
(XK_botintegral) show
183.640 117 moveto
(Xk_Botintegral) show
291.280 117 moveto
(Xlbt_Key_Defs_Technical) show
403.600 117 moveto
(constant X_Key_Sym) show
76 126 moveto
(XK_botleftparens) show
183.640 126 moveto
(Xk_Botleftparens) show
291.280 126 moveto
(Xlbt_Key_Defs_Technical) show
403.600 126 moveto
(constant X_Key_Sym) show
76 135 moveto
(XK_botleftsqbracket) show
183.640 135 moveto
(Xk_Botleftsqbracket) show
291.280 135 moveto
(Xlbt_Key_Defs_Technical) show
403.600 135 moveto
(constant X_Key_Sym) show
76 144 moveto
(XK_botleftsummation) show
183.640 144 moveto
(Xk_Botleftsummation) show
291.280 144 moveto
(Xlbt_Key_Defs_Technical) show
403.600 144 moveto
(constant X_Key_Sym) show
76 153 moveto
(XK_botrightparens) show
183.640 153 moveto
(Xk_Botrightparens) show
291.280 153 moveto
(Xlbt_Key_Defs_Technical) show
403.600 153 moveto
(constant X_Key_Sym) show
76 162 moveto
(XK_botrightsqbracket) show
183.640 162 moveto
(Xk_Botrightsqbracket) show
291.280 162 moveto
(Xlbt_Key_Defs_Technical) show
403.600 162 moveto
(constant X_Key_Sym) show
76 171 moveto
(XK_botrightsummation) show
183.640 171 moveto
(Xk_Botrightsummation) show
291.280 171 moveto
(Xlbt_Key_Defs_Technical) show
403.600 171 moveto
(constant X_Key_Sym) show
76 180 moveto
(XK_bott) show
183.640 180 moveto
(Xk_Bott) show
291.280 180 moveto
(Xlbt_Key_Defs_Special) show
403.600 180 moveto
(constant X_Key_Sym) show
76 189 moveto
(XK_botvertsummationconnector) show
183.640 189 moveto
(Xk_Botvertsummationconnector) show
291.280 189 moveto
(Xlbt_Key_Defs_Technical) show
403.600 189 moveto
(constant X_Key_Sym) show
76 198 moveto
(XK_braceright) show
183.640 198 moveto
(Xk_Braceright) show
291.280 198 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 198 moveto
(constant X_Key_Sym) show
76 207 moveto
(XK_bracketleft) show
183.640 207 moveto
(Xk_Bracketleft) show
291.280 207 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 207 moveto
(constant X_Key_Sym) show
76 216 moveto
(XK_bracketright) show
183.640 216 moveto
(Xk_Bracketright) show
291.280 216 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 216 moveto
(constant X_Key_Sym) show
76 225 moveto
(XK_break) show
183.640 225 moveto
(Xk_Break) show
291.280 225 moveto
(Xlbt_Key_Defs_Misc) show
403.600 225 moveto
(constant X_Key_Sym) show
76 234 moveto
(XK_breve) show
183.640 234 moveto
(Xk_Breve) show
291.280 234 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 234 moveto
(constant X_Key_Sym) show
76 243 moveto
(XK_brokenbar) show
183.640 243 moveto
(Xk_Brokenbar) show
291.280 243 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 243 moveto
(constant X_Key_Sym) show
76 252 moveto
(XK_byelorussian_s_shortu) show
183.640 252 moveto
(Xk_Byelorussian_S_Shortu) show
291.280 252 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 252 moveto
(constant X_Key_Sym) show
76 261 moveto
(XK_byelorussian_shortu) show
183.640 261 moveto
(Xk_Byelorussian_Shortu) show
291.280 261 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 261 moveto
(constant X_Key_Sym) show
76 270 moveto
(XK_c) show
183.640 270 moveto
(Xk_C) show
291.280 270 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 270 moveto
(constant X_Key_Sym) show
76 279 moveto
(XK_cabovedot) show
183.640 279 moveto
(Xk_Cabovedot) show
291.280 279 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 279 moveto
(constant X_Key_Sym) show
76 288 moveto
(XK_cacute) show
183.640 288 moveto
(Xk_Cacute) show
291.280 288 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 288 moveto
(constant X_Key_Sym) show
76 297 moveto
(XK_cancel) show
183.640 297 moveto
(Xk_Cancel) show
291.280 297 moveto
(Xlbt_Key_Defs_Misc) show
403.600 297 moveto
(constant X_Key_Sym) show
76 306 moveto
(XK_caps_lock) show
183.640 306 moveto
(Xk_Caps_Lock) show
291.280 306 moveto
(Xlbt_Key_Defs_Misc) show
403.600 306 moveto
(constant X_Key_Sym) show
76 315 moveto
(XK_careof) show
183.640 315 moveto
(Xk_Careof) show
291.280 315 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 315 moveto
(constant X_Key_Sym) show
76 324 moveto
(XK_caret) show
183.640 324 moveto
(Xk_Caret) show
291.280 324 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 324 moveto
(constant X_Key_Sym) show
76 333 moveto
(XK_caron) show
183.640 333 moveto
(Xk_Caron) show
291.280 333 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 333 moveto
(constant X_Key_Sym) show
76 342 moveto
(XK_ccaron) show
183.640 342 moveto
(Xk_Ccaron) show
291.280 342 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 342 moveto
(constant X_Key_Sym) show
76 351 moveto
(XK_ccedilla) show
183.640 351 moveto
(Xk_Ccedilla) show
291.280 351 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 351 moveto
(constant X_Key_Sym) show
76 360 moveto
(XK_ccircumflex) show
183.640 360 moveto
(Xk_Ccircumflex) show
291.280 360 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 360 moveto
(constant X_Key_Sym) show
76 369 moveto
(XK_cedilla) show
183.640 369 moveto
(Xk_Cedilla) show
291.280 369 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 369 moveto
(constant X_Key_Sym) show
76 378 moveto
(XK_cent) show
183.640 378 moveto
(Xk_Cent) show
291.280 378 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 378 moveto
(constant X_Key_Sym) show
76 387 moveto
(XK_checkerboard) show
183.640 387 moveto
(Xk_Checkerboard) show
291.280 387 moveto
(Xlbt_Key_Defs_Special) show
403.600 387 moveto
(constant X_Key_Sym) show
76 396 moveto
(XK_checkmark) show
183.640 396 moveto
(Xk_Checkmark) show
291.280 396 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 396 moveto
(constant X_Key_Sym) show
76 405 moveto
(XK_circle) show
183.640 405 moveto
(Xk_Circle) show
291.280 405 moveto
(Xlbt_Key_Defs_Apl) show
403.600 405 moveto
(constant X_Key_Sym) show
76 414 moveto
(XK_clear) show
183.640 414 moveto
(Xk_Clear) show
291.280 414 moveto
(Xlbt_Key_Defs_Misc) show
403.600 414 moveto
(constant X_Key_Sym) show
76 423 moveto
(XK_club) show
183.640 423 moveto
(Xk_Club) show
291.280 423 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 423 moveto
(constant X_Key_Sym) show
76 432 moveto
(XK_colon) show
183.640 432 moveto
(Xk_Colon) show
291.280 432 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 432 moveto
(constant X_Key_Sym) show
76 441 moveto
(XK_comma) show
183.640 441 moveto
(Xk_Comma) show
291.280 441 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 441 moveto
(constant X_Key_Sym) show
76 450 moveto
(XK_control_l) show
183.640 450 moveto
(Xk_Control_L) show
291.280 450 moveto
(Xlbt_Key_Defs_Misc) show
403.600 450 moveto
(constant X_Key_Sym) show
76 459 moveto
(XK_control_r) show
183.640 459 moveto
(Xk_Control_R) show
291.280 459 moveto
(Xlbt_Key_Defs_Misc) show
403.600 459 moveto
(constant X_Key_Sym) show
76 468 moveto
(XK_copyright) show
183.640 468 moveto
(Xk_Copyright) show
291.280 468 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 468 moveto
(constant X_Key_Sym) show
76 477 moveto
(XK_cr) show
183.640 477 moveto
(Xk_Cr) show
291.280 477 moveto
(Xlbt_Key_Defs_Special) show
403.600 477 moveto
(constant X_Key_Sym) show
76 486 moveto
(XK_crossinglines) show
183.640 486 moveto
(Xk_Crossinglines) show
291.280 486 moveto
(Xlbt_Key_Defs_Special) show
403.600 486 moveto
(constant X_Key_Sym) show
76 495 moveto
(XK_currency) show
183.640 495 moveto
(Xk_Currency) show
291.280 495 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 495 moveto
(constant X_Key_Sym) show
76 504 moveto
(XK_cursor) show
183.640 504 moveto
(Xk_Cursor) show
291.280 504 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 504 moveto
(constant X_Key_Sym) show
76 513 moveto
(XK_cyrillic_a) show
183.640 513 moveto
(Xk_Cyrillic_A) show
291.280 513 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 513 moveto
(constant X_Key_Sym) show
76 522 moveto
(XK_cyrillic_be) show
183.640 522 moveto
(Xk_Cyrillic_Be) show
291.280 522 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 522 moveto
(constant X_Key_Sym) show
76 531 moveto
(XK_cyrillic_che) show
183.640 531 moveto
(Xk_Cyrillic_Che) show
291.280 531 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 531 moveto
(constant X_Key_Sym) show
76 540 moveto
(XK_cyrillic_de) show
183.640 540 moveto
(Xk_Cyrillic_De) show
291.280 540 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 540 moveto
(constant X_Key_Sym) show
76 549 moveto
(XK_cyrillic_dzhe) show
183.640 549 moveto
(Xk_Cyrillic_Dzhe) show
291.280 549 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 549 moveto
(constant X_Key_Sym) show
76 558 moveto
(XK_cyrillic_e) show
183.640 558 moveto
(Xk_Cyrillic_E) show
291.280 558 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 558 moveto
(constant X_Key_Sym) show
76 567 moveto
(XK_cyrillic_ef) show
183.640 567 moveto
(Xk_Cyrillic_Ef) show
291.280 567 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 567 moveto
(constant X_Key_Sym) show
76 576 moveto
(XK_cyrillic_el) show
183.640 576 moveto
(Xk_Cyrillic_El) show
291.280 576 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 576 moveto
(constant X_Key_Sym) show
76 585 moveto
(XK_cyrillic_em) show
183.640 585 moveto
(Xk_Cyrillic_Em) show
291.280 585 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 585 moveto
(constant X_Key_Sym) show
76 594 moveto
(XK_cyrillic_en) show
183.640 594 moveto
(Xk_Cyrillic_En) show
291.280 594 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 594 moveto
(constant X_Key_Sym) show
76 603 moveto
(XK_cyrillic_er) show
183.640 603 moveto
(Xk_Cyrillic_Er) show
291.280 603 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 603 moveto
(constant X_Key_Sym) show
76 612 moveto
(XK_cyrillic_es) show
183.640 612 moveto
(Xk_Cyrillic_Es) show
291.280 612 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 612 moveto
(constant X_Key_Sym) show
76 621 moveto
(XK_cyrillic_ghe) show
183.640 621 moveto
(Xk_Cyrillic_Ghe) show
291.280 621 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 621 moveto
(constant X_Key_Sym) show
76 630 moveto
(XK_cyrillic_ha) show
183.640 630 moveto
(Xk_Cyrillic_Ha) show
291.280 630 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 630 moveto
(constant X_Key_Sym) show
76 639 moveto
(XK_cyrillic_hardsign) show
183.640 639 moveto
(Xk_Cyrillic_Hardsign) show
291.280 639 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 639 moveto
(constant X_Key_Sym) show
76 648 moveto
(XK_cyrillic_i) show
183.640 648 moveto
(Xk_Cyrillic_I) show
291.280 648 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 648 moveto
(constant X_Key_Sym) show
76 657 moveto
(XK_cyrillic_ie) show
183.640 657 moveto
(Xk_Cyrillic_Ie) show
291.280 657 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 657 moveto
(constant X_Key_Sym) show
76 666 moveto
(XK_cyrillic_io) show
183.640 666 moveto
(Xk_Cyrillic_Io) show
291.280 666 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 666 moveto
(constant X_Key_Sym) show
76 675 moveto
(XK_cyrillic_je) show
183.640 675 moveto
(Xk_Cyrillic_Je) show
291.280 675 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 675 moveto
(constant X_Key_Sym) show
76 684 moveto
(XK_cyrillic_ka) show
183.640 684 moveto
(Xk_Cyrillic_Ka) show
291.280 684 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 684 moveto
(constant X_Key_Sym) show
76 693 moveto
(XK_cyrillic_lje) show
183.640 693 moveto
(Xk_Cyrillic_Lje) show
291.280 693 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 693 moveto
(constant X_Key_Sym) show
76 702 moveto
(XK_cyrillic_nje) show
183.640 702 moveto
(Xk_Cyrillic_Nje) show
291.280 702 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 702 moveto
(constant X_Key_Sym) show
76 711 moveto
(XK_cyrillic_o) show
183.640 711 moveto
(Xk_Cyrillic_O) show
291.280 711 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 711 moveto
(constant X_Key_Sym) show
76 720 moveto
(XK_cyrillic_pe) show
183.640 720 moveto
(Xk_Cyrillic_Pe) show
291.280 720 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 720 moveto
(constant X_Key_Sym) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(67) show
EndPage
%%Page: 68 68
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XK_cyrillic_s_a) show
183.640 108 moveto
(Xk_Cyrillic_S_A) show
291.280 108 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 108 moveto
(constant X_Key_Sym) show
76 117 moveto
(XK_cyrillic_s_be) show
183.640 117 moveto
(Xk_Cyrillic_S_Be) show
291.280 117 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 117 moveto
(constant X_Key_Sym) show
76 126 moveto
(XK_cyrillic_s_che) show
183.640 126 moveto
(Xk_Cyrillic_S_Che) show
291.280 126 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 126 moveto
(constant X_Key_Sym) show
76 135 moveto
(XK_cyrillic_s_de) show
183.640 135 moveto
(Xk_Cyrillic_S_De) show
291.280 135 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 135 moveto
(constant X_Key_Sym) show
76 144 moveto
(XK_cyrillic_s_dzhe) show
183.640 144 moveto
(Xk_Cyrillic_S_Dzhe) show
291.280 144 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 144 moveto
(constant X_Key_Sym) show
76 153 moveto
(XK_cyrillic_s_e) show
183.640 153 moveto
(Xk_Cyrillic_S_E) show
291.280 153 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 153 moveto
(constant X_Key_Sym) show
76 162 moveto
(XK_cyrillic_s_ef) show
183.640 162 moveto
(Xk_Cyrillic_S_Ef) show
291.280 162 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 162 moveto
(constant X_Key_Sym) show
76 171 moveto
(XK_cyrillic_s_el) show
183.640 171 moveto
(Xk_Cyrillic_S_El) show
291.280 171 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 171 moveto
(constant X_Key_Sym) show
76 180 moveto
(XK_cyrillic_s_em) show
183.640 180 moveto
(Xk_Cyrillic_S_Em) show
291.280 180 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 180 moveto
(constant X_Key_Sym) show
76 189 moveto
(XK_cyrillic_s_en) show
183.640 189 moveto
(Xk_Cyrillic_S_En) show
291.280 189 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 189 moveto
(constant X_Key_Sym) show
76 198 moveto
(XK_cyrillic_s_er) show
183.640 198 moveto
(Xk_Cyrillic_S_Er) show
291.280 198 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 198 moveto
(constant X_Key_Sym) show
76 207 moveto
(XK_cyrillic_s_es) show
183.640 207 moveto
(Xk_Cyrillic_S_Es) show
291.280 207 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 207 moveto
(constant X_Key_Sym) show
76 216 moveto
(XK_cyrillic_s_ghe) show
183.640 216 moveto
(Xk_Cyrillic_S_Ghe) show
291.280 216 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 216 moveto
(constant X_Key_Sym) show
76 225 moveto
(XK_cyrillic_s_ha) show
183.640 225 moveto
(Xk_Cyrillic_S_Ha) show
291.280 225 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 225 moveto
(constant X_Key_Sym) show
76 234 moveto
(XK_cyrillic_s_hardsign) show
183.640 234 moveto
(Xk_Cyrillic_S_Hardsign) show
291.280 234 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 234 moveto
(constant X_Key_Sym) show
76 243 moveto
(XK_cyrillic_s_i) show
183.640 243 moveto
(Xk_Cyrillic_S_I) show
291.280 243 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 243 moveto
(constant X_Key_Sym) show
76 252 moveto
(XK_cyrillic_s_ie) show
183.640 252 moveto
(Xk_Cyrillic_S_Ie) show
291.280 252 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 252 moveto
(constant X_Key_Sym) show
76 261 moveto
(XK_cyrillic_s_io) show
183.640 261 moveto
(Xk_Cyrillic_S_Io) show
291.280 261 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 261 moveto
(constant X_Key_Sym) show
76 270 moveto
(XK_cyrillic_s_je) show
183.640 270 moveto
(Xk_Cyrillic_S_Je) show
291.280 270 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 270 moveto
(constant X_Key_Sym) show
76 279 moveto
(XK_cyrillic_s_ka) show
183.640 279 moveto
(Xk_Cyrillic_S_Ka) show
291.280 279 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 279 moveto
(constant X_Key_Sym) show
76 288 moveto
(XK_cyrillic_s_lje) show
183.640 288 moveto
(Xk_Cyrillic_S_Lje) show
291.280 288 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 288 moveto
(constant X_Key_Sym) show
76 297 moveto
(XK_cyrillic_s_nje) show
183.640 297 moveto
(Xk_Cyrillic_S_Nje) show
291.280 297 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 297 moveto
(constant X_Key_Sym) show
76 306 moveto
(XK_cyrillic_s_o) show
183.640 306 moveto
(Xk_Cyrillic_S_O) show
291.280 306 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 306 moveto
(constant X_Key_Sym) show
76 315 moveto
(XK_cyrillic_s_pe) show
183.640 315 moveto
(Xk_Cyrillic_S_Pe) show
291.280 315 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 315 moveto
(constant X_Key_Sym) show
76 324 moveto
(XK_cyrillic_s_sha) show
183.640 324 moveto
(Xk_Cyrillic_S_Sha) show
291.280 324 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 324 moveto
(constant X_Key_Sym) show
76 333 moveto
(XK_cyrillic_s_shcha) show
183.640 333 moveto
(Xk_Cyrillic_S_Shcha) show
291.280 333 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 333 moveto
(constant X_Key_Sym) show
76 342 moveto
(XK_cyrillic_s_shorti) show
183.640 342 moveto
(Xk_Cyrillic_S_Shorti) show
291.280 342 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 342 moveto
(constant X_Key_Sym) show
76 351 moveto
(XK_cyrillic_s_softsign) show
183.640 351 moveto
(Xk_Cyrillic_S_Softsign) show
291.280 351 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 351 moveto
(constant X_Key_Sym) show
76 360 moveto
(XK_cyrillic_s_te) show
183.640 360 moveto
(Xk_Cyrillic_S_Te) show
291.280 360 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 360 moveto
(constant X_Key_Sym) show
76 369 moveto
(XK_cyrillic_s_tse) show
183.640 369 moveto
(Xk_Cyrillic_S_Tse) show
291.280 369 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 369 moveto
(constant X_Key_Sym) show
76 378 moveto
(XK_cyrillic_s_u) show
183.640 378 moveto
(Xk_Cyrillic_S_U) show
291.280 378 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 378 moveto
(constant X_Key_Sym) show
76 387 moveto
(XK_cyrillic_s_ve) show
183.640 387 moveto
(Xk_Cyrillic_S_Ve) show
291.280 387 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 387 moveto
(constant X_Key_Sym) show
76 396 moveto
(XK_cyrillic_s_ya) show
183.640 396 moveto
(Xk_Cyrillic_S_Ya) show
291.280 396 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 396 moveto
(constant X_Key_Sym) show
76 405 moveto
(XK_cyrillic_s_yeru) show
183.640 405 moveto
(Xk_Cyrillic_S_Yeru) show
291.280 405 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 405 moveto
(constant X_Key_Sym) show
76 414 moveto
(XK_cyrillic_s_yu) show
183.640 414 moveto
(Xk_Cyrillic_S_Yu) show
291.280 414 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 414 moveto
(constant X_Key_Sym) show
76 423 moveto
(XK_cyrillic_s_ze) show
183.640 423 moveto
(Xk_Cyrillic_S_Ze) show
291.280 423 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 423 moveto
(constant X_Key_Sym) show
76 432 moveto
(XK_cyrillic_s_zhe) show
183.640 432 moveto
(Xk_Cyrillic_S_Zhe) show
291.280 432 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 432 moveto
(constant X_Key_Sym) show
76 441 moveto
(XK_cyrillic_sha) show
183.640 441 moveto
(Xk_Cyrillic_Sha) show
291.280 441 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 441 moveto
(constant X_Key_Sym) show
76 450 moveto
(XK_cyrillic_shcha) show
183.640 450 moveto
(Xk_Cyrillic_Shcha) show
291.280 450 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 450 moveto
(constant X_Key_Sym) show
76 459 moveto
(XK_cyrillic_shorti) show
183.640 459 moveto
(Xk_Cyrillic_Shorti) show
291.280 459 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 459 moveto
(constant X_Key_Sym) show
76 468 moveto
(XK_cyrillic_softsign) show
183.640 468 moveto
(Xk_Cyrillic_Softsign) show
291.280 468 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 468 moveto
(constant X_Key_Sym) show
76 477 moveto
(XK_cyrillic_te) show
183.640 477 moveto
(Xk_Cyrillic_Te) show
291.280 477 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 477 moveto
(constant X_Key_Sym) show
76 486 moveto
(XK_cyrillic_tse) show
183.640 486 moveto
(Xk_Cyrillic_Tse) show
291.280 486 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 486 moveto
(constant X_Key_Sym) show
76 495 moveto
(XK_cyrillic_u) show
183.640 495 moveto
(Xk_Cyrillic_U) show
291.280 495 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 495 moveto
(constant X_Key_Sym) show
76 504 moveto
(XK_cyrillic_ve) show
183.640 504 moveto
(Xk_Cyrillic_Ve) show
291.280 504 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 504 moveto
(constant X_Key_Sym) show
76 513 moveto
(XK_cyrillic_ya) show
183.640 513 moveto
(Xk_Cyrillic_Ya) show
291.280 513 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 513 moveto
(constant X_Key_Sym) show
76 522 moveto
(XK_cyrillic_yeru) show
183.640 522 moveto
(Xk_Cyrillic_Yeru) show
291.280 522 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 522 moveto
(constant X_Key_Sym) show
76 531 moveto
(XK_cyrillic_yu) show
183.640 531 moveto
(Xk_Cyrillic_Yu) show
291.280 531 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 531 moveto
(constant X_Key_Sym) show
76 540 moveto
(XK_cyrillic_ze) show
183.640 540 moveto
(Xk_Cyrillic_Ze) show
291.280 540 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 540 moveto
(constant X_Key_Sym) show
76 549 moveto
(XK_cyrillic_zhe) show
183.640 549 moveto
(Xk_Cyrillic_Zhe) show
291.280 549 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 549 moveto
(constant X_Key_Sym) show
76 558 moveto
(XK_d) show
183.640 558 moveto
(Xk_D) show
291.280 558 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 558 moveto
(constant X_Key_Sym) show
76 567 moveto
(XK_dagger) show
183.640 567 moveto
(Xk_Dagger) show
291.280 567 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 567 moveto
(constant X_Key_Sym) show
76 576 moveto
(XK_dcaron) show
183.640 576 moveto
(Xk_Dcaron) show
291.280 576 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 576 moveto
(constant X_Key_Sym) show
76 585 moveto
(XK_decimalpoint) show
183.640 585 moveto
(Xk_Decimalpoint) show
291.280 585 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 585 moveto
(constant X_Key_Sym) show
76 594 moveto
(XK_degree) show
183.640 594 moveto
(Xk_Degree) show
291.280 594 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 594 moveto
(constant X_Key_Sym) show
76 603 moveto
(XK_delete) show
183.640 603 moveto
(Xk_Delete) show
291.280 603 moveto
(Xlbt_Key_Defs_Misc) show
403.600 603 moveto
(constant X_Key_Sym) show
76 612 moveto
(XK_diaeresis) show
183.640 612 moveto
(Xk_Diaeresis) show
291.280 612 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 612 moveto
(constant X_Key_Sym) show
76 621 moveto
(XK_diamond) show
183.640 621 moveto
(Xk_Diamond) show
291.280 621 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 621 moveto
(constant X_Key_Sym) show
76 630 moveto
(XK_digitspace) show
183.640 630 moveto
(Xk_Digitspace) show
291.280 630 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 630 moveto
(constant X_Key_Sym) show
76 639 moveto
(XK_division) show
183.640 639 moveto
(Xk_Division) show
291.280 639 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 639 moveto
(constant X_Key_Sym) show
76 648 moveto
(XK_dollar) show
183.640 648 moveto
(Xk_Dollar) show
291.280 648 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 648 moveto
(constant X_Key_Sym) show
76 657 moveto
(XK_doubbaselinedot) show
183.640 657 moveto
(Xk_Doubbaselinedot) show
291.280 657 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 657 moveto
(constant X_Key_Sym) show
76 666 moveto
(XK_doubleacute) show
183.640 666 moveto
(Xk_Doubleacute) show
291.280 666 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 666 moveto
(constant X_Key_Sym) show
76 675 moveto
(XK_doubledagger) show
183.640 675 moveto
(Xk_Doubledagger) show
291.280 675 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 675 moveto
(constant X_Key_Sym) show
76 684 moveto
(XK_doublelowquotemark) show
183.640 684 moveto
(Xk_Doublelowquotemark) show
291.280 684 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 684 moveto
(constant X_Key_Sym) show
76 693 moveto
(XK_down) show
183.640 693 moveto
(Xk_Down) show
291.280 693 moveto
(Xlbt_Key_Defs_Misc) show
403.600 693 moveto
(constant X_Key_Sym) show
76 702 moveto
(XK_downarrow) show
183.640 702 moveto
(Xk_Downarrow) show
291.280 702 moveto
(Xlbt_Key_Defs_Technical) show
403.600 702 moveto
(constant X_Key_Sym) show
76 711 moveto
(XK_downcaret) show
183.640 711 moveto
(Xk_Downcaret) show
291.280 711 moveto
(Xlbt_Key_Defs_Apl) show
403.600 711 moveto
(constant X_Key_Sym) show
76 720 moveto
(XK_downshoe) show
183.640 720 moveto
(Xk_Downshoe) show
291.280 720 moveto
(Xlbt_Key_Defs_Apl) show
403.600 720 moveto
(constant X_Key_Sym) show
72 756 moveto
10 /Times-Roman SelectFont
(68) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 69 69
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XK_downstile) show
183.640 108 moveto
(Xk_Downstile) show
291.280 108 moveto
(Xlbt_Key_Defs_Apl) show
403.600 108 moveto
(constant X_Key_Sym) show
76 117 moveto
(XK_downtack) show
183.640 117 moveto
(Xk_Downtack) show
291.280 117 moveto
(Xlbt_Key_Defs_Apl) show
403.600 117 moveto
(constant X_Key_Sym) show
76 126 moveto
(XK_dstroke) show
183.640 126 moveto
(Xk_Dstroke) show
291.280 126 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 126 moveto
(constant X_Key_Sym) show
76 135 moveto
(XK_e) show
183.640 135 moveto
(Xk_E) show
291.280 135 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 135 moveto
(constant X_Key_Sym) show
76 144 moveto
(XK_eabovedot) show
183.640 144 moveto
(Xk_Eabovedot) show
291.280 144 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 144 moveto
(constant X_Key_Sym) show
76 153 moveto
(XK_eacute) show
183.640 153 moveto
(Xk_Eacute) show
291.280 153 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 153 moveto
(constant X_Key_Sym) show
76 162 moveto
(XK_ecaron) show
183.640 162 moveto
(Xk_Ecaron) show
291.280 162 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 162 moveto
(constant X_Key_Sym) show
76 171 moveto
(XK_ecircumflex) show
183.640 171 moveto
(Xk_Ecircumflex) show
291.280 171 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 171 moveto
(constant X_Key_Sym) show
76 180 moveto
(XK_ediaeresis) show
183.640 180 moveto
(Xk_Ediaeresis) show
291.280 180 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 180 moveto
(constant X_Key_Sym) show
76 189 moveto
(XK_egrave) show
183.640 189 moveto
(Xk_Egrave) show
291.280 189 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 189 moveto
(constant X_Key_Sym) show
76 198 moveto
(XK_ellipsis) show
183.640 198 moveto
(Xk_Ellipsis) show
291.280 198 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 198 moveto
(constant X_Key_Sym) show
76 207 moveto
(XK_em3space) show
183.640 207 moveto
(Xk_Em3space) show
291.280 207 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 207 moveto
(constant X_Key_Sym) show
76 216 moveto
(XK_em4space) show
183.640 216 moveto
(Xk_Em4space) show
291.280 216 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 216 moveto
(constant X_Key_Sym) show
76 225 moveto
(XK_emacron) show
183.640 225 moveto
(Xk_Emacron) show
291.280 225 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 225 moveto
(constant X_Key_Sym) show
76 234 moveto
(XK_emdash) show
183.640 234 moveto
(Xk_Emdash) show
291.280 234 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 234 moveto
(constant X_Key_Sym) show
76 243 moveto
(XK_emfilledcircle) show
183.640 243 moveto
(Xk_Emfilledcircle) show
291.280 243 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 243 moveto
(constant X_Key_Sym) show
76 252 moveto
(XK_emfilledrect) show
183.640 252 moveto
(Xk_Emfilledrect) show
291.280 252 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 252 moveto
(constant X_Key_Sym) show
76 261 moveto
(XK_emopencircle) show
183.640 261 moveto
(Xk_Emopencircle) show
291.280 261 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 261 moveto
(constant X_Key_Sym) show
76 270 moveto
(XK_emopenrectangle) show
183.640 270 moveto
(Xk_Emopenrectangle) show
291.280 270 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 270 moveto
(constant X_Key_Sym) show
76 279 moveto
(XK_emspace) show
183.640 279 moveto
(Xk_Emspace) show
291.280 279 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 279 moveto
(constant X_Key_Sym) show
76 288 moveto
(XK_end) show
183.640 288 moveto
(Xk_End) show
291.280 288 moveto
(Xlbt_Key_Defs_Misc) show
403.600 288 moveto
(constant X_Key_Sym) show
76 297 moveto
(XK_endash) show
183.640 297 moveto
(Xk_Endash) show
291.280 297 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 297 moveto
(constant X_Key_Sym) show
76 306 moveto
(XK_enfilledcircbullet) show
183.640 306 moveto
(Xk_Enfilledcircbullet) show
291.280 306 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 306 moveto
(constant X_Key_Sym) show
76 315 moveto
(XK_enfilledsqbullet) show
183.640 315 moveto
(Xk_Enfilledsqbullet) show
291.280 315 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 315 moveto
(constant X_Key_Sym) show
76 324 moveto
(XK_eng) show
183.640 324 moveto
(Xk_Eng) show
291.280 324 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 324 moveto
(constant X_Key_Sym) show
76 333 moveto
(XK_enopencircbullet) show
183.640 333 moveto
(Xk_Enopencircbullet) show
291.280 333 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 333 moveto
(constant X_Key_Sym) show
76 342 moveto
(XK_enopensquarebullet) show
183.640 342 moveto
(Xk_Enopensquarebullet) show
291.280 342 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 342 moveto
(constant X_Key_Sym) show
76 351 moveto
(XK_enspace) show
183.640 351 moveto
(Xk_Enspace) show
291.280 351 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 351 moveto
(constant X_Key_Sym) show
76 360 moveto
(XK_eogonek) show
183.640 360 moveto
(Xk_Eogonek) show
291.280 360 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 360 moveto
(constant X_Key_Sym) show
76 369 moveto
(XK_equal) show
183.640 369 moveto
(Xk_Equal) show
291.280 369 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 369 moveto
(constant X_Key_Sym) show
76 378 moveto
(XK_escape) show
183.640 378 moveto
(Xk_Escape) show
291.280 378 moveto
(Xlbt_Key_Defs_Misc) show
403.600 378 moveto
(constant X_Key_Sym) show
76 387 moveto
(XK_eth) show
183.640 387 moveto
(Xk_Eth) show
291.280 387 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 387 moveto
(constant X_Key_Sym) show
76 396 moveto
(XK_exclam) show
183.640 396 moveto
(Xk_Exclam) show
291.280 396 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 396 moveto
(constant X_Key_Sym) show
76 405 moveto
(XK_exclamdown) show
183.640 405 moveto
(Xk_Exclamdown) show
291.280 405 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 405 moveto
(constant X_Key_Sym) show
76 414 moveto
(XK_execute) show
183.640 414 moveto
(Xk_Execute) show
291.280 414 moveto
(Xlbt_Key_Defs_Misc) show
403.600 414 moveto
(constant X_Key_Sym) show
76 423 moveto
(XK_f) show
183.640 423 moveto
(Xk_F) show
291.280 423 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 423 moveto
(constant X_Key_Sym) show
76 432 moveto
(XK_f1) show
183.640 432 moveto
(Xk_F1) show
291.280 432 moveto
(Xlbt_Key_Defs_Misc) show
403.600 432 moveto
(constant X_Key_Sym) show
76 441 moveto
(XK_f10) show
183.640 441 moveto
(Xk_F10) show
291.280 441 moveto
(Xlbt_Key_Defs_Misc) show
403.600 441 moveto
(constant X_Key_Sym) show
76 450 moveto
(XK_f11) show
183.640 450 moveto
(Xk_F11) show
291.280 450 moveto
(Xlbt_Key_Defs_Misc) show
403.600 450 moveto
(constant X_Key_Sym) show
76 459 moveto
(XK_f12) show
183.640 459 moveto
(Xk_F12) show
291.280 459 moveto
(Xlbt_Key_Defs_Misc) show
403.600 459 moveto
(constant X_Key_Sym) show
76 468 moveto
(XK_f13) show
183.640 468 moveto
(Xk_F13) show
291.280 468 moveto
(Xlbt_Key_Defs_Misc) show
403.600 468 moveto
(constant X_Key_Sym) show
76 477 moveto
(XK_f14) show
183.640 477 moveto
(Xk_F14) show
291.280 477 moveto
(Xlbt_Key_Defs_Misc) show
403.600 477 moveto
(constant X_Key_Sym) show
76 486 moveto
(XK_f15) show
183.640 486 moveto
(Xk_F15) show
291.280 486 moveto
(Xlbt_Key_Defs_Misc) show
403.600 486 moveto
(constant X_Key_Sym) show
76 495 moveto
(XK_f16) show
183.640 495 moveto
(Xk_F16) show
291.280 495 moveto
(Xlbt_Key_Defs_Misc) show
403.600 495 moveto
(constant X_Key_Sym) show
76 504 moveto
(XK_f17) show
183.640 504 moveto
(Xk_F17) show
291.280 504 moveto
(Xlbt_Key_Defs_Misc) show
403.600 504 moveto
(constant X_Key_Sym) show
76 513 moveto
(XK_f18) show
183.640 513 moveto
(Xk_F18) show
291.280 513 moveto
(Xlbt_Key_Defs_Misc) show
403.600 513 moveto
(constant X_Key_Sym) show
76 522 moveto
(XK_f19) show
183.640 522 moveto
(Xk_F19) show
291.280 522 moveto
(Xlbt_Key_Defs_Misc) show
403.600 522 moveto
(constant X_Key_Sym) show
76 531 moveto
(XK_f2) show
183.640 531 moveto
(Xk_F2) show
291.280 531 moveto
(Xlbt_Key_Defs_Misc) show
403.600 531 moveto
(constant X_Key_Sym) show
76 540 moveto
(XK_f20) show
183.640 540 moveto
(Xk_F20) show
291.280 540 moveto
(Xlbt_Key_Defs_Misc) show
403.600 540 moveto
(constant X_Key_Sym) show
76 549 moveto
(XK_f21) show
183.640 549 moveto
(Xk_F21) show
291.280 549 moveto
(Xlbt_Key_Defs_Misc) show
403.600 549 moveto
(constant X_Key_Sym) show
76 558 moveto
(XK_f22) show
183.640 558 moveto
(Xk_F22) show
291.280 558 moveto
(Xlbt_Key_Defs_Misc) show
403.600 558 moveto
(constant X_Key_Sym) show
76 567 moveto
(XK_f23) show
183.640 567 moveto
(Xk_F23) show
291.280 567 moveto
(Xlbt_Key_Defs_Misc) show
403.600 567 moveto
(constant X_Key_Sym) show
76 576 moveto
(XK_f24) show
183.640 576 moveto
(Xk_F24) show
291.280 576 moveto
(Xlbt_Key_Defs_Misc) show
403.600 576 moveto
(constant X_Key_Sym) show
76 585 moveto
(XK_f25) show
183.640 585 moveto
(Xk_F25) show
291.280 585 moveto
(Xlbt_Key_Defs_Misc) show
403.600 585 moveto
(constant X_Key_Sym) show
76 594 moveto
(XK_f26) show
183.640 594 moveto
(Xk_F26) show
291.280 594 moveto
(Xlbt_Key_Defs_Misc) show
403.600 594 moveto
(constant X_Key_Sym) show
76 603 moveto
(XK_f27) show
183.640 603 moveto
(Xk_F27) show
291.280 603 moveto
(Xlbt_Key_Defs_Misc) show
403.600 603 moveto
(constant X_Key_Sym) show
76 612 moveto
(XK_f28) show
183.640 612 moveto
(Xk_F28) show
291.280 612 moveto
(Xlbt_Key_Defs_Misc) show
403.600 612 moveto
(constant X_Key_Sym) show
76 621 moveto
(XK_f29) show
183.640 621 moveto
(Xk_F29) show
291.280 621 moveto
(Xlbt_Key_Defs_Misc) show
403.600 621 moveto
(constant X_Key_Sym) show
76 630 moveto
(XK_f3) show
183.640 630 moveto
(Xk_F3) show
291.280 630 moveto
(Xlbt_Key_Defs_Misc) show
403.600 630 moveto
(constant X_Key_Sym) show
76 639 moveto
(XK_f30) show
183.640 639 moveto
(Xk_F30) show
291.280 639 moveto
(Xlbt_Key_Defs_Misc) show
403.600 639 moveto
(constant X_Key_Sym) show
76 648 moveto
(XK_f31) show
183.640 648 moveto
(Xk_F31) show
291.280 648 moveto
(Xlbt_Key_Defs_Misc) show
403.600 648 moveto
(constant X_Key_Sym) show
76 657 moveto
(XK_f32) show
183.640 657 moveto
(Xk_F32) show
291.280 657 moveto
(Xlbt_Key_Defs_Misc) show
403.600 657 moveto
(constant X_Key_Sym) show
76 666 moveto
(XK_f33) show
183.640 666 moveto
(Xk_F33) show
291.280 666 moveto
(Xlbt_Key_Defs_Misc) show
403.600 666 moveto
(constant X_Key_Sym) show
76 675 moveto
(XK_f34) show
183.640 675 moveto
(Xk_F34) show
291.280 675 moveto
(Xlbt_Key_Defs_Misc) show
403.600 675 moveto
(constant X_Key_Sym) show
76 684 moveto
(XK_f35) show
183.640 684 moveto
(Xk_F35) show
291.280 684 moveto
(Xlbt_Key_Defs_Misc) show
403.600 684 moveto
(constant X_Key_Sym) show
76 693 moveto
(XK_f4) show
183.640 693 moveto
(Xk_F4) show
291.280 693 moveto
(Xlbt_Key_Defs_Misc) show
403.600 693 moveto
(constant X_Key_Sym) show
76 702 moveto
(XK_f5) show
183.640 702 moveto
(Xk_F5) show
291.280 702 moveto
(Xlbt_Key_Defs_Misc) show
403.600 702 moveto
(constant X_Key_Sym) show
76 711 moveto
(XK_f6) show
183.640 711 moveto
(Xk_F6) show
291.280 711 moveto
(Xlbt_Key_Defs_Misc) show
403.600 711 moveto
(constant X_Key_Sym) show
76 720 moveto
(XK_f7) show
183.640 720 moveto
(Xk_F7) show
291.280 720 moveto
(Xlbt_Key_Defs_Misc) show
403.600 720 moveto
(constant X_Key_Sym) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(69) show
EndPage
%%Page: 70 70
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XK_f8) show
183.640 108 moveto
(Xk_F8) show
291.280 108 moveto
(Xlbt_Key_Defs_Misc) show
403.600 108 moveto
(constant X_Key_Sym) show
76 117 moveto
(XK_f9) show
183.640 117 moveto
(Xk_F9) show
291.280 117 moveto
(Xlbt_Key_Defs_Misc) show
403.600 117 moveto
(constant X_Key_Sym) show
76 126 moveto
(XK_femalesymbol) show
183.640 126 moveto
(Xk_Femalesymbol) show
291.280 126 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 126 moveto
(constant X_Key_Sym) show
76 135 moveto
(XK_ff) show
183.640 135 moveto
(Xk_Ff) show
291.280 135 moveto
(Xlbt_Key_Defs_Special) show
403.600 135 moveto
(constant X_Key_Sym) show
76 144 moveto
(XK_figdash) show
183.640 144 moveto
(Xk_Figdash) show
291.280 144 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 144 moveto
(constant X_Key_Sym) show
76 153 moveto
(XK_filledlefttribullet) show
183.640 153 moveto
(Xk_Filledlefttribullet) show
291.280 153 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 153 moveto
(constant X_Key_Sym) show
76 162 moveto
(XK_filledrectbullet) show
183.640 162 moveto
(Xk_Filledrectbullet) show
291.280 162 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 162 moveto
(constant X_Key_Sym) show
76 171 moveto
(XK_filledrighttribullet) show
183.640 171 moveto
(Xk_Filledrighttribullet) show
291.280 171 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 171 moveto
(constant X_Key_Sym) show
76 180 moveto
(XK_filledtribulletdown) show
183.640 180 moveto
(Xk_Filledtribulletdown) show
291.280 180 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 180 moveto
(constant X_Key_Sym) show
76 189 moveto
(XK_filledtribulletup) show
183.640 189 moveto
(Xk_Filledtribulletup) show
291.280 189 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 189 moveto
(constant X_Key_Sym) show
76 198 moveto
(XK_find) show
183.640 198 moveto
(Xk_Find) show
291.280 198 moveto
(Xlbt_Key_Defs_Misc) show
403.600 198 moveto
(constant X_Key_Sym) show
76 207 moveto
(XK_fiveeighths) show
183.640 207 moveto
(Xk_Fiveeighths) show
291.280 207 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 207 moveto
(constant X_Key_Sym) show
76 216 moveto
(XK_fivesixths) show
183.640 216 moveto
(Xk_Fivesixths) show
291.280 216 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 216 moveto
(constant X_Key_Sym) show
76 225 moveto
(XK_fourfifths) show
183.640 225 moveto
(Xk_Fourfifths) show
291.280 225 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 225 moveto
(constant X_Key_Sym) show
76 234 moveto
(XK_function) show
183.640 234 moveto
(Xk_Function) show
291.280 234 moveto
(Xlbt_Key_Defs_Technical) show
403.600 234 moveto
(constant X_Key_Sym) show
76 243 moveto
(XK_g) show
183.640 243 moveto
(Xk_G) show
291.280 243 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 243 moveto
(constant X_Key_Sym) show
76 252 moveto
(XK_gabovedot) show
183.640 252 moveto
(Xk_Gabovedot) show
291.280 252 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 252 moveto
(constant X_Key_Sym) show
76 261 moveto
(XK_gbreve) show
183.640 261 moveto
(Xk_Gbreve) show
291.280 261 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 261 moveto
(constant X_Key_Sym) show
76 270 moveto
(XK_gcedilla) show
183.640 270 moveto
(Xk_Gcedilla) show
291.280 270 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 270 moveto
(constant X_Key_Sym) show
76 279 moveto
(XK_gcircumflex) show
183.640 279 moveto
(Xk_Gcircumflex) show
291.280 279 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 279 moveto
(constant X_Key_Sym) show
76 288 moveto
(XK_grave) show
183.640 288 moveto
(Xk_Grave) show
291.280 288 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 288 moveto
(constant X_Key_Sym) show
76 297 moveto
(XK_greater) show
183.640 297 moveto
(Xk_Greater) show
291.280 297 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 297 moveto
(constant X_Key_Sym) show
76 306 moveto
(XK_greaterthanequal) show
183.640 306 moveto
(Xk_Greaterthanequal) show
291.280 306 moveto
(Xlbt_Key_Defs_Technical) show
403.600 306 moveto
(constant X_Key_Sym) show
76 315 moveto
(XK_greek_alpha) show
183.640 315 moveto
(Xk_Greek_Alpha) show
291.280 315 moveto
(Xlbt_Key_Defs_Greek) show
403.600 315 moveto
(constant X_Key_Sym) show
76 324 moveto
(XK_greek_alphaaccent) show
183.640 324 moveto
(Xk_Greek_Alphaaccent) show
291.280 324 moveto
(Xlbt_Key_Defs_Greek) show
403.600 324 moveto
(constant X_Key_Sym) show
76 333 moveto
(XK_greek_beta) show
183.640 333 moveto
(Xk_Greek_Beta) show
291.280 333 moveto
(Xlbt_Key_Defs_Greek) show
403.600 333 moveto
(constant X_Key_Sym) show
76 342 moveto
(XK_greek_chi) show
183.640 342 moveto
(Xk_Greek_Chi) show
291.280 342 moveto
(Xlbt_Key_Defs_Greek) show
403.600 342 moveto
(constant X_Key_Sym) show
76 351 moveto
(XK_greek_delta) show
183.640 351 moveto
(Xk_Greek_Delta) show
291.280 351 moveto
(Xlbt_Key_Defs_Greek) show
403.600 351 moveto
(constant X_Key_Sym) show
76 360 moveto
(XK_greek_epsilon) show
183.640 360 moveto
(Xk_Greek_Epsilon) show
291.280 360 moveto
(Xlbt_Key_Defs_Greek) show
403.600 360 moveto
(constant X_Key_Sym) show
76 369 moveto
(XK_greek_epsilonaccent) show
183.640 369 moveto
(Xk_Greek_Epsilonaccent) show
291.280 369 moveto
(Xlbt_Key_Defs_Greek) show
403.600 369 moveto
(constant X_Key_Sym) show
76 378 moveto
(XK_greek_eta) show
183.640 378 moveto
(Xk_Greek_Eta) show
291.280 378 moveto
(Xlbt_Key_Defs_Greek) show
403.600 378 moveto
(constant X_Key_Sym) show
76 387 moveto
(XK_greek_etaaccent) show
183.640 387 moveto
(Xk_Greek_Etaaccent) show
291.280 387 moveto
(Xlbt_Key_Defs_Greek) show
403.600 387 moveto
(constant X_Key_Sym) show
76 396 moveto
(XK_greek_finalsmallsigma) show
183.640 396 moveto
(Xk_Greek_Finalsmallsigma) show
291.280 396 moveto
(Xlbt_Key_Defs_Greek) show
403.600 396 moveto
(constant X_Key_Sym) show
76 405 moveto
(XK_greek_gamma) show
183.640 405 moveto
(Xk_Greek_Gamma) show
291.280 405 moveto
(Xlbt_Key_Defs_Greek) show
403.600 405 moveto
(constant X_Key_Sym) show
76 414 moveto
(XK_greek_iota) show
183.640 414 moveto
(Xk_Greek_Iota) show
291.280 414 moveto
(Xlbt_Key_Defs_Greek) show
403.600 414 moveto
(constant X_Key_Sym) show
76 423 moveto
(XK_greek_iotaaccent) show
183.640 423 moveto
(Xk_Greek_Iotaaccent) show
291.280 423 moveto
(Xlbt_Key_Defs_Greek) show
403.600 423 moveto
(constant X_Key_Sym) show
76 432 moveto
(XK_greek_iotaaccentdieresis) show
183.640 432 moveto
(Xk_Greek_Iotaaccentdieresis) show
291.280 432 moveto
(Xlbt_Key_Defs_Greek) show
403.600 432 moveto
(constant X_Key_Sym) show
76 441 moveto
(XK_greek_iotadiaeresis) show
183.640 441 moveto
(Xk_Greek_Iotadiaeresis) show
291.280 441 moveto
(Xlbt_Key_Defs_Greek) show
403.600 441 moveto
(constant X_Key_Sym) show
76 450 moveto
(XK_greek_iotadieresis) show
183.640 450 moveto
(Xk_Greek_Iotadieresis) show
291.280 450 moveto
(Xlbt_Key_Defs_Greek) show
403.600 450 moveto
(constant X_Key_Sym) show
76 459 moveto
(XK_greek_kappa) show
183.640 459 moveto
(Xk_Greek_Kappa) show
291.280 459 moveto
(Xlbt_Key_Defs_Greek) show
403.600 459 moveto
(constant X_Key_Sym) show
76 468 moveto
(XK_greek_lambda) show
183.640 468 moveto
(Xk_Greek_Lambda) show
291.280 468 moveto
(Xlbt_Key_Defs_Greek) show
403.600 468 moveto
(constant X_Key_Sym) show
76 477 moveto
(XK_greek_lamda) show
183.640 477 moveto
(Xk_Greek_Lamda) show
291.280 477 moveto
(Xlbt_Key_Defs_Greek) show
403.600 477 moveto
(constant X_Key_Sym) show
76 486 moveto
(XK_greek_mu) show
183.640 486 moveto
(Xk_Greek_Mu) show
291.280 486 moveto
(Xlbt_Key_Defs_Greek) show
403.600 486 moveto
(constant X_Key_Sym) show
76 495 moveto
(XK_greek_nu) show
183.640 495 moveto
(Xk_Greek_Nu) show
291.280 495 moveto
(Xlbt_Key_Defs_Greek) show
403.600 495 moveto
(constant X_Key_Sym) show
76 504 moveto
(XK_greek_omega) show
183.640 504 moveto
(Xk_Greek_Omega) show
291.280 504 moveto
(Xlbt_Key_Defs_Greek) show
403.600 504 moveto
(constant X_Key_Sym) show
76 513 moveto
(XK_greek_omegaaccent) show
183.640 513 moveto
(Xk_Greek_Omegaaccent) show
291.280 513 moveto
(Xlbt_Key_Defs_Greek) show
403.600 513 moveto
(constant X_Key_Sym) show
76 522 moveto
(XK_greek_omicron) show
183.640 522 moveto
(Xk_Greek_Omicron) show
291.280 522 moveto
(Xlbt_Key_Defs_Greek) show
403.600 522 moveto
(constant X_Key_Sym) show
76 531 moveto
(XK_greek_omicronaccent) show
183.640 531 moveto
(Xk_Greek_Omicronaccent) show
291.280 531 moveto
(Xlbt_Key_Defs_Greek) show
403.600 531 moveto
(constant X_Key_Sym) show
76 540 moveto
(XK_greek_phi) show
183.640 540 moveto
(Xk_Greek_Phi) show
291.280 540 moveto
(Xlbt_Key_Defs_Greek) show
403.600 540 moveto
(constant X_Key_Sym) show
76 549 moveto
(XK_greek_pi) show
183.640 549 moveto
(Xk_Greek_Pi) show
291.280 549 moveto
(Xlbt_Key_Defs_Greek) show
403.600 549 moveto
(constant X_Key_Sym) show
76 558 moveto
(XK_greek_psi) show
183.640 558 moveto
(Xk_Greek_Psi) show
291.280 558 moveto
(Xlbt_Key_Defs_Greek) show
403.600 558 moveto
(constant X_Key_Sym) show
76 567 moveto
(XK_greek_rho) show
183.640 567 moveto
(Xk_Greek_Rho) show
291.280 567 moveto
(Xlbt_Key_Defs_Greek) show
403.600 567 moveto
(constant X_Key_Sym) show
76 576 moveto
(XK_greek_s_alpha) show
183.640 576 moveto
(Xk_Greek_S_Alpha) show
291.280 576 moveto
(Xlbt_Key_Defs_Greek) show
403.600 576 moveto
(constant X_Key_Sym) show
76 585 moveto
(XK_greek_s_alphaaccent) show
183.640 585 moveto
(Xk_Greek_S_Alphaaccent) show
291.280 585 moveto
(Xlbt_Key_Defs_Greek) show
403.600 585 moveto
(constant X_Key_Sym) show
76 594 moveto
(XK_greek_s_beta) show
183.640 594 moveto
(Xk_Greek_S_Beta) show
291.280 594 moveto
(Xlbt_Key_Defs_Greek) show
403.600 594 moveto
(constant X_Key_Sym) show
76 603 moveto
(XK_greek_s_chi) show
183.640 603 moveto
(Xk_Greek_S_Chi) show
291.280 603 moveto
(Xlbt_Key_Defs_Greek) show
403.600 603 moveto
(constant X_Key_Sym) show
76 612 moveto
(XK_greek_s_delta) show
183.640 612 moveto
(Xk_Greek_S_Delta) show
291.280 612 moveto
(Xlbt_Key_Defs_Greek) show
403.600 612 moveto
(constant X_Key_Sym) show
76 621 moveto
(XK_greek_s_epsilon) show
183.640 621 moveto
(Xk_Greek_S_Epsilon) show
291.280 621 moveto
(Xlbt_Key_Defs_Greek) show
403.600 621 moveto
(constant X_Key_Sym) show
76 630 moveto
(XK_greek_s_epsilonaccent) show
183.640 630 moveto
(Xk_Greek_S_Epsilonaccent) show
291.280 630 moveto
(Xlbt_Key_Defs_Greek) show
403.600 630 moveto
(constant X_Key_Sym) show
76 639 moveto
(XK_greek_s_eta) show
183.640 639 moveto
(Xk_Greek_S_Eta) show
291.280 639 moveto
(Xlbt_Key_Defs_Greek) show
403.600 639 moveto
(constant X_Key_Sym) show
76 648 moveto
(XK_greek_s_etaaccent) show
183.640 648 moveto
(Xk_Greek_S_Etaaccent) show
291.280 648 moveto
(Xlbt_Key_Defs_Greek) show
403.600 648 moveto
(constant X_Key_Sym) show
76 657 moveto
(XK_greek_s_gamma) show
183.640 657 moveto
(Xk_Greek_S_Gamma) show
291.280 657 moveto
(Xlbt_Key_Defs_Greek) show
403.600 657 moveto
(constant X_Key_Sym) show
76 666 moveto
(XK_greek_s_iota) show
183.640 666 moveto
(Xk_Greek_S_Iota) show
291.280 666 moveto
(Xlbt_Key_Defs_Greek) show
403.600 666 moveto
(constant X_Key_Sym) show
76 675 moveto
(XK_greek_s_iotaaccent) show
183.640 675 moveto
(Xk_Greek_S_Iotaaccent) show
291.280 675 moveto
(Xlbt_Key_Defs_Greek) show
403.600 675 moveto
(constant X_Key_Sym) show
76 684 moveto
(XK_greek_s_kappa) show
183.640 684 moveto
(Xk_Greek_S_Kappa) show
291.280 684 moveto
(Xlbt_Key_Defs_Greek) show
403.600 684 moveto
(constant X_Key_Sym) show
76 693 moveto
(XK_greek_s_lambda) show
183.640 693 moveto
(Xk_Greek_S_Lambda) show
291.280 693 moveto
(Xlbt_Key_Defs_Greek) show
403.600 693 moveto
(constant X_Key_Sym) show
76 702 moveto
(XK_greek_s_lamda) show
183.640 702 moveto
(Xk_Greek_S_Lamda) show
291.280 702 moveto
(Xlbt_Key_Defs_Greek) show
403.600 702 moveto
(constant X_Key_Sym) show
76 711 moveto
(XK_greek_s_mu) show
183.640 711 moveto
(Xk_Greek_S_Mu) show
291.280 711 moveto
(Xlbt_Key_Defs_Greek) show
403.600 711 moveto
(constant X_Key_Sym) show
76 720 moveto
(XK_greek_s_nu) show
183.640 720 moveto
(Xk_Greek_S_Nu) show
291.280 720 moveto
(Xlbt_Key_Defs_Greek) show
403.600 720 moveto
(constant X_Key_Sym) show
72 756 moveto
10 /Times-Roman SelectFont
(70) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 71 71
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XK_greek_s_omega) show
183.640 108 moveto
(Xk_Greek_S_Omega) show
291.280 108 moveto
(Xlbt_Key_Defs_Greek) show
403.600 108 moveto
(constant X_Key_Sym) show
76 117 moveto
(XK_greek_s_omegaaccent) show
183.640 117 moveto
(Xk_Greek_S_Omegaaccent) show
291.280 117 moveto
(Xlbt_Key_Defs_Greek) show
403.600 117 moveto
(constant X_Key_Sym) show
76 126 moveto
(XK_greek_s_omicron) show
183.640 126 moveto
(Xk_Greek_S_Omicron) show
291.280 126 moveto
(Xlbt_Key_Defs_Greek) show
403.600 126 moveto
(constant X_Key_Sym) show
76 135 moveto
(XK_greek_s_omicronaccent) show
183.640 135 moveto
(Xk_Greek_S_Omicronaccent) show
291.280 135 moveto
(Xlbt_Key_Defs_Greek) show
403.600 135 moveto
(constant X_Key_Sym) show
76 144 moveto
(XK_greek_s_phi) show
183.640 144 moveto
(Xk_Greek_S_Phi) show
291.280 144 moveto
(Xlbt_Key_Defs_Greek) show
403.600 144 moveto
(constant X_Key_Sym) show
76 153 moveto
(XK_greek_s_pi) show
183.640 153 moveto
(Xk_Greek_S_Pi) show
291.280 153 moveto
(Xlbt_Key_Defs_Greek) show
403.600 153 moveto
(constant X_Key_Sym) show
76 162 moveto
(XK_greek_s_psi) show
183.640 162 moveto
(Xk_Greek_S_Psi) show
291.280 162 moveto
(Xlbt_Key_Defs_Greek) show
403.600 162 moveto
(constant X_Key_Sym) show
76 171 moveto
(XK_greek_s_rho) show
183.640 171 moveto
(Xk_Greek_S_Rho) show
291.280 171 moveto
(Xlbt_Key_Defs_Greek) show
403.600 171 moveto
(constant X_Key_Sym) show
76 180 moveto
(XK_greek_s_sigma) show
183.640 180 moveto
(Xk_Greek_S_Sigma) show
291.280 180 moveto
(Xlbt_Key_Defs_Greek) show
403.600 180 moveto
(constant X_Key_Sym) show
76 189 moveto
(XK_greek_s_tau) show
183.640 189 moveto
(Xk_Greek_S_Tau) show
291.280 189 moveto
(Xlbt_Key_Defs_Greek) show
403.600 189 moveto
(constant X_Key_Sym) show
76 198 moveto
(XK_greek_s_theta) show
183.640 198 moveto
(Xk_Greek_S_Theta) show
291.280 198 moveto
(Xlbt_Key_Defs_Greek) show
403.600 198 moveto
(constant X_Key_Sym) show
76 207 moveto
(XK_greek_s_upsilon) show
183.640 207 moveto
(Xk_Greek_S_Upsilon) show
291.280 207 moveto
(Xlbt_Key_Defs_Greek) show
403.600 207 moveto
(constant X_Key_Sym) show
76 216 moveto
(XK_greek_s_upsilonaccent) show
183.640 216 moveto
(Xk_Greek_S_Upsilonaccent) show
291.280 216 moveto
(Xlbt_Key_Defs_Greek) show
403.600 216 moveto
(constant X_Key_Sym) show
76 225 moveto
(XK_greek_s_upsilondieresis) show
183.640 225 moveto
(Xk_Greek_S_Upsilondieresis) show
291.280 225 moveto
(Xlbt_Key_Defs_Greek) show
403.600 225 moveto
(constant X_Key_Sym) show
76 234 moveto
(XK_greek_s_xi) show
183.640 234 moveto
(Xk_Greek_S_Xi) show
291.280 234 moveto
(Xlbt_Key_Defs_Greek) show
403.600 234 moveto
(constant X_Key_Sym) show
76 243 moveto
(XK_greek_s_zeta) show
183.640 243 moveto
(Xk_Greek_S_Zeta) show
291.280 243 moveto
(Xlbt_Key_Defs_Greek) show
403.600 243 moveto
(constant X_Key_Sym) show
76 252 moveto
(XK_greek_sigma) show
183.640 252 moveto
(Xk_Greek_Sigma) show
291.280 252 moveto
(Xlbt_Key_Defs_Greek) show
403.600 252 moveto
(constant X_Key_Sym) show
76 261 moveto
(XK_greek_switch) show
183.640 261 moveto
(Xk_Greek_Switch) show
291.280 261 moveto
(Xlbt_Key_Defs_Greek) show
403.600 261 moveto
(constant X_Key_Sym) show
76 270 moveto
(XK_greek_tau) show
183.640 270 moveto
(Xk_Greek_Tau) show
291.280 270 moveto
(Xlbt_Key_Defs_Greek) show
403.600 270 moveto
(constant X_Key_Sym) show
76 279 moveto
(XK_greek_theta) show
183.640 279 moveto
(Xk_Greek_Theta) show
291.280 279 moveto
(Xlbt_Key_Defs_Greek) show
403.600 279 moveto
(constant X_Key_Sym) show
76 288 moveto
(XK_greek_upsilon) show
183.640 288 moveto
(Xk_Greek_Upsilon) show
291.280 288 moveto
(Xlbt_Key_Defs_Greek) show
403.600 288 moveto
(constant X_Key_Sym) show
76 297 moveto
(XK_greek_upsilonaccent) show
183.640 297 moveto
(Xk_Greek_Upsilonaccent) show
291.280 297 moveto
(Xlbt_Key_Defs_Greek) show
403.600 297 moveto
(constant X_Key_Sym) show
76 306 moveto
(XK_greek_upsilonaccentdieresis) show
183.640 306 moveto
(Xk_Greek_Upsilonaccentdieresis) show
291.280 306 moveto
(Xlbt_Key_Defs_Greek) show
403.600 306 moveto
(constant X_Key_Sym) show
76 315 moveto
(XK_greek_upsilondieresis) show
183.640 315 moveto
(Xk_Greek_Upsilondieresis) show
291.280 315 moveto
(Xlbt_Key_Defs_Greek) show
403.600 315 moveto
(constant X_Key_Sym) show
76 324 moveto
(XK_greek_xi) show
183.640 324 moveto
(Xk_Greek_Xi) show
291.280 324 moveto
(Xlbt_Key_Defs_Greek) show
403.600 324 moveto
(constant X_Key_Sym) show
76 333 moveto
(XK_greek_zeta) show
183.640 333 moveto
(Xk_Greek_Zeta) show
291.280 333 moveto
(Xlbt_Key_Defs_Greek) show
403.600 333 moveto
(constant X_Key_Sym) show
76 342 moveto
(XK_guillemotleft) show
183.640 342 moveto
(Xk_Guillemotleft) show
291.280 342 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 342 moveto
(constant X_Key_Sym) show
76 351 moveto
(XK_guillemotright) show
183.640 351 moveto
(Xk_Guillemotright) show
291.280 351 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 351 moveto
(constant X_Key_Sym) show
76 360 moveto
(XK_h) show
183.640 360 moveto
(Xk_H) show
291.280 360 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 360 moveto
(constant X_Key_Sym) show
76 369 moveto
(XK_hairspace) show
183.640 369 moveto
(Xk_Hairspace) show
291.280 369 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 369 moveto
(constant X_Key_Sym) show
76 378 moveto
(XK_hcircumflex) show
183.640 378 moveto
(Xk_Hcircumflex) show
291.280 378 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 378 moveto
(constant X_Key_Sym) show
76 387 moveto
(XK_heart) show
183.640 387 moveto
(Xk_Heart) show
291.280 387 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 387 moveto
(constant X_Key_Sym) show
76 396 moveto
(XK_hebrew_aleph) show
183.640 396 moveto
(Xk_Hebrew_Aleph) show
291.280 396 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 396 moveto
(constant X_Key_Sym) show
76 405 moveto
(XK_hebrew_ayin) show
183.640 405 moveto
(Xk_Hebrew_Ayin) show
291.280 405 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 405 moveto
(constant X_Key_Sym) show
76 414 moveto
(XK_hebrew_bet) show
183.640 414 moveto
(Xk_Hebrew_Bet) show
291.280 414 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 414 moveto
(constant X_Key_Sym) show
76 423 moveto
(XK_hebrew_chet) show
183.640 423 moveto
(Xk_Hebrew_Chet) show
291.280 423 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 423 moveto
(constant X_Key_Sym) show
76 432 moveto
(XK_hebrew_dalet) show
183.640 432 moveto
(Xk_Hebrew_Dalet) show
291.280 432 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 432 moveto
(constant X_Key_Sym) show
76 441 moveto
(XK_hebrew_doublelowline) show
183.640 441 moveto
(Xk_Hebrew_Doublelowline) show
291.280 441 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 441 moveto
(constant X_Key_Sym) show
76 450 moveto
(XK_hebrew_finalkaph) show
183.640 450 moveto
(Xk_Hebrew_Finalkaph) show
291.280 450 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 450 moveto
(constant X_Key_Sym) show
76 459 moveto
(XK_hebrew_finalmem) show
183.640 459 moveto
(Xk_Hebrew_Finalmem) show
291.280 459 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 459 moveto
(constant X_Key_Sym) show
76 468 moveto
(XK_hebrew_finalnun) show
183.640 468 moveto
(Xk_Hebrew_Finalnun) show
291.280 468 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 468 moveto
(constant X_Key_Sym) show
76 477 moveto
(XK_hebrew_finalpe) show
183.640 477 moveto
(Xk_Hebrew_Finalpe) show
291.280 477 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 477 moveto
(constant X_Key_Sym) show
76 486 moveto
(XK_hebrew_finalzade) show
183.640 486 moveto
(Xk_Hebrew_Finalzade) show
291.280 486 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 486 moveto
(constant X_Key_Sym) show
76 495 moveto
(XK_hebrew_gimel) show
183.640 495 moveto
(Xk_Hebrew_Gimel) show
291.280 495 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 495 moveto
(constant X_Key_Sym) show
76 504 moveto
(XK_hebrew_goph) show
183.640 504 moveto
(Xk_Hebrew_Goph) show
291.280 504 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 504 moveto
(constant X_Key_Sym) show
76 513 moveto
(XK_hebrew_he) show
183.640 513 moveto
(Xk_Hebrew_He) show
291.280 513 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 513 moveto
(constant X_Key_Sym) show
76 522 moveto
(XK_hebrew_kaph) show
183.640 522 moveto
(Xk_Hebrew_Kaph) show
291.280 522 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 522 moveto
(constant X_Key_Sym) show
76 531 moveto
(XK_hebrew_lamed) show
183.640 531 moveto
(Xk_Hebrew_Lamed) show
291.280 531 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 531 moveto
(constant X_Key_Sym) show
76 540 moveto
(XK_hebrew_mem) show
183.640 540 moveto
(Xk_Hebrew_Mem) show
291.280 540 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 540 moveto
(constant X_Key_Sym) show
76 549 moveto
(XK_hebrew_nun) show
183.640 549 moveto
(Xk_Hebrew_Nun) show
291.280 549 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 549 moveto
(constant X_Key_Sym) show
76 558 moveto
(XK_hebrew_pe) show
183.640 558 moveto
(Xk_Hebrew_Pe) show
291.280 558 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 558 moveto
(constant X_Key_Sym) show
76 567 moveto
(XK_hebrew_resh) show
183.640 567 moveto
(Xk_Hebrew_Resh) show
291.280 567 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 567 moveto
(constant X_Key_Sym) show
76 576 moveto
(XK_hebrew_samech) show
183.640 576 moveto
(Xk_Hebrew_Samech) show
291.280 576 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 576 moveto
(constant X_Key_Sym) show
76 585 moveto
(XK_hebrew_shin) show
183.640 585 moveto
(Xk_Hebrew_Shin) show
291.280 585 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 585 moveto
(constant X_Key_Sym) show
76 594 moveto
(XK_hebrew_switch) show
183.640 594 moveto
(Xk_Hebrew_Switch) show
291.280 594 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 594 moveto
(constant X_Key_Sym) show
76 603 moveto
(XK_hebrew_taw) show
183.640 603 moveto
(Xk_Hebrew_Taw) show
291.280 603 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 603 moveto
(constant X_Key_Sym) show
76 612 moveto
(XK_hebrew_tet) show
183.640 612 moveto
(Xk_Hebrew_Tet) show
291.280 612 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 612 moveto
(constant X_Key_Sym) show
76 621 moveto
(XK_hebrew_waw) show
183.640 621 moveto
(Xk_Hebrew_Waw) show
291.280 621 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 621 moveto
(constant X_Key_Sym) show
76 630 moveto
(XK_hebrew_yod) show
183.640 630 moveto
(Xk_Hebrew_Yod) show
291.280 630 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 630 moveto
(constant X_Key_Sym) show
76 639 moveto
(XK_hebrew_zade) show
183.640 639 moveto
(Xk_Hebrew_Zade) show
291.280 639 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 639 moveto
(constant X_Key_Sym) show
76 648 moveto
(XK_hebrew_zain) show
183.640 648 moveto
(Xk_Hebrew_Zain) show
291.280 648 moveto
(Xlbt_Key_Defs_Hebrew) show
403.600 648 moveto
(constant X_Key_Sym) show
76 657 moveto
(XK_help) show
183.640 657 moveto
(Xk_Help) show
291.280 657 moveto
(Xlbt_Key_Defs_Misc) show
403.600 657 moveto
(constant X_Key_Sym) show
76 666 moveto
(XK_henkan) show
183.640 666 moveto
(Xk_Henkan) show
291.280 666 moveto
(Xlbt_Key_Defs_Misc) show
403.600 666 moveto
(constant X_Key_Sym) show
76 675 moveto
(XK_hexagram) show
183.640 675 moveto
(Xk_Hexagram) show
291.280 675 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 675 moveto
(constant X_Key_Sym) show
76 684 moveto
(XK_home) show
183.640 684 moveto
(Xk_Home) show
291.280 684 moveto
(Xlbt_Key_Defs_Misc) show
403.600 684 moveto
(constant X_Key_Sym) show
76 693 moveto
(XK_horizconnector) show
183.640 693 moveto
(Xk_Horizconnector) show
291.280 693 moveto
(Xlbt_Key_Defs_Technical) show
403.600 693 moveto
(constant X_Key_Sym) show
76 702 moveto
(XK_horizlinescan1) show
183.640 702 moveto
(Xk_Horizlinescan1) show
291.280 702 moveto
(Xlbt_Key_Defs_Special) show
403.600 702 moveto
(constant X_Key_Sym) show
76 711 moveto
(XK_horizlinescan3) show
183.640 711 moveto
(Xk_Horizlinescan3) show
291.280 711 moveto
(Xlbt_Key_Defs_Special) show
403.600 711 moveto
(constant X_Key_Sym) show
76 720 moveto
(XK_horizlinescan5) show
183.640 720 moveto
(Xk_Horizlinescan5) show
291.280 720 moveto
(Xlbt_Key_Defs_Special) show
403.600 720 moveto
(constant X_Key_Sym) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(71) show
EndPage
%%Page: 72 72
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XK_horizlinescan7) show
183.640 108 moveto
(Xk_Horizlinescan7) show
291.280 108 moveto
(Xlbt_Key_Defs_Special) show
403.600 108 moveto
(constant X_Key_Sym) show
76 117 moveto
(XK_horizlinescan9) show
183.640 117 moveto
(Xk_Horizlinescan9) show
291.280 117 moveto
(Xlbt_Key_Defs_Special) show
403.600 117 moveto
(constant X_Key_Sym) show
76 126 moveto
(XK_hstroke) show
183.640 126 moveto
(Xk_Hstroke) show
291.280 126 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 126 moveto
(constant X_Key_Sym) show
76 135 moveto
(XK_ht) show
183.640 135 moveto
(Xk_Ht) show
291.280 135 moveto
(Xlbt_Key_Defs_Special) show
403.600 135 moveto
(constant X_Key_Sym) show
76 144 moveto
(XK_hyper_l) show
183.640 144 moveto
(Xk_Hyper_L) show
291.280 144 moveto
(Xlbt_Key_Defs_Misc) show
403.600 144 moveto
(constant X_Key_Sym) show
76 153 moveto
(XK_hyper_r) show
183.640 153 moveto
(Xk_Hyper_R) show
291.280 153 moveto
(Xlbt_Key_Defs_Misc) show
403.600 153 moveto
(constant X_Key_Sym) show
76 162 moveto
(XK_hyphen) show
183.640 162 moveto
(Xk_Hyphen) show
291.280 162 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 162 moveto
(constant X_Key_Sym) show
76 171 moveto
(XK_i) show
183.640 171 moveto
(Xk_I) show
291.280 171 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 171 moveto
(constant X_Key_Sym) show
76 180 moveto
(XK_iabovedot) show
183.640 180 moveto
(Xk_Iabovedot) show
291.280 180 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 180 moveto
(constant X_Key_Sym) show
76 189 moveto
(XK_iacute) show
183.640 189 moveto
(Xk_Iacute) show
291.280 189 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 189 moveto
(constant X_Key_Sym) show
76 198 moveto
(XK_icircumflex) show
183.640 198 moveto
(Xk_Icircumflex) show
291.280 198 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 198 moveto
(constant X_Key_Sym) show
76 207 moveto
(XK_identical) show
183.640 207 moveto
(Xk_Identical) show
291.280 207 moveto
(Xlbt_Key_Defs_Technical) show
403.600 207 moveto
(constant X_Key_Sym) show
76 216 moveto
(XK_idiaeresis) show
183.640 216 moveto
(Xk_Idiaeresis) show
291.280 216 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 216 moveto
(constant X_Key_Sym) show
76 225 moveto
(XK_idotless) show
183.640 225 moveto
(Xk_Idotless) show
291.280 225 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 225 moveto
(constant X_Key_Sym) show
76 234 moveto
(XK_ifonlyif) show
183.640 234 moveto
(Xk_Ifonlyif) show
291.280 234 moveto
(Xlbt_Key_Defs_Technical) show
403.600 234 moveto
(constant X_Key_Sym) show
76 243 moveto
(XK_igrave) show
183.640 243 moveto
(Xk_Igrave) show
291.280 243 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 243 moveto
(constant X_Key_Sym) show
76 252 moveto
(XK_imacron) show
183.640 252 moveto
(Xk_Imacron) show
291.280 252 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 252 moveto
(constant X_Key_Sym) show
76 261 moveto
(XK_implies) show
183.640 261 moveto
(Xk_Implies) show
291.280 261 moveto
(Xlbt_Key_Defs_Technical) show
403.600 261 moveto
(constant X_Key_Sym) show
76 270 moveto
(XK_includedin) show
183.640 270 moveto
(Xk_Includedin) show
291.280 270 moveto
(Xlbt_Key_Defs_Technical) show
403.600 270 moveto
(constant X_Key_Sym) show
76 279 moveto
(XK_includes) show
183.640 279 moveto
(Xk_Includes) show
291.280 279 moveto
(Xlbt_Key_Defs_Technical) show
403.600 279 moveto
(constant X_Key_Sym) show
76 288 moveto
(XK_infinity) show
183.640 288 moveto
(Xk_Infinity) show
291.280 288 moveto
(Xlbt_Key_Defs_Technical) show
403.600 288 moveto
(constant X_Key_Sym) show
76 297 moveto
(XK_insert) show
183.640 297 moveto
(Xk_Insert) show
291.280 297 moveto
(Xlbt_Key_Defs_Misc) show
403.600 297 moveto
(constant X_Key_Sym) show
76 306 moveto
(XK_integral) show
183.640 306 moveto
(Xk_Integral) show
291.280 306 moveto
(Xlbt_Key_Defs_Technical) show
403.600 306 moveto
(constant X_Key_Sym) show
76 315 moveto
(XK_intersection) show
183.640 315 moveto
(Xk_Intersection) show
291.280 315 moveto
(Xlbt_Key_Defs_Technical) show
403.600 315 moveto
(constant X_Key_Sym) show
76 324 moveto
(XK_iogonek) show
183.640 324 moveto
(Xk_Iogonek) show
291.280 324 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 324 moveto
(constant X_Key_Sym) show
76 333 moveto
(XK_itilde) show
183.640 333 moveto
(Xk_Itilde) show
291.280 333 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 333 moveto
(constant X_Key_Sym) show
76 342 moveto
(XK_j) show
183.640 342 moveto
(Xk_J) show
291.280 342 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 342 moveto
(constant X_Key_Sym) show
76 351 moveto
(XK_jcircumflex) show
183.640 351 moveto
(Xk_Jcircumflex) show
291.280 351 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 351 moveto
(constant X_Key_Sym) show
76 360 moveto
(XK_jot) show
183.640 360 moveto
(Xk_Jot) show
291.280 360 moveto
(Xlbt_Key_Defs_Apl) show
403.600 360 moveto
(constant X_Key_Sym) show
76 369 moveto
(XK_k) show
183.640 369 moveto
(Xk_K) show
291.280 369 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 369 moveto
(constant X_Key_Sym) show
76 378 moveto
(XK_kana_a) show
183.640 378 moveto
(Xk_Kana_A) show
291.280 378 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 378 moveto
(constant X_Key_Sym) show
76 387 moveto
(XK_kana_chi) show
183.640 387 moveto
(Xk_Kana_Chi) show
291.280 387 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 387 moveto
(constant X_Key_Sym) show
76 396 moveto
(XK_kana_closingbracket) show
183.640 396 moveto
(Xk_Kana_Closingbracket) show
291.280 396 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 396 moveto
(constant X_Key_Sym) show
76 405 moveto
(XK_kana_comma) show
183.640 405 moveto
(Xk_Kana_Comma) show
291.280 405 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 405 moveto
(constant X_Key_Sym) show
76 414 moveto
(XK_kana_conjunctive) show
183.640 414 moveto
(Xk_Kana_Conjunctive) show
291.280 414 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 414 moveto
(constant X_Key_Sym) show
76 423 moveto
(XK_kana_e) show
183.640 423 moveto
(Xk_Kana_E) show
291.280 423 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 423 moveto
(constant X_Key_Sym) show
76 432 moveto
(XK_kana_fu) show
183.640 432 moveto
(Xk_Kana_Fu) show
291.280 432 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 432 moveto
(constant X_Key_Sym) show
76 441 moveto
(XK_kana_fullstop) show
183.640 441 moveto
(Xk_Kana_Fullstop) show
291.280 441 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 441 moveto
(constant X_Key_Sym) show
76 450 moveto
(XK_kana_ha) show
183.640 450 moveto
(Xk_Kana_Ha) show
291.280 450 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 450 moveto
(constant X_Key_Sym) show
76 459 moveto
(XK_kana_he) show
183.640 459 moveto
(Xk_Kana_He) show
291.280 459 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 459 moveto
(constant X_Key_Sym) show
76 468 moveto
(XK_kana_hi) show
183.640 468 moveto
(Xk_Kana_Hi) show
291.280 468 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 468 moveto
(constant X_Key_Sym) show
76 477 moveto
(XK_kana_ho) show
183.640 477 moveto
(Xk_Kana_Ho) show
291.280 477 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 477 moveto
(constant X_Key_Sym) show
76 486 moveto
(XK_kana_i) show
183.640 486 moveto
(Xk_Kana_I) show
291.280 486 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 486 moveto
(constant X_Key_Sym) show
76 495 moveto
(XK_kana_ka) show
183.640 495 moveto
(Xk_Kana_Ka) show
291.280 495 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 495 moveto
(constant X_Key_Sym) show
76 504 moveto
(XK_kana_ke) show
183.640 504 moveto
(Xk_Kana_Ke) show
291.280 504 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 504 moveto
(constant X_Key_Sym) show
76 513 moveto
(XK_kana_ki) show
183.640 513 moveto
(Xk_Kana_Ki) show
291.280 513 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 513 moveto
(constant X_Key_Sym) show
76 522 moveto
(XK_kana_ko) show
183.640 522 moveto
(Xk_Kana_Ko) show
291.280 522 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 522 moveto
(constant X_Key_Sym) show
76 531 moveto
(XK_kana_ku) show
183.640 531 moveto
(Xk_Kana_Ku) show
291.280 531 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 531 moveto
(constant X_Key_Sym) show
76 540 moveto
(XK_kana_ma) show
183.640 540 moveto
(Xk_Kana_Ma) show
291.280 540 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 540 moveto
(constant X_Key_Sym) show
76 549 moveto
(XK_kana_me) show
183.640 549 moveto
(Xk_Kana_Me) show
291.280 549 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 549 moveto
(constant X_Key_Sym) show
76 558 moveto
(XK_kana_mi) show
183.640 558 moveto
(Xk_Kana_Mi) show
291.280 558 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 558 moveto
(constant X_Key_Sym) show
76 567 moveto
(XK_kana_mo) show
183.640 567 moveto
(Xk_Kana_Mo) show
291.280 567 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 567 moveto
(constant X_Key_Sym) show
76 576 moveto
(XK_kana_mu) show
183.640 576 moveto
(Xk_Kana_Mu) show
291.280 576 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 576 moveto
(constant X_Key_Sym) show
76 585 moveto
(XK_kana_n) show
183.640 585 moveto
(Xk_Kana_N) show
291.280 585 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 585 moveto
(constant X_Key_Sym) show
76 594 moveto
(XK_kana_na) show
183.640 594 moveto
(Xk_Kana_Na) show
291.280 594 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 594 moveto
(constant X_Key_Sym) show
76 603 moveto
(XK_kana_ne) show
183.640 603 moveto
(Xk_Kana_Ne) show
291.280 603 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 603 moveto
(constant X_Key_Sym) show
76 612 moveto
(XK_kana_ni) show
183.640 612 moveto
(Xk_Kana_Ni) show
291.280 612 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 612 moveto
(constant X_Key_Sym) show
76 621 moveto
(XK_kana_no) show
183.640 621 moveto
(Xk_Kana_No) show
291.280 621 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 621 moveto
(constant X_Key_Sym) show
76 630 moveto
(XK_kana_nu) show
183.640 630 moveto
(Xk_Kana_Nu) show
291.280 630 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 630 moveto
(constant X_Key_Sym) show
76 639 moveto
(XK_kana_o) show
183.640 639 moveto
(Xk_Kana_O) show
291.280 639 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 639 moveto
(constant X_Key_Sym) show
76 648 moveto
(XK_kana_openingbracket) show
183.640 648 moveto
(Xk_Kana_Openingbracket) show
291.280 648 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 648 moveto
(constant X_Key_Sym) show
76 657 moveto
(XK_kana_ra) show
183.640 657 moveto
(Xk_Kana_Ra) show
291.280 657 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 657 moveto
(constant X_Key_Sym) show
76 666 moveto
(XK_kana_re) show
183.640 666 moveto
(Xk_Kana_Re) show
291.280 666 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 666 moveto
(constant X_Key_Sym) show
76 675 moveto
(XK_kana_ri) show
183.640 675 moveto
(Xk_Kana_Ri) show
291.280 675 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 675 moveto
(constant X_Key_Sym) show
76 684 moveto
(XK_kana_ro) show
183.640 684 moveto
(Xk_Kana_Ro) show
291.280 684 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 684 moveto
(constant X_Key_Sym) show
76 693 moveto
(XK_kana_ru) show
183.640 693 moveto
(Xk_Kana_Ru) show
291.280 693 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 693 moveto
(constant X_Key_Sym) show
76 702 moveto
(XK_kana_s_a) show
183.640 702 moveto
(Xk_Kana_S_A) show
291.280 702 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 702 moveto
(constant X_Key_Sym) show
76 711 moveto
(XK_kana_s_e) show
183.640 711 moveto
(Xk_Kana_S_E) show
291.280 711 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 711 moveto
(constant X_Key_Sym) show
76 720 moveto
(XK_kana_s_i) show
183.640 720 moveto
(Xk_Kana_S_I) show
291.280 720 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 720 moveto
(constant X_Key_Sym) show
72 756 moveto
10 /Times-Roman SelectFont
(72) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 73 73
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XK_kana_s_o) show
183.640 108 moveto
(Xk_Kana_S_O) show
291.280 108 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 108 moveto
(constant X_Key_Sym) show
76 117 moveto
(XK_kana_s_tsu) show
183.640 117 moveto
(Xk_Kana_S_Tsu) show
291.280 117 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 117 moveto
(constant X_Key_Sym) show
76 126 moveto
(XK_kana_s_u) show
183.640 126 moveto
(Xk_Kana_S_U) show
291.280 126 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 126 moveto
(constant X_Key_Sym) show
76 135 moveto
(XK_kana_s_ya) show
183.640 135 moveto
(Xk_Kana_S_Ya) show
291.280 135 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 135 moveto
(constant X_Key_Sym) show
76 144 moveto
(XK_kana_s_yo) show
183.640 144 moveto
(Xk_Kana_S_Yo) show
291.280 144 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 144 moveto
(constant X_Key_Sym) show
76 153 moveto
(XK_kana_s_yu) show
183.640 153 moveto
(Xk_Kana_S_Yu) show
291.280 153 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 153 moveto
(constant X_Key_Sym) show
76 162 moveto
(XK_kana_sa) show
183.640 162 moveto
(Xk_Kana_Sa) show
291.280 162 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 162 moveto
(constant X_Key_Sym) show
76 171 moveto
(XK_kana_se) show
183.640 171 moveto
(Xk_Kana_Se) show
291.280 171 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 171 moveto
(constant X_Key_Sym) show
76 180 moveto
(XK_kana_shi) show
183.640 180 moveto
(Xk_Kana_Shi) show
291.280 180 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 180 moveto
(constant X_Key_Sym) show
76 189 moveto
(XK_kana_so) show
183.640 189 moveto
(Xk_Kana_So) show
291.280 189 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 189 moveto
(constant X_Key_Sym) show
76 198 moveto
(XK_kana_su) show
183.640 198 moveto
(Xk_Kana_Su) show
291.280 198 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 198 moveto
(constant X_Key_Sym) show
76 207 moveto
(XK_kana_switch) show
183.640 207 moveto
(Xk_Kana_Switch) show
291.280 207 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 207 moveto
(constant X_Key_Sym) show
76 216 moveto
(XK_kana_ta) show
183.640 216 moveto
(Xk_Kana_Ta) show
291.280 216 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 216 moveto
(constant X_Key_Sym) show
76 225 moveto
(XK_kana_te) show
183.640 225 moveto
(Xk_Kana_Te) show
291.280 225 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 225 moveto
(constant X_Key_Sym) show
76 234 moveto
(XK_kana_to) show
183.640 234 moveto
(Xk_Kana_To) show
291.280 234 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 234 moveto
(constant X_Key_Sym) show
76 243 moveto
(XK_kana_tsu) show
183.640 243 moveto
(Xk_Kana_Tsu) show
291.280 243 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 243 moveto
(constant X_Key_Sym) show
76 252 moveto
(XK_kana_u) show
183.640 252 moveto
(Xk_Kana_U) show
291.280 252 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 252 moveto
(constant X_Key_Sym) show
76 261 moveto
(XK_kana_wa) show
183.640 261 moveto
(Xk_Kana_Wa) show
291.280 261 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 261 moveto
(constant X_Key_Sym) show
76 270 moveto
(XK_kana_wo) show
183.640 270 moveto
(Xk_Kana_Wo) show
291.280 270 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 270 moveto
(constant X_Key_Sym) show
76 279 moveto
(XK_kana_ya) show
183.640 279 moveto
(Xk_Kana_Ya) show
291.280 279 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 279 moveto
(constant X_Key_Sym) show
76 288 moveto
(XK_kana_yo) show
183.640 288 moveto
(Xk_Kana_Yo) show
291.280 288 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 288 moveto
(constant X_Key_Sym) show
76 297 moveto
(XK_kana_yu) show
183.640 297 moveto
(Xk_Kana_Yu) show
291.280 297 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 297 moveto
(constant X_Key_Sym) show
76 306 moveto
(XK_kcedilla) show
183.640 306 moveto
(Xk_Kcedilla) show
291.280 306 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 306 moveto
(constant X_Key_Sym) show
76 315 moveto
(XK_kp_0) show
183.640 315 moveto
(Xk_Kp_0) show
291.280 315 moveto
(Xlbt_Key_Defs_Misc) show
403.600 315 moveto
(constant X_Key_Sym) show
76 324 moveto
(XK_kp_1) show
183.640 324 moveto
(Xk_Kp_1) show
291.280 324 moveto
(Xlbt_Key_Defs_Misc) show
403.600 324 moveto
(constant X_Key_Sym) show
76 333 moveto
(XK_kp_2) show
183.640 333 moveto
(Xk_Kp_2) show
291.280 333 moveto
(Xlbt_Key_Defs_Misc) show
403.600 333 moveto
(constant X_Key_Sym) show
76 342 moveto
(XK_kp_3) show
183.640 342 moveto
(Xk_Kp_3) show
291.280 342 moveto
(Xlbt_Key_Defs_Misc) show
403.600 342 moveto
(constant X_Key_Sym) show
76 351 moveto
(XK_kp_4) show
183.640 351 moveto
(Xk_Kp_4) show
291.280 351 moveto
(Xlbt_Key_Defs_Misc) show
403.600 351 moveto
(constant X_Key_Sym) show
76 360 moveto
(XK_kp_5) show
183.640 360 moveto
(Xk_Kp_5) show
291.280 360 moveto
(Xlbt_Key_Defs_Misc) show
403.600 360 moveto
(constant X_Key_Sym) show
76 369 moveto
(XK_kp_6) show
183.640 369 moveto
(Xk_Kp_6) show
291.280 369 moveto
(Xlbt_Key_Defs_Misc) show
403.600 369 moveto
(constant X_Key_Sym) show
76 378 moveto
(XK_kp_7) show
183.640 378 moveto
(Xk_Kp_7) show
291.280 378 moveto
(Xlbt_Key_Defs_Misc) show
403.600 378 moveto
(constant X_Key_Sym) show
76 387 moveto
(XK_kp_8) show
183.640 387 moveto
(Xk_Kp_8) show
291.280 387 moveto
(Xlbt_Key_Defs_Misc) show
403.600 387 moveto
(constant X_Key_Sym) show
76 396 moveto
(XK_kp_9) show
183.640 396 moveto
(Xk_Kp_9) show
291.280 396 moveto
(Xlbt_Key_Defs_Misc) show
403.600 396 moveto
(constant X_Key_Sym) show
76 405 moveto
(XK_kp_add) show
183.640 405 moveto
(Xk_Kp_Add) show
291.280 405 moveto
(Xlbt_Key_Defs_Misc) show
403.600 405 moveto
(constant X_Key_Sym) show
76 414 moveto
(XK_kp_decimal) show
183.640 414 moveto
(Xk_Kp_Decimal) show
291.280 414 moveto
(Xlbt_Key_Defs_Misc) show
403.600 414 moveto
(constant X_Key_Sym) show
76 423 moveto
(XK_kp_divide) show
183.640 423 moveto
(Xk_Kp_Divide) show
291.280 423 moveto
(Xlbt_Key_Defs_Misc) show
403.600 423 moveto
(constant X_Key_Sym) show
76 432 moveto
(XK_kp_enter) show
183.640 432 moveto
(Xk_Kp_Enter) show
291.280 432 moveto
(Xlbt_Key_Defs_Misc) show
403.600 432 moveto
(constant X_Key_Sym) show
76 441 moveto
(XK_kp_equal) show
183.640 441 moveto
(Xk_Kp_Equal) show
291.280 441 moveto
(Xlbt_Key_Defs_Misc) show
403.600 441 moveto
(constant X_Key_Sym) show
76 450 moveto
(XK_kp_f1) show
183.640 450 moveto
(Xk_Kp_F1) show
291.280 450 moveto
(Xlbt_Key_Defs_Misc) show
403.600 450 moveto
(constant X_Key_Sym) show
76 459 moveto
(XK_kp_f2) show
183.640 459 moveto
(Xk_Kp_F2) show
291.280 459 moveto
(Xlbt_Key_Defs_Misc) show
403.600 459 moveto
(constant X_Key_Sym) show
76 468 moveto
(XK_kp_f3) show
183.640 468 moveto
(Xk_Kp_F3) show
291.280 468 moveto
(Xlbt_Key_Defs_Misc) show
403.600 468 moveto
(constant X_Key_Sym) show
76 477 moveto
(XK_kp_f4) show
183.640 477 moveto
(Xk_Kp_F4) show
291.280 477 moveto
(Xlbt_Key_Defs_Misc) show
403.600 477 moveto
(constant X_Key_Sym) show
76 486 moveto
(XK_kp_multiply) show
183.640 486 moveto
(Xk_Kp_Multiply) show
291.280 486 moveto
(Xlbt_Key_Defs_Misc) show
403.600 486 moveto
(constant X_Key_Sym) show
76 495 moveto
(XK_kp_separator) show
183.640 495 moveto
(Xk_Kp_Separator) show
291.280 495 moveto
(Xlbt_Key_Defs_Misc) show
403.600 495 moveto
(constant X_Key_Sym) show
76 504 moveto
(XK_kp_space) show
183.640 504 moveto
(Xk_Kp_Space) show
291.280 504 moveto
(Xlbt_Key_Defs_Misc) show
403.600 504 moveto
(constant X_Key_Sym) show
76 513 moveto
(XK_kp_subtract) show
183.640 513 moveto
(Xk_Kp_Subtract) show
291.280 513 moveto
(Xlbt_Key_Defs_Misc) show
403.600 513 moveto
(constant X_Key_Sym) show
76 522 moveto
(XK_kp_tab) show
183.640 522 moveto
(Xk_Kp_Tab) show
291.280 522 moveto
(Xlbt_Key_Defs_Misc) show
403.600 522 moveto
(constant X_Key_Sym) show
76 531 moveto
(XK_l) show
183.640 531 moveto
(Xk_L) show
291.280 531 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 531 moveto
(constant X_Key_Sym) show
76 540 moveto
(XK_l1) show
183.640 540 moveto
(Xk_L1) show
291.280 540 moveto
(Xlbt_Key_Defs_Misc) show
403.600 540 moveto
(constant X_Key_Sym) show
76 549 moveto
(XK_l10) show
183.640 549 moveto
(Xk_L10) show
291.280 549 moveto
(Xlbt_Key_Defs_Misc) show
403.600 549 moveto
(constant X_Key_Sym) show
76 558 moveto
(XK_l2) show
183.640 558 moveto
(Xk_L2) show
291.280 558 moveto
(Xlbt_Key_Defs_Misc) show
403.600 558 moveto
(constant X_Key_Sym) show
76 567 moveto
(XK_l3) show
183.640 567 moveto
(Xk_L3) show
291.280 567 moveto
(Xlbt_Key_Defs_Misc) show
403.600 567 moveto
(constant X_Key_Sym) show
76 576 moveto
(XK_l4) show
183.640 576 moveto
(Xk_L4) show
291.280 576 moveto
(Xlbt_Key_Defs_Misc) show
403.600 576 moveto
(constant X_Key_Sym) show
76 585 moveto
(XK_l5) show
183.640 585 moveto
(Xk_L5) show
291.280 585 moveto
(Xlbt_Key_Defs_Misc) show
403.600 585 moveto
(constant X_Key_Sym) show
76 594 moveto
(XK_l6) show
183.640 594 moveto
(Xk_L6) show
291.280 594 moveto
(Xlbt_Key_Defs_Misc) show
403.600 594 moveto
(constant X_Key_Sym) show
76 603 moveto
(XK_l7) show
183.640 603 moveto
(Xk_L7) show
291.280 603 moveto
(Xlbt_Key_Defs_Misc) show
403.600 603 moveto
(constant X_Key_Sym) show
76 612 moveto
(XK_l8) show
183.640 612 moveto
(Xk_L8) show
291.280 612 moveto
(Xlbt_Key_Defs_Misc) show
403.600 612 moveto
(constant X_Key_Sym) show
76 621 moveto
(XK_l9) show
183.640 621 moveto
(Xk_L9) show
291.280 621 moveto
(Xlbt_Key_Defs_Misc) show
403.600 621 moveto
(constant X_Key_Sym) show
76 630 moveto
(XK_lacute) show
183.640 630 moveto
(Xk_Lacute) show
291.280 630 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 630 moveto
(constant X_Key_Sym) show
76 639 moveto
(XK_latincross) show
183.640 639 moveto
(Xk_Latincross) show
291.280 639 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 639 moveto
(constant X_Key_Sym) show
76 648 moveto
(XK_lcaron) show
183.640 648 moveto
(Xk_Lcaron) show
291.280 648 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 648 moveto
(constant X_Key_Sym) show
76 657 moveto
(XK_lcedilla) show
183.640 657 moveto
(Xk_Lcedilla) show
291.280 657 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 657 moveto
(constant X_Key_Sym) show
76 666 moveto
(XK_left) show
183.640 666 moveto
(Xk_Left) show
291.280 666 moveto
(Xlbt_Key_Defs_Misc) show
403.600 666 moveto
(constant X_Key_Sym) show
76 675 moveto
(XK_leftanglebracket) show
183.640 675 moveto
(Xk_Leftanglebracket) show
291.280 675 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 675 moveto
(constant X_Key_Sym) show
76 684 moveto
(XK_leftarrow) show
183.640 684 moveto
(Xk_Leftarrow) show
291.280 684 moveto
(Xlbt_Key_Defs_Technical) show
403.600 684 moveto
(constant X_Key_Sym) show
76 693 moveto
(XK_leftcaret) show
183.640 693 moveto
(Xk_Leftcaret) show
291.280 693 moveto
(Xlbt_Key_Defs_Apl) show
403.600 693 moveto
(constant X_Key_Sym) show
76 702 moveto
(XK_leftdoublequotemark) show
183.640 702 moveto
(Xk_Leftdoublequotemark) show
291.280 702 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 702 moveto
(constant X_Key_Sym) show
76 711 moveto
(XK_leftmiddlecurlybrace) show
183.640 711 moveto
(Xk_Leftmiddlecurlybrace) show
291.280 711 moveto
(Xlbt_Key_Defs_Technical) show
403.600 711 moveto
(constant X_Key_Sym) show
76 720 moveto
(XK_leftopentriangle) show
183.640 720 moveto
(Xk_Leftopentriangle) show
291.280 720 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 720 moveto
(constant X_Key_Sym) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(73) show
EndPage
%%Page: 74 74
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XK_leftpointer) show
183.640 108 moveto
(Xk_Leftpointer) show
291.280 108 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 108 moveto
(constant X_Key_Sym) show
76 117 moveto
(XK_leftradical) show
183.640 117 moveto
(Xk_Leftradical) show
291.280 117 moveto
(Xlbt_Key_Defs_Technical) show
403.600 117 moveto
(constant X_Key_Sym) show
76 126 moveto
(XK_leftshoe) show
183.640 126 moveto
(Xk_Leftshoe) show
291.280 126 moveto
(Xlbt_Key_Defs_Apl) show
403.600 126 moveto
(constant X_Key_Sym) show
76 135 moveto
(XK_leftsinglequotemark) show
183.640 135 moveto
(Xk_Leftsinglequotemark) show
291.280 135 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 135 moveto
(constant X_Key_Sym) show
76 144 moveto
(XK_leftt) show
183.640 144 moveto
(Xk_Leftt) show
291.280 144 moveto
(Xlbt_Key_Defs_Special) show
403.600 144 moveto
(constant X_Key_Sym) show
76 153 moveto
(XK_lefttack) show
183.640 153 moveto
(Xk_Lefttack) show
291.280 153 moveto
(Xlbt_Key_Defs_Apl) show
403.600 153 moveto
(constant X_Key_Sym) show
76 162 moveto
(XK_less) show
183.640 162 moveto
(Xk_Less) show
291.280 162 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 162 moveto
(constant X_Key_Sym) show
76 171 moveto
(XK_lessthanequal) show
183.640 171 moveto
(Xk_Lessthanequal) show
291.280 171 moveto
(Xlbt_Key_Defs_Technical) show
403.600 171 moveto
(constant X_Key_Sym) show
76 180 moveto
(XK_lf) show
183.640 180 moveto
(Xk_Lf) show
291.280 180 moveto
(Xlbt_Key_Defs_Special) show
403.600 180 moveto
(constant X_Key_Sym) show
76 189 moveto
(XK_linefeed) show
183.640 189 moveto
(Xk_Linefeed) show
291.280 189 moveto
(Xlbt_Key_Defs_Misc) show
403.600 189 moveto
(constant X_Key_Sym) show
76 198 moveto
(XK_logicaland) show
183.640 198 moveto
(Xk_Logicaland) show
291.280 198 moveto
(Xlbt_Key_Defs_Technical) show
403.600 198 moveto
(constant X_Key_Sym) show
76 207 moveto
(XK_logicalor) show
183.640 207 moveto
(Xk_Logicalor) show
291.280 207 moveto
(Xlbt_Key_Defs_Technical) show
403.600 207 moveto
(constant X_Key_Sym) show
76 216 moveto
(XK_lowleftcorner) show
183.640 216 moveto
(Xk_Lowleftcorner) show
291.280 216 moveto
(Xlbt_Key_Defs_Special) show
403.600 216 moveto
(constant X_Key_Sym) show
76 225 moveto
(XK_lowrightcorner) show
183.640 225 moveto
(Xk_Lowrightcorner) show
291.280 225 moveto
(Xlbt_Key_Defs_Special) show
403.600 225 moveto
(constant X_Key_Sym) show
76 234 moveto
(XK_lstroke) show
183.640 234 moveto
(Xk_Lstroke) show
291.280 234 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 234 moveto
(constant X_Key_Sym) show
76 243 moveto
(XK_m) show
183.640 243 moveto
(Xk_M) show
291.280 243 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 243 moveto
(constant X_Key_Sym) show
76 252 moveto
(XK_macedonia_dse) show
183.640 252 moveto
(Xk_Macedonia_Dse) show
291.280 252 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 252 moveto
(constant X_Key_Sym) show
76 261 moveto
(XK_macedonia_gje) show
183.640 261 moveto
(Xk_Macedonia_Gje) show
291.280 261 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 261 moveto
(constant X_Key_Sym) show
76 270 moveto
(XK_macedonia_kje) show
183.640 270 moveto
(Xk_Macedonia_Kje) show
291.280 270 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 270 moveto
(constant X_Key_Sym) show
76 279 moveto
(XK_macedonia_s_dse) show
183.640 279 moveto
(Xk_Macedonia_S_Dse) show
291.280 279 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 279 moveto
(constant X_Key_Sym) show
76 288 moveto
(XK_macedonia_s_gje) show
183.640 288 moveto
(Xk_Macedonia_S_Gje) show
291.280 288 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 288 moveto
(constant X_Key_Sym) show
76 297 moveto
(XK_macedonia_s_kje) show
183.640 297 moveto
(Xk_Macedonia_S_Kje) show
291.280 297 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 297 moveto
(constant X_Key_Sym) show
76 306 moveto
(XK_macron) show
183.640 306 moveto
(Xk_Macron) show
291.280 306 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 306 moveto
(constant X_Key_Sym) show
76 315 moveto
(XK_malesymbol) show
183.640 315 moveto
(Xk_Malesymbol) show
291.280 315 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 315 moveto
(constant X_Key_Sym) show
76 324 moveto
(XK_maltesecross) show
183.640 324 moveto
(Xk_Maltesecross) show
291.280 324 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 324 moveto
(constant X_Key_Sym) show
76 333 moveto
(XK_marker) show
183.640 333 moveto
(Xk_Marker) show
291.280 333 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 333 moveto
(constant X_Key_Sym) show
76 342 moveto
(XK_masculine) show
183.640 342 moveto
(Xk_Masculine) show
291.280 342 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 342 moveto
(constant X_Key_Sym) show
76 351 moveto
(XK_menu) show
183.640 351 moveto
(Xk_Menu) show
291.280 351 moveto
(Xlbt_Key_Defs_Misc) show
403.600 351 moveto
(constant X_Key_Sym) show
76 360 moveto
(XK_meta_l) show
183.640 360 moveto
(Xk_Meta_L) show
291.280 360 moveto
(Xlbt_Key_Defs_Misc) show
403.600 360 moveto
(constant X_Key_Sym) show
76 369 moveto
(XK_meta_r) show
183.640 369 moveto
(Xk_Meta_R) show
291.280 369 moveto
(Xlbt_Key_Defs_Misc) show
403.600 369 moveto
(constant X_Key_Sym) show
76 378 moveto
(XK_minus) show
183.640 378 moveto
(Xk_Minus) show
291.280 378 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 378 moveto
(constant X_Key_Sym) show
76 387 moveto
(XK_minutes) show
183.640 387 moveto
(Xk_Minutes) show
291.280 387 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 387 moveto
(constant X_Key_Sym) show
76 396 moveto
(XK_mode_switch) show
183.640 396 moveto
(Xk_Mode_Switch) show
291.280 396 moveto
(Xlbt_Key_Defs_Misc) show
403.600 396 moveto
(constant X_Key_Sym) show
76 405 moveto
(XK_mu) show
183.640 405 moveto
(Xk_Mu) show
291.280 405 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 405 moveto
(constant X_Key_Sym) show
76 414 moveto
(XK_multi_key) show
183.640 414 moveto
(Xk_Multi_Key) show
291.280 414 moveto
(Xlbt_Key_Defs_Misc) show
403.600 414 moveto
(constant X_Key_Sym) show
76 423 moveto
(XK_multiply) show
183.640 423 moveto
(Xk_Multiply) show
291.280 423 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 423 moveto
(constant X_Key_Sym) show
76 432 moveto
(XK_musicalflat) show
183.640 432 moveto
(Xk_Musicalflat) show
291.280 432 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 432 moveto
(constant X_Key_Sym) show
76 441 moveto
(XK_musicalsharp) show
183.640 441 moveto
(Xk_Musicalsharp) show
291.280 441 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 441 moveto
(constant X_Key_Sym) show
76 450 moveto
(XK_n) show
183.640 450 moveto
(Xk_N) show
291.280 450 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 450 moveto
(constant X_Key_Sym) show
76 459 moveto
(XK_nabla) show
183.640 459 moveto
(Xk_Nabla) show
291.280 459 moveto
(Xlbt_Key_Defs_Technical) show
403.600 459 moveto
(constant X_Key_Sym) show
76 468 moveto
(XK_nacute) show
183.640 468 moveto
(Xk_Nacute) show
291.280 468 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 468 moveto
(constant X_Key_Sym) show
76 477 moveto
(XK_ncaron) show
183.640 477 moveto
(Xk_Ncaron) show
291.280 477 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 477 moveto
(constant X_Key_Sym) show
76 486 moveto
(XK_ncedilla) show
183.640 486 moveto
(Xk_Ncedilla) show
291.280 486 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 486 moveto
(constant X_Key_Sym) show
76 495 moveto
(XK_next) show
183.640 495 moveto
(Xk_Next) show
291.280 495 moveto
(Xlbt_Key_Defs_Misc) show
403.600 495 moveto
(constant X_Key_Sym) show
76 504 moveto
(XK_nl) show
183.640 504 moveto
(Xk_Nl) show
291.280 504 moveto
(Xlbt_Key_Defs_Special) show
403.600 504 moveto
(constant X_Key_Sym) show
76 513 moveto
(XK_nobreakspace) show
183.640 513 moveto
(Xk_Nobreakspace) show
291.280 513 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 513 moveto
(constant X_Key_Sym) show
76 522 moveto
(XK_notequal) show
183.640 522 moveto
(Xk_Notequal) show
291.280 522 moveto
(Xlbt_Key_Defs_Technical) show
403.600 522 moveto
(constant X_Key_Sym) show
76 531 moveto
(XK_notsign) show
183.640 531 moveto
(Xk_Notsign) show
291.280 531 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 531 moveto
(constant X_Key_Sym) show
76 540 moveto
(XK_ntilde) show
183.640 540 moveto
(Xk_Ntilde) show
291.280 540 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 540 moveto
(constant X_Key_Sym) show
76 549 moveto
(XK_num_lock) show
183.640 549 moveto
(Xk_Num_Lock) show
291.280 549 moveto
(Xlbt_Key_Defs_Misc) show
403.600 549 moveto
(constant X_Key_Sym) show
76 558 moveto
(XK_numbersign) show
183.640 558 moveto
(Xk_Numbersign) show
291.280 558 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 558 moveto
(constant X_Key_Sym) show
76 567 moveto
(XK_numerosign) show
183.640 567 moveto
(Xk_Numerosign) show
291.280 567 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 567 moveto
(constant X_Key_Sym) show
76 576 moveto
(XK_o) show
183.640 576 moveto
(Xk_O) show
291.280 576 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 576 moveto
(constant X_Key_Sym) show
76 585 moveto
(XK_oacute) show
183.640 585 moveto
(Xk_Oacute) show
291.280 585 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 585 moveto
(constant X_Key_Sym) show
76 594 moveto
(XK_ocircumflex) show
183.640 594 moveto
(Xk_Ocircumflex) show
291.280 594 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 594 moveto
(constant X_Key_Sym) show
76 603 moveto
(XK_odiaeresis) show
183.640 603 moveto
(Xk_Odiaeresis) show
291.280 603 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 603 moveto
(constant X_Key_Sym) show
76 612 moveto
(XK_odoubleacute) show
183.640 612 moveto
(Xk_Odoubleacute) show
291.280 612 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 612 moveto
(constant X_Key_Sym) show
76 621 moveto
(XK_ogonek) show
183.640 621 moveto
(Xk_Ogonek) show
291.280 621 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 621 moveto
(constant X_Key_Sym) show
76 630 moveto
(XK_ograve) show
183.640 630 moveto
(Xk_Ograve) show
291.280 630 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 630 moveto
(constant X_Key_Sym) show
76 639 moveto
(XK_omacron) show
183.640 639 moveto
(Xk_Omacron) show
291.280 639 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 639 moveto
(constant X_Key_Sym) show
76 648 moveto
(XK_oneeighth) show
183.640 648 moveto
(Xk_Oneeighth) show
291.280 648 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 648 moveto
(constant X_Key_Sym) show
76 657 moveto
(XK_onefifth) show
183.640 657 moveto
(Xk_Onefifth) show
291.280 657 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 657 moveto
(constant X_Key_Sym) show
76 666 moveto
(XK_onehalf) show
183.640 666 moveto
(Xk_Onehalf) show
291.280 666 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 666 moveto
(constant X_Key_Sym) show
76 675 moveto
(XK_onequarter) show
183.640 675 moveto
(Xk_Onequarter) show
291.280 675 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 675 moveto
(constant X_Key_Sym) show
76 684 moveto
(XK_onesixth) show
183.640 684 moveto
(Xk_Onesixth) show
291.280 684 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 684 moveto
(constant X_Key_Sym) show
76 693 moveto
(XK_onesuperior) show
183.640 693 moveto
(Xk_Onesuperior) show
291.280 693 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 693 moveto
(constant X_Key_Sym) show
76 702 moveto
(XK_onethird) show
183.640 702 moveto
(Xk_Onethird) show
291.280 702 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 702 moveto
(constant X_Key_Sym) show
76 711 moveto
(XK_ooblique) show
183.640 711 moveto
(Xk_Ooblique) show
291.280 711 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 711 moveto
(constant X_Key_Sym) show
76 720 moveto
(XK_openrectbullet) show
183.640 720 moveto
(Xk_Openrectbullet) show
291.280 720 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 720 moveto
(constant X_Key_Sym) show
72 756 moveto
10 /Times-Roman SelectFont
(74) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 75 75
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XK_openstar) show
183.640 108 moveto
(Xk_Openstar) show
291.280 108 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 108 moveto
(constant X_Key_Sym) show
76 117 moveto
(XK_opentribulletdown) show
183.640 117 moveto
(Xk_Opentribulletdown) show
291.280 117 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 117 moveto
(constant X_Key_Sym) show
76 126 moveto
(XK_opentribulletup) show
183.640 126 moveto
(Xk_Opentribulletup) show
291.280 126 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 126 moveto
(constant X_Key_Sym) show
76 135 moveto
(XK_ordfeminine) show
183.640 135 moveto
(Xk_Ordfeminine) show
291.280 135 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 135 moveto
(constant X_Key_Sym) show
76 144 moveto
(XK_oslash) show
183.640 144 moveto
(Xk_Oslash) show
291.280 144 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 144 moveto
(constant X_Key_Sym) show
76 153 moveto
(XK_otilde) show
183.640 153 moveto
(Xk_Otilde) show
291.280 153 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 153 moveto
(constant X_Key_Sym) show
76 162 moveto
(XK_overbar) show
183.640 162 moveto
(Xk_Overbar) show
291.280 162 moveto
(Xlbt_Key_Defs_Apl) show
403.600 162 moveto
(constant X_Key_Sym) show
76 171 moveto
(XK_overline) show
183.640 171 moveto
(Xk_Overline) show
291.280 171 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 171 moveto
(constant X_Key_Sym) show
76 180 moveto
(XK_p) show
183.640 180 moveto
(Xk_P) show
291.280 180 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 180 moveto
(constant X_Key_Sym) show
76 189 moveto
(XK_paragraph) show
183.640 189 moveto
(Xk_Paragraph) show
291.280 189 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 189 moveto
(constant X_Key_Sym) show
76 198 moveto
(XK_parenleft) show
183.640 198 moveto
(Xk_Parenleft) show
291.280 198 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 198 moveto
(constant X_Key_Sym) show
76 207 moveto
(XK_parenright) show
183.640 207 moveto
(Xk_Parenright) show
291.280 207 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 207 moveto
(constant X_Key_Sym) show
76 216 moveto
(XK_partialderivative) show
183.640 216 moveto
(Xk_Partialderivative) show
291.280 216 moveto
(Xlbt_Key_Defs_Technical) show
403.600 216 moveto
(constant X_Key_Sym) show
76 225 moveto
(XK_pause) show
183.640 225 moveto
(Xk_Pause) show
291.280 225 moveto
(Xlbt_Key_Defs_Misc) show
403.600 225 moveto
(constant X_Key_Sym) show
76 234 moveto
(XK_percent) show
183.640 234 moveto
(Xk_Percent) show
291.280 234 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 234 moveto
(constant X_Key_Sym) show
76 243 moveto
(XK_period) show
183.640 243 moveto
(Xk_Period) show
291.280 243 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 243 moveto
(constant X_Key_Sym) show
76 252 moveto
(XK_periodcentered) show
183.640 252 moveto
(Xk_Periodcentered) show
291.280 252 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 252 moveto
(constant X_Key_Sym) show
76 261 moveto
(XK_phonographcopyright) show
183.640 261 moveto
(Xk_Phonographcopyright) show
291.280 261 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 261 moveto
(constant X_Key_Sym) show
76 270 moveto
(XK_plus) show
183.640 270 moveto
(Xk_Plus) show
291.280 270 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 270 moveto
(constant X_Key_Sym) show
76 279 moveto
(XK_plusminus) show
183.640 279 moveto
(Xk_Plusminus) show
291.280 279 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 279 moveto
(constant X_Key_Sym) show
76 288 moveto
(XK_prescription) show
183.640 288 moveto
(Xk_Prescription) show
291.280 288 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 288 moveto
(constant X_Key_Sym) show
76 297 moveto
(XK_print) show
183.640 297 moveto
(Xk_Print) show
291.280 297 moveto
(Xlbt_Key_Defs_Misc) show
403.600 297 moveto
(constant X_Key_Sym) show
76 306 moveto
(XK_prior) show
183.640 306 moveto
(Xk_Prior) show
291.280 306 moveto
(Xlbt_Key_Defs_Misc) show
403.600 306 moveto
(constant X_Key_Sym) show
76 315 moveto
(XK_prolongedsound) show
183.640 315 moveto
(Xk_Prolongedsound) show
291.280 315 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 315 moveto
(constant X_Key_Sym) show
76 324 moveto
(XK_punctspace) show
183.640 324 moveto
(Xk_Punctspace) show
291.280 324 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 324 moveto
(constant X_Key_Sym) show
76 333 moveto
(XK_q) show
183.640 333 moveto
(Xk_Q) show
291.280 333 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 333 moveto
(constant X_Key_Sym) show
76 342 moveto
(XK_quad) show
183.640 342 moveto
(Xk_Quad) show
291.280 342 moveto
(Xlbt_Key_Defs_Apl) show
403.600 342 moveto
(constant X_Key_Sym) show
76 351 moveto
(XK_question) show
183.640 351 moveto
(Xk_Question) show
291.280 351 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 351 moveto
(constant X_Key_Sym) show
76 360 moveto
(XK_questiondown) show
183.640 360 moveto
(Xk_Questiondown) show
291.280 360 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 360 moveto
(constant X_Key_Sym) show
76 369 moveto
(XK_quotedbl) show
183.640 369 moveto
(Xk_Quotedbl) show
291.280 369 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 369 moveto
(constant X_Key_Sym) show
76 378 moveto
(XK_r) show
183.640 378 moveto
(Xk_R) show
291.280 378 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 378 moveto
(constant X_Key_Sym) show
76 387 moveto
(XK_r1) show
183.640 387 moveto
(Xk_R1) show
291.280 387 moveto
(Xlbt_Key_Defs_Misc) show
403.600 387 moveto
(constant X_Key_Sym) show
76 396 moveto
(XK_r10) show
183.640 396 moveto
(Xk_R10) show
291.280 396 moveto
(Xlbt_Key_Defs_Misc) show
403.600 396 moveto
(constant X_Key_Sym) show
76 405 moveto
(XK_r11) show
183.640 405 moveto
(Xk_R11) show
291.280 405 moveto
(Xlbt_Key_Defs_Misc) show
403.600 405 moveto
(constant X_Key_Sym) show
76 414 moveto
(XK_r12) show
183.640 414 moveto
(Xk_R12) show
291.280 414 moveto
(Xlbt_Key_Defs_Misc) show
403.600 414 moveto
(constant X_Key_Sym) show
76 423 moveto
(XK_r13) show
183.640 423 moveto
(Xk_R13) show
291.280 423 moveto
(Xlbt_Key_Defs_Misc) show
403.600 423 moveto
(constant X_Key_Sym) show
76 432 moveto
(XK_r14) show
183.640 432 moveto
(Xk_R14) show
291.280 432 moveto
(Xlbt_Key_Defs_Misc) show
403.600 432 moveto
(constant X_Key_Sym) show
76 441 moveto
(XK_r15) show
183.640 441 moveto
(Xk_R15) show
291.280 441 moveto
(Xlbt_Key_Defs_Misc) show
403.600 441 moveto
(constant X_Key_Sym) show
76 450 moveto
(XK_r2) show
183.640 450 moveto
(Xk_R2) show
291.280 450 moveto
(Xlbt_Key_Defs_Misc) show
403.600 450 moveto
(constant X_Key_Sym) show
76 459 moveto
(XK_r3) show
183.640 459 moveto
(Xk_R3) show
291.280 459 moveto
(Xlbt_Key_Defs_Misc) show
403.600 459 moveto
(constant X_Key_Sym) show
76 468 moveto
(XK_r4) show
183.640 468 moveto
(Xk_R4) show
291.280 468 moveto
(Xlbt_Key_Defs_Misc) show
403.600 468 moveto
(constant X_Key_Sym) show
76 477 moveto
(XK_r5) show
183.640 477 moveto
(Xk_R5) show
291.280 477 moveto
(Xlbt_Key_Defs_Misc) show
403.600 477 moveto
(constant X_Key_Sym) show
76 486 moveto
(XK_r6) show
183.640 486 moveto
(Xk_R6) show
291.280 486 moveto
(Xlbt_Key_Defs_Misc) show
403.600 486 moveto
(constant X_Key_Sym) show
76 495 moveto
(XK_r7) show
183.640 495 moveto
(Xk_R7) show
291.280 495 moveto
(Xlbt_Key_Defs_Misc) show
403.600 495 moveto
(constant X_Key_Sym) show
76 504 moveto
(XK_r8) show
183.640 504 moveto
(Xk_R8) show
291.280 504 moveto
(Xlbt_Key_Defs_Misc) show
403.600 504 moveto
(constant X_Key_Sym) show
76 513 moveto
(XK_r9) show
183.640 513 moveto
(Xk_R9) show
291.280 513 moveto
(Xlbt_Key_Defs_Misc) show
403.600 513 moveto
(constant X_Key_Sym) show
76 522 moveto
(XK_racute) show
183.640 522 moveto
(Xk_Racute) show
291.280 522 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 522 moveto
(constant X_Key_Sym) show
76 531 moveto
(XK_radical) show
183.640 531 moveto
(Xk_Radical) show
291.280 531 moveto
(Xlbt_Key_Defs_Technical) show
403.600 531 moveto
(constant X_Key_Sym) show
76 540 moveto
(XK_rcaron) show
183.640 540 moveto
(Xk_Rcaron) show
291.280 540 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 540 moveto
(constant X_Key_Sym) show
76 549 moveto
(XK_rcedilla) show
183.640 549 moveto
(Xk_Rcedilla) show
291.280 549 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 549 moveto
(constant X_Key_Sym) show
76 558 moveto
(XK_redo) show
183.640 558 moveto
(Xk_Redo) show
291.280 558 moveto
(Xlbt_Key_Defs_Misc) show
403.600 558 moveto
(constant X_Key_Sym) show
76 567 moveto
(XK_registered) show
183.640 567 moveto
(Xk_Registered) show
291.280 567 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 567 moveto
(constant X_Key_Sym) show
76 576 moveto
(XK_return) show
183.640 576 moveto
(Xk_Return) show
291.280 576 moveto
(Xlbt_Key_Defs_Misc) show
403.600 576 moveto
(constant X_Key_Sym) show
76 585 moveto
(XK_right) show
183.640 585 moveto
(Xk_Right) show
291.280 585 moveto
(Xlbt_Key_Defs_Misc) show
403.600 585 moveto
(constant X_Key_Sym) show
76 594 moveto
(XK_rightanglebracket) show
183.640 594 moveto
(Xk_Rightanglebracket) show
291.280 594 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 594 moveto
(constant X_Key_Sym) show
76 603 moveto
(XK_rightarrow) show
183.640 603 moveto
(Xk_Rightarrow) show
291.280 603 moveto
(Xlbt_Key_Defs_Technical) show
403.600 603 moveto
(constant X_Key_Sym) show
76 612 moveto
(XK_rightcaret) show
183.640 612 moveto
(Xk_Rightcaret) show
291.280 612 moveto
(Xlbt_Key_Defs_Apl) show
403.600 612 moveto
(constant X_Key_Sym) show
76 621 moveto
(XK_rightdoublequotemark) show
183.640 621 moveto
(Xk_Rightdoublequotemark) show
291.280 621 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 621 moveto
(constant X_Key_Sym) show
76 630 moveto
(XK_rightmiddlecurlybrace) show
183.640 630 moveto
(Xk_Rightmiddlecurlybrace) show
291.280 630 moveto
(Xlbt_Key_Defs_Technical) show
403.600 630 moveto
(constant X_Key_Sym) show
76 639 moveto
(XK_rightmiddlesummation) show
183.640 639 moveto
(Xk_Rightmiddlesummation) show
291.280 639 moveto
(Xlbt_Key_Defs_Technical) show
403.600 639 moveto
(constant X_Key_Sym) show
76 648 moveto
(XK_rightopentriangle) show
183.640 648 moveto
(Xk_Rightopentriangle) show
291.280 648 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 648 moveto
(constant X_Key_Sym) show
76 657 moveto
(XK_rightpointer) show
183.640 657 moveto
(Xk_Rightpointer) show
291.280 657 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 657 moveto
(constant X_Key_Sym) show
76 666 moveto
(XK_rightshoe) show
183.640 666 moveto
(Xk_Rightshoe) show
291.280 666 moveto
(Xlbt_Key_Defs_Apl) show
403.600 666 moveto
(constant X_Key_Sym) show
76 675 moveto
(XK_rightsinglequotemark) show
183.640 675 moveto
(Xk_Rightsinglequotemark) show
291.280 675 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 675 moveto
(constant X_Key_Sym) show
76 684 moveto
(XK_rightt) show
183.640 684 moveto
(Xk_Rightt) show
291.280 684 moveto
(Xlbt_Key_Defs_Special) show
403.600 684 moveto
(constant X_Key_Sym) show
76 693 moveto
(XK_righttack) show
183.640 693 moveto
(Xk_Righttack) show
291.280 693 moveto
(Xlbt_Key_Defs_Apl) show
403.600 693 moveto
(constant X_Key_Sym) show
76 702 moveto
(XK_s) show
183.640 702 moveto
(Xk_S) show
291.280 702 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 702 moveto
(constant X_Key_Sym) show
76 711 moveto
(XK_sacute) show
183.640 711 moveto
(Xk_Sacute) show
291.280 711 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 711 moveto
(constant X_Key_Sym) show
76 720 moveto
(XK_scaron) show
183.640 720 moveto
(Xk_Scaron) show
291.280 720 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 720 moveto
(constant X_Key_Sym) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(75) show
EndPage
%%Page: 76 76
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XK_scedilla) show
183.640 108 moveto
(Xk_Scedilla) show
291.280 108 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 108 moveto
(constant X_Key_Sym) show
76 117 moveto
(XK_scircumflex) show
183.640 117 moveto
(Xk_Scircumflex) show
291.280 117 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 117 moveto
(constant X_Key_Sym) show
76 126 moveto
(XK_script_switch) show
183.640 126 moveto
(Xk_Script_Switch) show
291.280 126 moveto
(Xlbt_Key_Defs_Misc) show
403.600 126 moveto
(constant X_Key_Sym) show
76 135 moveto
(XK_seconds) show
183.640 135 moveto
(Xk_Seconds) show
291.280 135 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 135 moveto
(constant X_Key_Sym) show
76 144 moveto
(XK_section) show
183.640 144 moveto
(Xk_Section) show
291.280 144 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 144 moveto
(constant X_Key_Sym) show
76 153 moveto
(XK_select) show
183.640 153 moveto
(Xk_Select) show
291.280 153 moveto
(Xlbt_Key_Defs_Misc) show
403.600 153 moveto
(constant X_Key_Sym) show
76 162 moveto
(XK_semicolon) show
183.640 162 moveto
(Xk_Semicolon) show
291.280 162 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 162 moveto
(constant X_Key_Sym) show
76 171 moveto
(XK_semivoicedsound) show
183.640 171 moveto
(Xk_Semivoicedsound) show
291.280 171 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 171 moveto
(constant X_Key_Sym) show
76 180 moveto
(XK_serbian_dje) show
183.640 180 moveto
(Xk_Serbian_Dje) show
291.280 180 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 180 moveto
(constant X_Key_Sym) show
76 189 moveto
(XK_serbian_s_dje) show
183.640 189 moveto
(Xk_Serbian_S_Dje) show
291.280 189 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 189 moveto
(constant X_Key_Sym) show
76 198 moveto
(XK_serbian_s_tshe) show
183.640 198 moveto
(Xk_Serbian_S_Tshe) show
291.280 198 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 198 moveto
(constant X_Key_Sym) show
76 207 moveto
(XK_serbian_tshe) show
183.640 207 moveto
(Xk_Serbian_Tshe) show
291.280 207 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 207 moveto
(constant X_Key_Sym) show
76 216 moveto
(XK_seveneighths) show
183.640 216 moveto
(Xk_Seveneighths) show
291.280 216 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 216 moveto
(constant X_Key_Sym) show
76 225 moveto
(XK_shift_l) show
183.640 225 moveto
(Xk_Shift_L) show
291.280 225 moveto
(Xlbt_Key_Defs_Misc) show
403.600 225 moveto
(constant X_Key_Sym) show
76 234 moveto
(XK_shift_lock) show
183.640 234 moveto
(Xk_Shift_Lock) show
291.280 234 moveto
(Xlbt_Key_Defs_Misc) show
403.600 234 moveto
(constant X_Key_Sym) show
76 243 moveto
(XK_shift_r) show
183.640 243 moveto
(Xk_Shift_R) show
291.280 243 moveto
(Xlbt_Key_Defs_Misc) show
403.600 243 moveto
(constant X_Key_Sym) show
76 252 moveto
(XK_signaturemark) show
183.640 252 moveto
(Xk_Signaturemark) show
291.280 252 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 252 moveto
(constant X_Key_Sym) show
76 261 moveto
(XK_signifblank) show
183.640 261 moveto
(Xk_Signifblank) show
291.280 261 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 261 moveto
(constant X_Key_Sym) show
76 270 moveto
(XK_similarequal) show
183.640 270 moveto
(Xk_Similarequal) show
291.280 270 moveto
(Xlbt_Key_Defs_Technical) show
403.600 270 moveto
(constant X_Key_Sym) show
76 279 moveto
(XK_singlelowquotemark) show
183.640 279 moveto
(Xk_Singlelowquotemark) show
291.280 279 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 279 moveto
(constant X_Key_Sym) show
76 288 moveto
(XK_slash) show
183.640 288 moveto
(Xk_Slash) show
291.280 288 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 288 moveto
(constant X_Key_Sym) show
76 297 moveto
(XK_soliddiamond) show
183.640 297 moveto
(Xk_Soliddiamond) show
291.280 297 moveto
(Xlbt_Key_Defs_Special) show
403.600 297 moveto
(constant X_Key_Sym) show
76 306 moveto
(XK_space) show
183.640 306 moveto
(Xk_Space) show
291.280 306 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 306 moveto
(constant X_Key_Sym) show
76 315 moveto
(XK_ssharp) show
183.640 315 moveto
(Xk_Ssharp) show
291.280 315 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 315 moveto
(constant X_Key_Sym) show
76 324 moveto
(XK_sterling) show
183.640 324 moveto
(Xk_Sterling) show
291.280 324 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 324 moveto
(constant X_Key_Sym) show
76 333 moveto
(XK_super_l) show
183.640 333 moveto
(Xk_Super_L) show
291.280 333 moveto
(Xlbt_Key_Defs_Misc) show
403.600 333 moveto
(constant X_Key_Sym) show
76 342 moveto
(XK_super_r) show
183.640 342 moveto
(Xk_Super_R) show
291.280 342 moveto
(Xlbt_Key_Defs_Misc) show
403.600 342 moveto
(constant X_Key_Sym) show
76 351 moveto
(XK_t) show
183.640 351 moveto
(Xk_T) show
291.280 351 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 351 moveto
(constant X_Key_Sym) show
76 360 moveto
(XK_tab) show
183.640 360 moveto
(Xk_Tab) show
291.280 360 moveto
(Xlbt_Key_Defs_Misc) show
403.600 360 moveto
(constant X_Key_Sym) show
76 369 moveto
(XK_tcaron) show
183.640 369 moveto
(Xk_Tcaron) show
291.280 369 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 369 moveto
(constant X_Key_Sym) show
76 378 moveto
(XK_tcedilla) show
183.640 378 moveto
(Xk_Tcedilla) show
291.280 378 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 378 moveto
(constant X_Key_Sym) show
76 387 moveto
(XK_telephone) show
183.640 387 moveto
(Xk_Telephone) show
291.280 387 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 387 moveto
(constant X_Key_Sym) show
76 396 moveto
(XK_telephonerecorder) show
183.640 396 moveto
(Xk_Telephonerecorder) show
291.280 396 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 396 moveto
(constant X_Key_Sym) show
76 405 moveto
(XK_therefore) show
183.640 405 moveto
(Xk_Therefore) show
291.280 405 moveto
(Xlbt_Key_Defs_Technical) show
403.600 405 moveto
(constant X_Key_Sym) show
76 414 moveto
(XK_thinspace) show
183.640 414 moveto
(Xk_Thinspace) show
291.280 414 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 414 moveto
(constant X_Key_Sym) show
76 423 moveto
(XK_thorn) show
183.640 423 moveto
(Xk_Thorn) show
291.280 423 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 423 moveto
(constant X_Key_Sym) show
76 432 moveto
(XK_threeeighths) show
183.640 432 moveto
(Xk_Threeeighths) show
291.280 432 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 432 moveto
(constant X_Key_Sym) show
76 441 moveto
(XK_threefifths) show
183.640 441 moveto
(Xk_Threefifths) show
291.280 441 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 441 moveto
(constant X_Key_Sym) show
76 450 moveto
(XK_threequarters) show
183.640 450 moveto
(Xk_Threequarters) show
291.280 450 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 450 moveto
(constant X_Key_Sym) show
76 459 moveto
(XK_threesuperior) show
183.640 459 moveto
(Xk_Threesuperior) show
291.280 459 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 459 moveto
(constant X_Key_Sym) show
76 468 moveto
(XK_topintegral) show
183.640 468 moveto
(Xk_Topintegral) show
291.280 468 moveto
(Xlbt_Key_Defs_Technical) show
403.600 468 moveto
(constant X_Key_Sym) show
76 477 moveto
(XK_topleftparens) show
183.640 477 moveto
(Xk_Topleftparens) show
291.280 477 moveto
(Xlbt_Key_Defs_Technical) show
403.600 477 moveto
(constant X_Key_Sym) show
76 486 moveto
(XK_topleftradical) show
183.640 486 moveto
(Xk_Topleftradical) show
291.280 486 moveto
(Xlbt_Key_Defs_Technical) show
403.600 486 moveto
(constant X_Key_Sym) show
76 495 moveto
(XK_topleftsqbracket) show
183.640 495 moveto
(Xk_Topleftsqbracket) show
291.280 495 moveto
(Xlbt_Key_Defs_Technical) show
403.600 495 moveto
(constant X_Key_Sym) show
76 504 moveto
(XK_topleftsummation) show
183.640 504 moveto
(Xk_Topleftsummation) show
291.280 504 moveto
(Xlbt_Key_Defs_Technical) show
403.600 504 moveto
(constant X_Key_Sym) show
76 513 moveto
(XK_toprightparens) show
183.640 513 moveto
(Xk_Toprightparens) show
291.280 513 moveto
(Xlbt_Key_Defs_Technical) show
403.600 513 moveto
(constant X_Key_Sym) show
76 522 moveto
(XK_toprightsqbracket) show
183.640 522 moveto
(Xk_Toprightsqbracket) show
291.280 522 moveto
(Xlbt_Key_Defs_Technical) show
403.600 522 moveto
(constant X_Key_Sym) show
76 531 moveto
(XK_toprightsummation) show
183.640 531 moveto
(Xk_Toprightsummation) show
291.280 531 moveto
(Xlbt_Key_Defs_Technical) show
403.600 531 moveto
(constant X_Key_Sym) show
76 540 moveto
(XK_topt) show
183.640 540 moveto
(Xk_Topt) show
291.280 540 moveto
(Xlbt_Key_Defs_Special) show
403.600 540 moveto
(constant X_Key_Sym) show
76 549 moveto
(XK_topvertsummationconnector) show
183.640 549 moveto
(Xk_Topvertsummationconnector) show
291.280 549 moveto
(Xlbt_Key_Defs_Technical) show
403.600 549 moveto
(constant X_Key_Sym) show
76 558 moveto
(XK_trademark) show
183.640 558 moveto
(Xk_Trademark) show
291.280 558 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 558 moveto
(constant X_Key_Sym) show
76 567 moveto
(XK_trademarkincircle) show
183.640 567 moveto
(Xk_Trademarkincircle) show
291.280 567 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 567 moveto
(constant X_Key_Sym) show
76 576 moveto
(XK_tslash) show
183.640 576 moveto
(Xk_Tslash) show
291.280 576 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 576 moveto
(constant X_Key_Sym) show
76 585 moveto
(XK_twofifths) show
183.640 585 moveto
(Xk_Twofifths) show
291.280 585 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 585 moveto
(constant X_Key_Sym) show
76 594 moveto
(XK_twosuperior) show
183.640 594 moveto
(Xk_Twosuperior) show
291.280 594 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 594 moveto
(constant X_Key_Sym) show
76 603 moveto
(XK_twothirds) show
183.640 603 moveto
(Xk_Twothirds) show
291.280 603 moveto
(Xlbt_Key_Defs_Publishing) show
403.600 603 moveto
(constant X_Key_Sym) show
76 612 moveto
(XK_u) show
183.640 612 moveto
(Xk_U) show
291.280 612 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 612 moveto
(constant X_Key_Sym) show
76 621 moveto
(XK_uacute) show
183.640 621 moveto
(Xk_Uacute) show
291.280 621 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 621 moveto
(constant X_Key_Sym) show
76 630 moveto
(XK_ubreve) show
183.640 630 moveto
(Xk_Ubreve) show
291.280 630 moveto
(Xlbt_Key_Defs_Latin3) show
403.600 630 moveto
(constant X_Key_Sym) show
76 639 moveto
(XK_ucircumflex) show
183.640 639 moveto
(Xk_Ucircumflex) show
291.280 639 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 639 moveto
(constant X_Key_Sym) show
76 648 moveto
(XK_udiaeresis) show
183.640 648 moveto
(Xk_Udiaeresis) show
291.280 648 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 648 moveto
(constant X_Key_Sym) show
76 657 moveto
(XK_udoubleacute) show
183.640 657 moveto
(Xk_Udoubleacute) show
291.280 657 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 657 moveto
(constant X_Key_Sym) show
76 666 moveto
(XK_ugrave) show
183.640 666 moveto
(Xk_Ugrave) show
291.280 666 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 666 moveto
(constant X_Key_Sym) show
76 675 moveto
(XK_ukrainian_i) show
183.640 675 moveto
(Xk_Ukrainian_I) show
291.280 675 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 675 moveto
(constant X_Key_Sym) show
76 684 moveto
(XK_ukrainian_ie) show
183.640 684 moveto
(Xk_Ukrainian_Ie) show
291.280 684 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 684 moveto
(constant X_Key_Sym) show
76 693 moveto
(XK_ukrainian_s_i) show
183.640 693 moveto
(Xk_Ukrainian_S_I) show
291.280 693 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 693 moveto
(constant X_Key_Sym) show
76 702 moveto
(XK_ukrainian_s_ie) show
183.640 702 moveto
(Xk_Ukrainian_S_Ie) show
291.280 702 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 702 moveto
(constant X_Key_Sym) show
76 711 moveto
(XK_ukrainian_s_yi) show
183.640 711 moveto
(Xk_Ukrainian_S_Yi) show
291.280 711 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 711 moveto
(constant X_Key_Sym) show
76 720 moveto
(XK_ukrainian_yi) show
183.640 720 moveto
(Xk_Ukrainian_Yi) show
291.280 720 moveto
(Xlbt_Key_Defs_Cyrillic) show
403.600 720 moveto
(constant X_Key_Sym) show
72 756 moveto
10 /Times-Roman SelectFont
(76) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 77 77
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XK_umacron) show
183.640 108 moveto
(Xk_Umacron) show
291.280 108 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 108 moveto
(constant X_Key_Sym) show
76 117 moveto
(XK_underbar) show
183.640 117 moveto
(Xk_Underbar) show
291.280 117 moveto
(Xlbt_Key_Defs_Apl) show
403.600 117 moveto
(constant X_Key_Sym) show
76 126 moveto
(XK_underscore) show
183.640 126 moveto
(Xk_Underscore) show
291.280 126 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 126 moveto
(constant X_Key_Sym) show
76 135 moveto
(XK_undo) show
183.640 135 moveto
(Xk_Undo) show
291.280 135 moveto
(Xlbt_Key_Defs_Misc) show
403.600 135 moveto
(constant X_Key_Sym) show
76 144 moveto
(XK_union) show
183.640 144 moveto
(Xk_Union) show
291.280 144 moveto
(Xlbt_Key_Defs_Technical) show
403.600 144 moveto
(constant X_Key_Sym) show
76 153 moveto
(XK_uogonek) show
183.640 153 moveto
(Xk_Uogonek) show
291.280 153 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 153 moveto
(constant X_Key_Sym) show
76 162 moveto
(XK_up) show
183.640 162 moveto
(Xk_Up) show
291.280 162 moveto
(Xlbt_Key_Defs_Misc) show
403.600 162 moveto
(constant X_Key_Sym) show
76 171 moveto
(XK_uparrow) show
183.640 171 moveto
(Xk_Uparrow) show
291.280 171 moveto
(Xlbt_Key_Defs_Technical) show
403.600 171 moveto
(constant X_Key_Sym) show
76 180 moveto
(XK_upcaret) show
183.640 180 moveto
(Xk_Upcaret) show
291.280 180 moveto
(Xlbt_Key_Defs_Apl) show
403.600 180 moveto
(constant X_Key_Sym) show
76 189 moveto
(XK_upleftcorner) show
183.640 189 moveto
(Xk_Upleftcorner) show
291.280 189 moveto
(Xlbt_Key_Defs_Special) show
403.600 189 moveto
(constant X_Key_Sym) show
76 198 moveto
(XK_uprightcorner) show
183.640 198 moveto
(Xk_Uprightcorner) show
291.280 198 moveto
(Xlbt_Key_Defs_Special) show
403.600 198 moveto
(constant X_Key_Sym) show
76 207 moveto
(XK_upshoe) show
183.640 207 moveto
(Xk_Upshoe) show
291.280 207 moveto
(Xlbt_Key_Defs_Apl) show
403.600 207 moveto
(constant X_Key_Sym) show
76 216 moveto
(XK_upstile) show
183.640 216 moveto
(Xk_Upstile) show
291.280 216 moveto
(Xlbt_Key_Defs_Apl) show
403.600 216 moveto
(constant X_Key_Sym) show
76 225 moveto
(XK_uptack) show
183.640 225 moveto
(Xk_Uptack) show
291.280 225 moveto
(Xlbt_Key_Defs_Apl) show
403.600 225 moveto
(constant X_Key_Sym) show
76 234 moveto
(XK_uring) show
183.640 234 moveto
(Xk_Uring) show
291.280 234 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 234 moveto
(constant X_Key_Sym) show
76 243 moveto
(XK_utilde) show
183.640 243 moveto
(Xk_Utilde) show
291.280 243 moveto
(Xlbt_Key_Defs_Latin4) show
403.600 243 moveto
(constant X_Key_Sym) show
76 252 moveto
(XK_v) show
183.640 252 moveto
(Xk_V) show
291.280 252 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 252 moveto
(constant X_Key_Sym) show
76 261 moveto
(XK_variation) show
183.640 261 moveto
(Xk_Variation) show
291.280 261 moveto
(Xlbt_Key_Defs_Technical) show
403.600 261 moveto
(constant X_Key_Sym) show
76 270 moveto
(XK_vertbar) show
183.640 270 moveto
(Xk_Vertbar) show
291.280 270 moveto
(Xlbt_Key_Defs_Special) show
403.600 270 moveto
(constant X_Key_Sym) show
76 279 moveto
(XK_vertconnector) show
183.640 279 moveto
(Xk_Vertconnector) show
291.280 279 moveto
(Xlbt_Key_Defs_Technical) show
403.600 279 moveto
(constant X_Key_Sym) show
76 288 moveto
(XK_voicedsound) show
183.640 288 moveto
(Xk_Voicedsound) show
291.280 288 moveto
(Xlbt_Key_Defs_Katakana) show
403.600 288 moveto
(constant X_Key_Sym) show
76 297 moveto
(XK_vt) show
183.640 297 moveto
(Xk_Vt) show
291.280 297 moveto
(Xlbt_Key_Defs_Special) show
403.600 297 moveto
(constant X_Key_Sym) show
76 306 moveto
(XK_w) show
183.640 306 moveto
(Xk_W) show
291.280 306 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 306 moveto
(constant X_Key_Sym) show
76 315 moveto
(XK_x) show
183.640 315 moveto
(Xk_X) show
291.280 315 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 315 moveto
(constant X_Key_Sym) show
76 324 moveto
(XK_y) show
183.640 324 moveto
(Xk_Y) show
291.280 324 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 324 moveto
(constant X_Key_Sym) show
76 333 moveto
(XK_yacute) show
183.640 333 moveto
(Xk_Yacute) show
291.280 333 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 333 moveto
(constant X_Key_Sym) show
76 342 moveto
(XK_ydiaeresis) show
183.640 342 moveto
(Xk_Ydiaeresis) show
291.280 342 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 342 moveto
(constant X_Key_Sym) show
76 351 moveto
(XK_yen) show
183.640 351 moveto
(Xk_Yen) show
291.280 351 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 351 moveto
(constant X_Key_Sym) show
76 360 moveto
(XK_z) show
183.640 360 moveto
(Xk_Z) show
291.280 360 moveto
(Xlbt_Key_Defs_Latin1) show
403.600 360 moveto
(constant X_Key_Sym) show
76 369 moveto
(XK_zabovedot) show
183.640 369 moveto
(Xk_Zabovedot) show
291.280 369 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 369 moveto
(constant X_Key_Sym) show
76 378 moveto
(XK_zacute) show
183.640 378 moveto
(Xk_Zacute) show
291.280 378 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 378 moveto
(constant X_Key_Sym) show
76 387 moveto
(XK_zcaron) show
183.640 387 moveto
(Xk_Zcaron) show
291.280 387 moveto
(Xlbt_Key_Defs_Latin2) show
403.600 387 moveto
(constant X_Key_Sym) show
76 396 moveto
(XKeyEvent) show
183.640 396 moveto
(X_Key_Event) show
291.280 396 moveto
(Xlbt_Event3) show
403.600 396 moveto
(type record) show
76 405 moveto
(XKeyPressedEvent) show
183.640 405 moveto
(X_Key_Press_Event) show
291.280 405 moveto
(Xlbt_Event) show
403.600 405 moveto
(subtype X_Event) show
76 414 moveto
(XKeyReleasedEvent) show
183.640 414 moveto
(X_Key_Release_Event) show
291.280 414 moveto
(Xlbt_Event) show
403.600 414 moveto
(subtype X_Event) show
76 423 moveto
(XKeyboardControl) show
183.640 423 moveto
(X_Keyboard_Control) show
291.280 423 moveto
(Xlbt_Keyboard) show
403.600 423 moveto
(subtype X_Keyboard_Control) show
76 432 moveto
(XKeyboardControl) show
183.640 432 moveto
(X_Keyboard_Control) show
291.280 432 moveto
(Xlbt_Keyboard3) show
403.600 432 moveto
(type record) show
76 441 moveto
(XKeyboardState) show
183.640 441 moveto
(X_Keyboard_State) show
291.280 441 moveto
(Xlbt_Keyboard) show
403.600 441 moveto
(subtype X_Keyboard_State) show
76 450 moveto
(XKeyboardState) show
183.640 450 moveto
(X_Keyboard_State) show
291.280 450 moveto
(Xlbt_Keyboard3) show
403.600 450 moveto
(type record) show
76 459 moveto
(XKeycodeToKeysym) show
183.640 459 moveto
(X_Key_Code_To_Key_Sym) show
291.280 459 moveto
(Xlbp_Key) show
403.600 459 moveto
(function return X_Key_Sym) show
76 468 moveto
(XKeymapEvent) show
183.640 468 moveto
(X_Keymap_Notify_Event) show
291.280 468 moveto
(Xlbt_Event) show
403.600 468 moveto
(subtype X_Event) show
76 477 moveto
(XKeymapEvent) show
183.640 477 moveto
(X_Keymap_Notify_Event) show
291.280 477 moveto
(Xlbt_Event3) show
403.600 477 moveto
(type record) show
76 486 moveto
(XKeysymToKeycode) show
183.640 486 moveto
(X_Key_Sym_To_Key_Code) show
291.280 486 moveto
(Xlbp_Key) show
403.600 486 moveto
(function return X_Key_Code) show
76 495 moveto
(XKeysymToString) show
183.640 495 moveto
(X_Key_Sym_To_String) show
291.280 495 moveto
(Xlbp_Key) show
403.600 495 moveto
(function return X_String) show
76 504 moveto
(XKillClient) show
183.640 504 moveto
(X_Kill_Client) show
291.280 504 moveto
(Xlbp_Host) show
403.600 504 moveto
(procedure) show
76 513 moveto
(XListDepths) show
183.640 513 moveto
(X_List_Depths) show
291.280 513 moveto
(Xlbp_Display) show
403.600 513 moveto
(function return U_Char_List) show
76 522 moveto
(XListExtensions) show
183.640 522 moveto
(X_List_Extensions) show
291.280 522 moveto
(Xlbp_Extension) show
403.600 522 moveto
(function return X_String_Pointer_List) show
76 531 moveto
(XListFonts) show
183.640 531 moveto
(X_List_Fonts) show
291.280 531 moveto
(Xlbp_Font_Names) show
403.600 531 moveto
(function return X_String_Pointer_List) show
76 540 moveto
(XListFontsWithInfo) show
183.640 540 moveto
(X_List_Fonts_With_Info) show
291.280 540 moveto
(Xlbp_Font_Names) show
403.600 540 moveto
(function return X_Fonts_With_Info) show
76 549 moveto
(XListHosts) show
183.640 549 moveto
(X_List_Hosts) show
291.280 549 moveto
(Xlbp_Host) show
403.600 549 moveto
(function return X_Host_List) show
76 558 moveto
(XListInstalledColormaps) show
183.640 558 moveto
(X_List_Installed_Colormaps) show
291.280 558 moveto
(Xlbp_Color) show
403.600 558 moveto
(function return X_Colormap_List) show
76 567 moveto
(XListPixmapFormats) show
183.640 567 moveto
(X_List_Pixmap_Formats) show
291.280 567 moveto
(Xlbp_Display) show
403.600 567 moveto
(function return) show
403.600 576 moveto
(X_Pixmap_Format_Values_List) show
76 585 moveto
(XListProperties) show
183.640 585 moveto
(X_List_Properties) show
291.280 585 moveto
(Xlbp_Window_Property) show
403.600 585 moveto
(function return X_Atom_List) show
76 594 moveto
(XLoadFont) show
183.640 594 moveto
(X_Load_Font) show
291.280 594 moveto
(Xlbp_Font) show
403.600 594 moveto
(function return X_Font) show
76 603 moveto
(XLoadQueryFont) show
183.640 603 moveto
(X_Load_Query_Font) show
291.280 603 moveto
(Xlbp_Font) show
403.600 603 moveto
(function return X_Font_Struct) show
76 612 moveto
(XLookupColor) show
183.640 612 moveto
(X_Lookup_Color) show
291.280 612 moveto
(Xlbp_Color) show
403.600 612 moveto
(procedure) show
76 621 moveto
(XLookupKeysym) show
183.640 621 moveto
(X_Lookup_Key_Sym) show
291.280 621 moveto
(Xlbp_Key) show
403.600 621 moveto
(function return X_Key_Sym) show
76 630 moveto
(XLookupString) show
183.640 630 moveto
(X_Lookup_String) show
291.280 630 moveto
(Xlbp_Key) show
403.600 630 moveto
(procedure) show
76 639 moveto
(XLowerWindow) show
183.640 639 moveto
(X_Lower_Window) show
291.280 639 moveto
(Xlbp_Window) show
403.600 639 moveto
(procedure) show
76 648 moveto
(XMapEvent) show
183.640 648 moveto
(X_Map_Notify_Event) show
291.280 648 moveto
(Xlbt_Event) show
403.600 648 moveto
(subtype X_Event) show
76 657 moveto
(XMapEvent) show
183.640 657 moveto
(X_Map_Notify_Event) show
291.280 657 moveto
(Xlbt_Event3) show
403.600 657 moveto
(type record) show
76 666 moveto
(XMapRaised) show
183.640 666 moveto
(X_Map_Raised) show
291.280 666 moveto
(Xlbp_Window) show
403.600 666 moveto
(procedure) show
76 675 moveto
(XMapRequestEvent) show
183.640 675 moveto
(X_Map_Request_Event) show
291.280 675 moveto
(Xlbt_Event) show
403.600 675 moveto
(subtype X_Event) show
76 684 moveto
(XMapRequestEvent) show
183.640 684 moveto
(X_Map_Request_Event) show
291.280 684 moveto
(Xlbt_Event3) show
403.600 684 moveto
(type record) show
76 693 moveto
(XMapSubwindows) show
183.640 693 moveto
(X_Map_Subwindows) show
291.280 693 moveto
(Xlbp_Window) show
403.600 693 moveto
(procedure) show
76 702 moveto
(XMapWindow) show
183.640 702 moveto
(X_Map_Window) show
291.280 702 moveto
(Xlbp_Window) show
403.600 702 moveto
(procedure) show
76 711 moveto
(XMappingEvent) show
183.640 711 moveto
(X_Mapping_Notify_Event) show
291.280 711 moveto
(Xlbt_Event) show
403.600 711 moveto
(subtype X_Event) show
76 720 moveto
(XMappingEvent) show
183.640 720 moveto
(X_Mapping_Notify_Event) show
291.280 720 moveto
(Xlbt_Event3) show
403.600 720 moveto
(type record) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(77) show
EndPage
%%Page: 78 78
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XMaskEvent) show
183.640 108 moveto
(X_Mask_Event) show
291.280 108 moveto
(Xlbp_Event) show
403.600 108 moveto
(procedure) show
76 117 moveto
(XMatchVisualInfo) show
183.640 117 moveto
(X_Match_Visual_Info) show
291.280 117 moveto
(Xlbp_Visual) show
403.600 117 moveto
(procedure) show
76 126 moveto
(XMaxRequestSize) show
183.640 126 moveto
(X_Max_Request_Size) show
291.280 126 moveto
(Xlbp_Display) show
403.600 126 moveto
(function return U_Short) show
76 135 moveto
(XModifierKeymap) show
183.640 135 moveto
(X_Modifier_Keymap) show
291.280 135 moveto
(Xlbt_Key) show
403.600 135 moveto
(subtype X_Modifier_Keymap) show
76 144 moveto
(XModifierKeymap) show
183.640 144 moveto
(X_Modifier_Keymap) show
291.280 144 moveto
(Xlbt_Key3) show
403.600 144 moveto
(type access X_Modifier_Keymap_Rec) show
76 153 moveto
(XMotionEvent) show
183.640 153 moveto
(X_Motion_Notify_Event) show
291.280 153 moveto
(Xlbt_Event) show
403.600 153 moveto
(subtype X_Event) show
76 162 moveto
(XMotionEvent) show
183.640 162 moveto
(X_Motion_Notify_Event) show
291.280 162 moveto
(Xlbt_Event3) show
403.600 162 moveto
(type record) show
76 171 moveto
(XMoveResizeWindow) show
183.640 171 moveto
(X_Move_Resize_Window) show
291.280 171 moveto
(Xlbp_Window) show
403.600 171 moveto
(procedure) show
76 180 moveto
(XMoveWindow) show
183.640 180 moveto
(X_Move_Window) show
291.280 180 moveto
(Xlbp_Window) show
403.600 180 moveto
(procedure) show
76 189 moveto
(XNegative) show
183.640 189 moveto
(X_Negative) show
291.280 189 moveto
(Xlbt_Geometry) show
403.600 189 moveto
(literal X_Parse_Geometry_Flags_Index) show
76 198 moveto
(XNewModifiermap) show
183.640 198 moveto
(X_New_Modifier_Map) show
291.280 198 moveto
(Xlbp_Keyboard_Encoding) show
403.600 198 moveto
(function return X_Modifier_Keymap) show
76 207 moveto
(XNextEvent) show
183.640 207 moveto
(X_Next_Event) show
291.280 207 moveto
(Xlbp_Event) show
403.600 207 moveto
(procedure) show
76 216 moveto
(XNoExposeEvent) show
183.640 216 moveto
(X_No_Expose_Event) show
291.280 216 moveto
(Xlbt_Event) show
403.600 216 moveto
(subtype X_Event) show
76 225 moveto
(XNoExposeEvent) show
183.640 225 moveto
(X_No_Expose_Event) show
291.280 225 moveto
(Xlbt_Event3) show
403.600 225 moveto
(type record) show
76 234 moveto
(XNoOp) show
183.640 234 moveto
(X_No_Op) show
291.280 234 moveto
(Xlbp_Display) show
403.600 234 moveto
(procedure) show
76 243 moveto
(XOffsetRegion) show
183.640 243 moveto
(X_Offset_Region) show
291.280 243 moveto
(Xlbp_Region) show
403.600 243 moveto
(procedure) show
76 252 moveto
(XOpenDisplay) show
183.640 252 moveto
(X_Open_Display) show
291.280 252 moveto
(Xlbp_Display) show
403.600 252 moveto
(procedure) show
76 261 moveto
(XParseColor) show
183.640 261 moveto
(X_Parse_Color) show
291.280 261 moveto
(Xlbp_Color) show
403.600 261 moveto
(procedure) show
76 270 moveto
(XParseGeometry) show
183.640 270 moveto
(X_Parse_Geometry) show
291.280 270 moveto
(Xlbp_Geometry) show
403.600 270 moveto
(procedure) show
76 279 moveto
(XPeekEvent) show
183.640 279 moveto
(X_Peek_Event) show
291.280 279 moveto
(Xlbp_Event) show
403.600 279 moveto
(procedure) show
76 288 moveto
(XPeekIfEvent) show
183.640 288 moveto
(X_Peek_If_Event) show
291.280 288 moveto
(Xlbp_Event) show
403.600 288 moveto
(generic procedure) show
76 297 moveto
(XPending) show
183.640 297 moveto
(X_Pending) show
291.280 297 moveto
(Xlbp_Event) show
403.600 297 moveto
(function return S_Long) show
76 306 moveto
(XPixmapFormatValues) show
183.640 306 moveto
(X_Pixmap_Format_Values) show
291.280 306 moveto
(Xlbt_Image) show
403.600 306 moveto
(subtype X_Pixmap_Format_Values) show
76 315 moveto
(XPixmapFormatValues) show
183.640 315 moveto
(X_Pixmap_Format_Values) show
291.280 315 moveto
(Xlbt_Image3) show
403.600 315 moveto
(type record) show
76 324 moveto
(XPoint) show
183.640 324 moveto
(X_Point) show
291.280 324 moveto
(Xlbt_Graphics) show
403.600 324 moveto
(subtype X_Point) show
76 333 moveto
(XPoint) show
183.640 333 moveto
(X_Point) show
291.280 333 moveto
(Xlbt_Graphics3) show
403.600 333 moveto
(type record) show
76 342 moveto
(XPointInRegion) show
183.640 342 moveto
(X_Point_In_Region) show
291.280 342 moveto
(Xlbp_Region) show
403.600 342 moveto
(function return Boolean) show
76 351 moveto
(XPolygonRegion) show
183.640 351 moveto
(X_Polygon_Region) show
291.280 351 moveto
(Xlbp_Region) show
403.600 351 moveto
(function return X_Region) show
76 360 moveto
(XPropertyEvent) show
183.640 360 moveto
(X_Property_Notify_Event) show
291.280 360 moveto
(Xlbt_Event) show
403.600 360 moveto
(subtype X_Event) show
76 369 moveto
(XPropertyEvent) show
183.640 369 moveto
(X_Property_Notify_Event) show
291.280 369 moveto
(Xlbt_Event3) show
403.600 369 moveto
(type record) show
76 378 moveto
(XPutBackEvent) show
183.640 378 moveto
(X_Put_Back_Event) show
291.280 378 moveto
(Xlbp_Event) show
403.600 378 moveto
(procedure) show
76 387 moveto
(XPutImage) show
183.640 387 moveto
(X_Put_Image) show
291.280 387 moveto
(Xlbp_Image) show
403.600 387 moveto
(procedure) show
76 396 moveto
(XPutPixel) show
183.640 396 moveto
(X_Put_Pixel) show
291.280 396 moveto
(Xlbp_Image) show
403.600 396 moveto
(procedure) show
76 405 moveto
(XQueryBestCursor) show
183.640 405 moveto
(X_Query_Best_Cursor) show
291.280 405 moveto
(Xlbp_Cursor) show
403.600 405 moveto
(procedure) show
76 414 moveto
(XQueryBestSize) show
183.640 414 moveto
(X_Query_Best_Size) show
291.280 414 moveto
(Xlbp_Gc) show
403.600 414 moveto
(procedure) show
76 423 moveto
(XQueryBestStipple) show
183.640 423 moveto
(X_Query_Best_Stipple) show
291.280 423 moveto
(Xlbp_Gc) show
403.600 423 moveto
(procedure) show
76 432 moveto
(XQueryBestTile) show
183.640 432 moveto
(X_Query_Best_Tile) show
291.280 432 moveto
(Xlbp_Gc) show
403.600 432 moveto
(procedure) show
76 441 moveto
(XQueryColor) show
183.640 441 moveto
(X_Query_Color) show
291.280 441 moveto
(Xlbp_Color) show
403.600 441 moveto
(procedure) show
76 450 moveto
(XQueryColors) show
183.640 450 moveto
(X_Query_Colors) show
291.280 450 moveto
(Xlbp_Color) show
403.600 450 moveto
(procedure) show
76 459 moveto
(XQueryExtension) show
183.640 459 moveto
(X_Query_Extension) show
291.280 459 moveto
(Xlbp_Extension) show
403.600 459 moveto
(procedure) show
76 468 moveto
(XQueryFont) show
183.640 468 moveto
(X_Query_Font) show
291.280 468 moveto
(Xlbp_Font) show
403.600 468 moveto
(function return X_Font_Struct) show
76 477 moveto
(XQueryKeymap) show
183.640 477 moveto
(X_Query_Keymap) show
291.280 477 moveto
(Xlbp_Keyboard_Control) show
403.600 477 moveto
(procedure) show
76 486 moveto
(XQueryPointer) show
183.640 486 moveto
(X_Query_Pointer) show
291.280 486 moveto
(Xlbp_Window_Information) show
403.600 486 moveto
(procedure) show
76 495 moveto
(XQueryTextExtents) show
183.640 495 moveto
(X_Query_Text_Extents) show
291.280 495 moveto
(Xlbp_Text) show
403.600 495 moveto
(procedure) show
76 504 moveto
(XQueryTextExtents16) show
183.640 504 moveto
(X_Query_Text_Extents16) show
291.280 504 moveto
(Xlbp_Text16) show
403.600 504 moveto
(procedure) show
76 513 moveto
(XQueryTree) show
183.640 513 moveto
(X_Query_Tree) show
291.280 513 moveto
(Xlbp_Window_Information) show
403.600 513 moveto
(procedure) show
76 522 moveto
(XRaiseWindow) show
183.640 522 moveto
(X_Raise_Window) show
291.280 522 moveto
(Xlbp_Window) show
403.600 522 moveto
(procedure) show
76 531 moveto
(XReadBitmapFile) show
183.640 531 moveto
(X_Read_Bitmap_File) show
291.280 531 moveto
(Xlbp_Bitmap) show
403.600 531 moveto
(procedure) show
76 540 moveto
(XRebindKeysym) show
183.640 540 moveto
(X_Rebind_Key_Sym) show
291.280 540 moveto
(Xlbp_Key) show
403.600 540 moveto
(procedure) show
76 549 moveto
(XRecolorCursor) show
183.640 549 moveto
(X_Recolor_Cursor) show
291.280 549 moveto
(Xlbp_Cursor) show
403.600 549 moveto
(procedure) show
76 558 moveto
(XReconfigureWMWindow) show
183.640 558 moveto
(X_Reconfigure_Wm_Window) show
291.280 558 moveto
(Xlbp_Window) show
403.600 558 moveto
(procedure) show
76 567 moveto
(XReconfigureWMWindow) show
183.640 567 moveto
(X_Reconfigure_Wm_Window) show
291.280 567 moveto
(Xlbt_Display3) show
403.600 567 moveto
(type record) show
76 576 moveto
(XRectInRegion) show
183.640 576 moveto
(X_Rect_In_Region) show
291.280 576 moveto
(Xlbp_Region) show
403.600 576 moveto
(function return X_Rect_In_Region_Returns) show
76 585 moveto
(XRefreshKeyboardMapping) show
183.640 585 moveto
(X_Refresh_Keyboard_Mapping) show
291.280 585 moveto
(Xlbp_Key) show
403.600 585 moveto
(procedure) show
76 594 moveto
(XRemoveFromSaveSet) show
183.640 594 moveto
(X_Remove_From_Save_Set) show
291.280 594 moveto
(Xlbp_Host) show
403.600 594 moveto
(procedure) show
76 603 moveto
(XRemoveHost) show
183.640 603 moveto
(X_Remove_Host) show
291.280 603 moveto
(Xlbp_Host) show
403.600 603 moveto
(procedure) show
76 612 moveto
(XRemoveHosts) show
183.640 612 moveto
(X_Remove_Hosts) show
291.280 612 moveto
(Xlbp_Host) show
403.600 612 moveto
(procedure) show
76 621 moveto
(XReparentEvent) show
183.640 621 moveto
(X_Reparent_Notify_Event) show
291.280 621 moveto
(Xlbt_Event) show
403.600 621 moveto
(subtype X_Event) show
76 630 moveto
(XReparentEvent) show
183.640 630 moveto
(X_Reparent_Notify_Event) show
291.280 630 moveto
(Xlbt_Event3) show
403.600 630 moveto
(type record) show
76 639 moveto
(XReparentWindow) show
183.640 639 moveto
(X_Reparent_Window) show
291.280 639 moveto
(Xlbp_Window) show
403.600 639 moveto
(procedure) show
76 648 moveto
(XResetScreenSaver) show
183.640 648 moveto
(X_Reset_Screen_Saver) show
291.280 648 moveto
(Xlbp_Screen_Saver) show
403.600 648 moveto
(procedure) show
76 657 moveto
(XResizeRequestEvent) show
183.640 657 moveto
(X_Resize_Request_Event) show
291.280 657 moveto
(Xlbt_Event) show
403.600 657 moveto
(subtype X_Event) show
76 666 moveto
(XResizeRequestEvent) show
183.640 666 moveto
(X_Resize_Request_Event) show
291.280 666 moveto
(Xlbt_Event3) show
403.600 666 moveto
(type record) show
76 675 moveto
(XResizeWindow) show
183.640 675 moveto
(X_Resize_Window) show
291.280 675 moveto
(Xlbp_Window) show
403.600 675 moveto
(procedure) show
76 684 moveto
(XResourceDataBase) show
183.640 684 moveto
(X_Resource_Database) show
291.280 684 moveto
(Xlbp_Display) show
403.600 684 moveto
(function return X_Rm_Database) show
76 693 moveto
(XResourceManagerString) show
183.640 693 moveto
(X_Resource_Manager_String) show
291.280 693 moveto
(Xlbp_Display) show
403.600 693 moveto
(function return X_String_Pointer) show
76 702 moveto
(XRestackWindows) show
183.640 702 moveto
(X_Restack_Windows) show
291.280 702 moveto
(Xlbp_Window) show
403.600 702 moveto
(procedure) show
76 711 moveto
(XRotateBuffers) show
183.640 711 moveto
(X_Rotate_Buffers) show
291.280 711 moveto
(Xlbp_Cut_Buffer) show
403.600 711 moveto
(procedure) show
76 720 moveto
(XRotateWindowProperties) show
183.640 720 moveto
(X_Rotate_Window_Properties) show
291.280 720 moveto
(Xlbp_Window_Property) show
403.600 720 moveto
(procedure) show
72 756 moveto
10 /Times-Roman SelectFont
(78) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 79 79
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XSaveContext) show
183.640 108 moveto
(X_Save_Context) show
291.280 108 moveto
(Xlbp_Context_Manager) show
403.600 108 moveto
(function return X_Associative_Returns) show
76 117 moveto
(XScreenNumberOfScreen) show
183.640 117 moveto
(X_Screen_Number_Of_Screen) show
291.280 117 moveto
(Xlbp_Display) show
403.600 117 moveto
(function return X_Screen_Number) show
76 126 moveto
(XSegment) show
183.640 126 moveto
(X_Segment) show
291.280 126 moveto
(Xlbt_Graphics) show
403.600 126 moveto
(subtype X_Segment) show
76 135 moveto
(XSegment) show
183.640 135 moveto
(X_Segment) show
291.280 135 moveto
(Xlbt_Graphics3) show
403.600 135 moveto
(type record) show
76 144 moveto
(XSelectInput) show
183.640 144 moveto
(X_Select_Input) show
291.280 144 moveto
(Xlbp_Event) show
403.600 144 moveto
(procedure) show
76 153 moveto
(XSelectionClearEvent) show
183.640 153 moveto
(X_Selection_Clear_Event) show
291.280 153 moveto
(Xlbt_Event) show
403.600 153 moveto
(subtype X_Event) show
76 162 moveto
(XSelectionClearEvent) show
183.640 162 moveto
(X_Selection_Clear_Event) show
291.280 162 moveto
(Xlbt_Event3) show
403.600 162 moveto
(type record) show
76 171 moveto
(XSelectionEvent) show
183.640 171 moveto
(X_Selection_Notify_Event) show
291.280 171 moveto
(Xlbt_Event) show
403.600 171 moveto
(subtype X_Event) show
76 180 moveto
(XSelectionEvent) show
183.640 180 moveto
(X_Selection_Notify_Event) show
291.280 180 moveto
(Xlbt_Event3) show
403.600 180 moveto
(type record) show
76 189 moveto
(XSelectionRequestEvent) show
183.640 189 moveto
(X_Selection_Request_Event) show
291.280 189 moveto
(Xlbt_Event) show
403.600 189 moveto
(subtype X_Event) show
76 198 moveto
(XSelectionRequestEvent) show
183.640 198 moveto
(X_Selection_Request_Event) show
291.280 198 moveto
(Xlbt_Event3) show
403.600 198 moveto
(type record) show
76 207 moveto
(XSendEvent) show
183.640 207 moveto
(X_Send_Event) show
291.280 207 moveto
(Xlbp_Event) show
403.600 207 moveto
(procedure) show
76 216 moveto
(XSetAccessControl) show
183.640 216 moveto
(X_Set_Access_Control) show
291.280 216 moveto
(Xlbp_Host) show
403.600 216 moveto
(procedure) show
76 225 moveto
(XSetAfterFunction) show
183.640 225 moveto
(X_Set_After_Function) show
291.280 225 moveto
(Xlbp_Sync) show
403.600 225 moveto
(function return Proc_Var_X_Synchandler.Pv) show
76 234 moveto
(XSetArcMode) show
183.640 234 moveto
(X_Set_Arc_Mode) show
291.280 234 moveto
(Xlbp_Gc) show
403.600 234 moveto
(procedure) show
76 243 moveto
(XSetBackground) show
183.640 243 moveto
(X_Set_Background) show
291.280 243 moveto
(Xlbp_Gc) show
403.600 243 moveto
(procedure) show
76 252 moveto
(XSetClassHint) show
183.640 252 moveto
(X_Set_Class_Hint) show
291.280 252 moveto
(Xlbp_Hint) show
403.600 252 moveto
(procedure) show
76 261 moveto
(XSetClipMask) show
183.640 261 moveto
(X_Set_Clip_Mask) show
291.280 261 moveto
(Xlbp_Gc) show
403.600 261 moveto
(procedure) show
76 270 moveto
(XSetClipOrigin) show
183.640 270 moveto
(X_Set_Clip_Origin) show
291.280 270 moveto
(Xlbp_Gc) show
403.600 270 moveto
(procedure) show
76 279 moveto
(XSetClipRectangles) show
183.640 279 moveto
(X_Set_Clip_Rectangles) show
291.280 279 moveto
(Xlbp_Gc) show
403.600 279 moveto
(procedure) show
76 288 moveto
(XSetCloseDownMode) show
183.640 288 moveto
(X_Set_Close_Down_Mode) show
291.280 288 moveto
(Xlbp_Host) show
403.600 288 moveto
(procedure) show
76 297 moveto
(XSetCommand) show
183.640 297 moveto
(X_Set_Command) show
291.280 297 moveto
(Xlbp_Hint) show
403.600 297 moveto
(procedure) show
76 306 moveto
(XSetDashes) show
183.640 306 moveto
(X_Set_Dashes) show
291.280 306 moveto
(Xlbp_Gc) show
403.600 306 moveto
(procedure) show
76 315 moveto
(XSetErrorHandler) show
183.640 315 moveto
(X_Set_Error_Handler) show
291.280 315 moveto
(Xlbp_Error) show
403.600 315 moveto
(function return) show
403.600 324 moveto
(Proc_Var_X_Error_Function.Pv) show
76 333 moveto
(XSetFillRule) show
183.640 333 moveto
(X_Set_Fill_Rule) show
291.280 333 moveto
(Xlbp_Gc) show
403.600 333 moveto
(procedure) show
76 342 moveto
(XSetFillStyle) show
183.640 342 moveto
(X_Set_Fill_Style) show
291.280 342 moveto
(Xlbp_Gc) show
403.600 342 moveto
(procedure) show
76 351 moveto
(XSetFont) show
183.640 351 moveto
(X_Set_Font) show
291.280 351 moveto
(Xlbp_Gc) show
403.600 351 moveto
(procedure) show
76 360 moveto
(XSetFontPath) show
183.640 360 moveto
(X_Set_Font_Path) show
291.280 360 moveto
(Xlbp_Font_Names) show
403.600 360 moveto
(procedure) show
76 369 moveto
(XSetForeground) show
183.640 369 moveto
(X_Set_Foreground) show
291.280 369 moveto
(Xlbp_Gc) show
403.600 369 moveto
(procedure) show
76 378 moveto
(XSetFunction) show
183.640 378 moveto
(X_Set_Function) show
291.280 378 moveto
(Xlbp_Gc) show
403.600 378 moveto
(procedure) show
76 387 moveto
(XSetGraphicsExposures) show
183.640 387 moveto
(X_Set_Graphics_Exposures) show
291.280 387 moveto
(Xlbp_Gc) show
403.600 387 moveto
(procedure) show
76 396 moveto
(XSetIOErrorHandler) show
183.640 396 moveto
(X_Set_Io_Error_Handler) show
291.280 396 moveto
(Xlbp_Error) show
403.600 396 moveto
(function return) show
403.600 405 moveto
(Proc_Var_X_Io_Error_Function.Pv) show
76 414 moveto
(XSetIconName) show
183.640 414 moveto
(X_Set_Wm_Icon_Name) show
291.280 414 moveto
(Xlbp_Hint) show
403.600 414 moveto
(procedure) show
76 423 moveto
(XSetIconSizes) show
183.640 423 moveto
(X_Set_Icon_Sizes) show
291.280 423 moveto
(Xlbp_Hint) show
403.600 423 moveto
(procedure) show
76 432 moveto
(XSetInputFocus) show
183.640 432 moveto
(X_Set_Input_Focus) show
291.280 432 moveto
(Xlbp_Input_Focus) show
403.600 432 moveto
(procedure) show
76 441 moveto
(XSetLineAttributes) show
183.640 441 moveto
(X_Set_Line_Attributes) show
291.280 441 moveto
(Xlbp_Gc) show
403.600 441 moveto
(procedure) show
76 450 moveto
(XSetModifierMapping) show
183.640 450 moveto
(X_Set_Modifier_Mapping) show
291.280 450 moveto
(Xlbp_Keyboard_Encoding) show
403.600 450 moveto
(function return X_Mapping_Status) show
76 459 moveto
(XSetName) show
183.640 459 moveto
(X_Set_Wm_Name) show
291.280 459 moveto
(Xlbp_Hint) show
403.600 459 moveto
(procedure) show
76 468 moveto
(XSetNormalHints) show
183.640 468 moveto
(X_Set_Wm_Normal_Hints) show
291.280 468 moveto
(Xlbp_Hint) show
403.600 468 moveto
(procedure) show
76 477 moveto
(XSetPlaneMask) show
183.640 477 moveto
(X_Set_Plane_Mask) show
291.280 477 moveto
(Xlbp_Gc) show
403.600 477 moveto
(procedure) show
76 486 moveto
(XSetPointerMapping) show
183.640 486 moveto
(X_Set_Pointer_Mapping) show
291.280 486 moveto
(Xlbp_Pointer_Control) show
403.600 486 moveto
(procedure) show
76 495 moveto
(XSetRGBColormaps) show
183.640 495 moveto
(X_Set_Rgb_Colormaps) show
291.280 495 moveto
(Xlbp_Hint) show
403.600 495 moveto
(procedure) show
76 504 moveto
(XSetRegion) show
183.640 504 moveto
(X_Set_Region) show
291.280 504 moveto
(Xlbp_Region) show
403.600 504 moveto
(procedure) show
76 513 moveto
(XSetResourceDataBase) show
183.640 513 moveto
(X_Set_Resource_Database) show
291.280 513 moveto
(Xlbp_Display) show
403.600 513 moveto
(procedure) show
76 522 moveto
(XSetScreenSaver) show
183.640 522 moveto
(X_Set_Screen_Saver) show
291.280 522 moveto
(Xlbp_Screen_Saver) show
403.600 522 moveto
(procedure) show
76 531 moveto
(XSetSelectionOwner) show
183.640 531 moveto
(X_Set_Selection_Owner) show
291.280 531 moveto
(Xlbp_Selection) show
403.600 531 moveto
(procedure) show
76 540 moveto
(XSetSizeHints) show
183.640 540 moveto
(X_Set_Wm_Size_Hints) show
291.280 540 moveto
(Xlbp_Hint) show
403.600 540 moveto
(procedure) show
76 549 moveto
(XSetStandardProperties) show
183.640 549 moveto
(X_Set_Wm_Properties) show
291.280 549 moveto
(Xlbp_Hint) show
403.600 549 moveto
(procedure) show
76 558 moveto
(XSetState) show
183.640 558 moveto
(X_Set_State) show
291.280 558 moveto
(Xlbp_Gc) show
403.600 558 moveto
(procedure) show
76 567 moveto
(XSetStipple) show
183.640 567 moveto
(X_Set_Stipple) show
291.280 567 moveto
(Xlbp_Gc) show
403.600 567 moveto
(procedure) show
76 576 moveto
(XSetSubwindowMode) show
183.640 576 moveto
(X_Set_Subwindow_Mode) show
291.280 576 moveto
(Xlbp_Gc) show
403.600 576 moveto
(procedure) show
76 585 moveto
(XSetTSOrigin) show
183.640 585 moveto
(X_Set_Ts_Origin) show
291.280 585 moveto
(Xlbp_Gc) show
403.600 585 moveto
(procedure) show
76 594 moveto
(XSetTextProperty) show
183.640 594 moveto
(X_Set_Text_Property) show
291.280 594 moveto
(Xlbp_Window_Property) show
403.600 594 moveto
(procedure) show
76 603 moveto
(XSetTile) show
183.640 603 moveto
(X_Set_Tile) show
291.280 603 moveto
(Xlbp_Gc) show
403.600 603 moveto
(procedure) show
76 612 moveto
(XSetTransientForHint) show
183.640 612 moveto
(X_Set_Transient_For_Hint) show
291.280 612 moveto
(Xlbp_Hint) show
403.600 612 moveto
(procedure) show
76 621 moveto
(XSetWMClientMachine) show
183.640 621 moveto
(X_Set_Wm_Client_Machine) show
291.280 621 moveto
(Xlbp_Hint) show
403.600 621 moveto
(procedure) show
76 630 moveto
(XSetWMColormapWindows) show
183.640 630 moveto
(X_Set_Wm_Colormap_Windows) show
291.280 630 moveto
(Xlbp_Hint) show
403.600 630 moveto
(procedure) show
76 639 moveto
(XSetWMHints) show
183.640 639 moveto
(X_Set_Wm_Hints) show
291.280 639 moveto
(Xlbp_Hint) show
403.600 639 moveto
(procedure) show
76 648 moveto
(XSetWMProtocols) show
183.640 648 moveto
(X_Set_Wm_Protocols) show
291.280 648 moveto
(Xlbp_Hint) show
403.600 648 moveto
(procedure) show
76 657 moveto
(XSetWindowAttributes) show
183.640 657 moveto
(X_Set_Window_Attributes) show
291.280 657 moveto
(Xlbt_Window) show
403.600 657 moveto
(subtype X_Set_Window_Attributes) show
76 666 moveto
(XSetWindowAttributes) show
183.640 666 moveto
(X_Set_Window_Attributes) show
291.280 666 moveto
(Xlbt_Window3) show
403.600 666 moveto
(type record) show
76 675 moveto
(XSetWindowBackground) show
183.640 675 moveto
(X_Set_Window_Background) show
291.280 675 moveto
(Xlbp_Window) show
403.600 675 moveto
(procedure) show
76 684 moveto
(XSetWindowBackgroundPixmap) show
183.640 684 moveto
(X_Set_Window_Background_) show
183.640 693 moveto
(Pixmap) show
291.280 684 moveto
(Xlbp_Window) show
403.600 684 moveto
(procedure) show
76 702 moveto
(XSetWindowBorder) show
183.640 702 moveto
(X_Set_Window_Border) show
291.280 702 moveto
(Xlbp_Window) show
403.600 702 moveto
(procedure) show
76 711 moveto
(XSetWindowBorderPixmap) show
183.640 711 moveto
(X_Set_Window_Border_Pixmap) show
291.280 711 moveto
(Xlbp_Window) show
403.600 711 moveto
(procedure) show
76 720 moveto
(XSetWindowBorderWidth) show
183.640 720 moveto
(X_Set_Window_Border_Width) show
291.280 720 moveto
(Xlbp_Window) show
403.600 720 moveto
(procedure) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(79) show
EndPage
%%Page: 80 80
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XSetWindowColormap) show
183.640 108 moveto
(X_Set_Window_Colormap) show
291.280 108 moveto
(Xlbp_Color) show
403.600 108 moveto
(procedure) show
76 117 moveto
(XShrinkRegion) show
183.640 117 moveto
(X_Shrink_Region) show
291.280 117 moveto
(Xlbp_Region) show
403.600 117 moveto
(procedure) show
76 126 moveto
(XSizeHints) show
183.640 126 moveto
(X_Size_Hints) show
291.280 126 moveto
(Xlbt_Hint) show
403.600 126 moveto
(subtype X_Size_Hints) show
76 135 moveto
(XSizeHints) show
183.640 135 moveto
(X_Size_Hints) show
291.280 135 moveto
(Xlbt_Hint3) show
403.600 135 moveto
(type record) show
76 144 moveto
(XStoreBuffer) show
183.640 144 moveto
(X_Store_Buffer) show
291.280 144 moveto
(Xlbp_Cut_Buffer) show
403.600 144 moveto
(procedure) show
76 153 moveto
(XStoreBytes) show
183.640 153 moveto
(X_Store_Bytes) show
291.280 153 moveto
(Xlbp_Cut_Buffer) show
403.600 153 moveto
(procedure) show
76 162 moveto
(XStoreColor) show
183.640 162 moveto
(X_Store_Color) show
291.280 162 moveto
(Xlbp_Color) show
403.600 162 moveto
(procedure) show
76 171 moveto
(XStoreColors) show
183.640 171 moveto
(X_Store_Colors) show
291.280 171 moveto
(Xlbp_Color) show
403.600 171 moveto
(procedure) show
76 180 moveto
(XStoreNamedColor) show
183.640 180 moveto
(X_Store_Named_Color) show
291.280 180 moveto
(Xlbp_Color) show
403.600 180 moveto
(procedure) show
76 189 moveto
(XStringListToTextProperty) show
183.640 189 moveto
(X_String_List_To_Text_Property) show
291.280 189 moveto
(Xlbp_Window_Property) show
403.600 189 moveto
(procedure) show
76 198 moveto
(XStringToContext) show
183.640 198 moveto
(X_String_To_Context) show
291.280 198 moveto
(Xlbp_Context_Manager) show
403.600 198 moveto
(function return X_Context) show
76 207 moveto
(XStringToKeysym) show
183.640 207 moveto
(X_String_To_Key_Sym) show
291.280 207 moveto
(Xlbp_Key) show
403.600 207 moveto
(function return X_Key_Sym) show
76 216 moveto
(XSubImage) show
183.640 216 moveto
(X_Sub_Image) show
291.280 216 moveto
(Xlbp_Image) show
403.600 216 moveto
(function return X_Image) show
76 225 moveto
(XSubtractRegion) show
183.640 225 moveto
(X_Subtract_Region) show
291.280 225 moveto
(Xlbp_Region) show
403.600 225 moveto
(procedure) show
76 234 moveto
(XSync) show
183.640 234 moveto
(X_Sync) show
291.280 234 moveto
(Xlbp_Sync) show
403.600 234 moveto
(procedure) show
76 243 moveto
(XSynchronize) show
183.640 243 moveto
(X_Synchronize) show
291.280 243 moveto
(Xlbp_Sync) show
403.600 243 moveto
(function return Proc_Var_X_Synchandler.Pv) show
76 252 moveto
(XTextExtents) show
183.640 252 moveto
(X_Text_Extents) show
291.280 252 moveto
(Xlbp_Text) show
403.600 252 moveto
(procedure) show
76 261 moveto
(XTextExtents16) show
183.640 261 moveto
(X_Text_Extents16) show
291.280 261 moveto
(Xlbp_Text16) show
403.600 261 moveto
(procedure) show
76 270 moveto
(XTextItem) show
183.640 270 moveto
(X_Text_Item) show
291.280 270 moveto
(Xlbt_Text3) show
403.600 270 moveto
(type record) show
76 279 moveto
(XTextItem16) show
183.640 279 moveto
(X_Text_Item16) show
291.280 279 moveto
(Xlbt_Text3) show
403.600 279 moveto
(type record) show
76 288 moveto
(XTextProperty) show
183.640 288 moveto
(X_Text_Property) show
291.280 288 moveto
(Xlbt_Hint) show
403.600 288 moveto
(subtype X_Text_Property) show
76 297 moveto
(XTextProperty) show
183.640 297 moveto
(X_Text_Property) show
291.280 297 moveto
(Xlbt_Hint3) show
403.600 297 moveto
(type record) show
76 306 moveto
(XTextPropertyToStringList) show
183.640 306 moveto
(X_Text_Property_To_String_List) show
291.280 306 moveto
(Xlbp_Window_Property) show
403.600 306 moveto
(procedure) show
76 315 moveto
(XTextWidth) show
183.640 315 moveto
(X_Text_Width) show
291.280 315 moveto
(Xlbp_Text) show
403.600 315 moveto
(function return S_Long) show
76 324 moveto
(XTextWidth16) show
183.640 324 moveto
(X_Text_Width16) show
291.280 324 moveto
(Xlbp_Text16) show
403.600 324 moveto
(function return S_Long) show
76 333 moveto
(XTimeCoord) show
183.640 333 moveto
(X_Time_Coord) show
291.280 333 moveto
(Xlbt_Pointer) show
403.600 333 moveto
(type record) show
76 342 moveto
(XTranslateCoordinates) show
183.640 342 moveto
(X_Translate_Coordinates) show
291.280 342 moveto
(Xlbp_Window_Information) show
403.600 342 moveto
(procedure) show
76 351 moveto
(XUndefineCursor) show
183.640 351 moveto
(X_Undefine_Cursor) show
291.280 351 moveto
(Xlbp_Cursor) show
403.600 351 moveto
(procedure) show
76 360 moveto
(XUngrabButton) show
183.640 360 moveto
(X_Ungrab_Button) show
291.280 360 moveto
(Xlbp_Grab) show
403.600 360 moveto
(procedure) show
76 369 moveto
(XUngrabKey) show
183.640 369 moveto
(X_Ungrab_Key) show
291.280 369 moveto
(Xlbp_Grab) show
403.600 369 moveto
(procedure) show
76 378 moveto
(XUngrabKeyboard) show
183.640 378 moveto
(X_Ungrab_Keyboard) show
291.280 378 moveto
(Xlbp_Grab) show
403.600 378 moveto
(procedure) show
76 387 moveto
(XUngrabPointer) show
183.640 387 moveto
(X_Ungrab_Pointer) show
291.280 387 moveto
(Xlbp_Grab) show
403.600 387 moveto
(procedure) show
76 396 moveto
(XUngrabServer) show
183.640 396 moveto
(X_Ungrab_Server) show
291.280 396 moveto
(Xlbp_Grab) show
403.600 396 moveto
(procedure) show
76 405 moveto
(XUninstallColormap) show
183.640 405 moveto
(X_Uninstall_Colormap) show
291.280 405 moveto
(Xlbp_Color) show
403.600 405 moveto
(procedure) show
76 414 moveto
(XUnionRectWithRegion) show
183.640 414 moveto
(X_Union_Rect_With_Region) show
291.280 414 moveto
(Xlbp_Region) show
403.600 414 moveto
(procedure) show
76 423 moveto
(XUnionRegion) show
183.640 423 moveto
(X_Union_Region) show
291.280 423 moveto
(Xlbp_Region) show
403.600 423 moveto
(procedure) show
76 432 moveto
(XUniqueContext) show
183.640 432 moveto
(X_Unique_Context) show
291.280 432 moveto
(Xlbp_Context_Manager) show
403.600 432 moveto
(function return X_Context) show
76 441 moveto
(XUnloadFont) show
183.640 441 moveto
(X_Unload_Font) show
291.280 441 moveto
(Xlbp_Font) show
403.600 441 moveto
(procedure) show
76 450 moveto
(XUnmapEvent) show
183.640 450 moveto
(X_Unmap_Notify_Event) show
291.280 450 moveto
(Xlbt_Event) show
403.600 450 moveto
(subtype X_Event) show
76 459 moveto
(XUnmapEvent) show
183.640 459 moveto
(X_Unmap_Notify_Event) show
291.280 459 moveto
(Xlbt_Event3) show
403.600 459 moveto
(type record) show
76 468 moveto
(XUnmapSubWindows) show
183.640 468 moveto
(X_Unmap_Subwindows) show
291.280 468 moveto
(Xlbp_Window) show
403.600 468 moveto
(procedure) show
76 477 moveto
(XUnmapWindow) show
183.640 477 moveto
(X_Unmap_Window) show
291.280 477 moveto
(Xlbp_Window) show
403.600 477 moveto
(procedure) show
76 486 moveto
(XValue) show
183.640 486 moveto
(X_Value) show
291.280 486 moveto
(Xlbt_Geometry) show
403.600 486 moveto
(literal X_Parse_Geometry_Flags_Index) show
76 495 moveto
(XVisibilityEvent) show
183.640 495 moveto
(X_Visibility_Notify_Event) show
291.280 495 moveto
(Xlbt_Event) show
403.600 495 moveto
(subtype X_Event) show
76 504 moveto
(XVisibilityEvent) show
183.640 504 moveto
(X_Visibility_Notify_Event) show
291.280 504 moveto
(Xlbt_Event3) show
403.600 504 moveto
(type record) show
76 513 moveto
(XVisualIDFromVisual) show
183.640 513 moveto
(X_Visual_Id_From_Visual) show
291.280 513 moveto
(Xlbp_Display) show
403.600 513 moveto
(function return X_Visual_Id) show
76 522 moveto
(XVisualInfo) show
183.640 522 moveto
(X_Visual_Info) show
291.280 522 moveto
(Xlbt_Visual) show
403.600 522 moveto
(subtype X_Visual_Info) show
76 531 moveto
(XVisualInfo) show
183.640 531 moveto
(X_Visual_Info) show
291.280 531 moveto
(Xlbt_Visual3) show
403.600 531 moveto
(type record) show
76 540 moveto
(XWMGeometry) show
183.640 540 moveto
(X_Wm_Geometry) show
291.280 540 moveto
(Xlbp_Geometry) show
403.600 540 moveto
(procedure) show
76 549 moveto
(XWMHints) show
183.640 549 moveto
(X_Wm_Hints) show
291.280 549 moveto
(Xlbt_Hint) show
403.600 549 moveto
(subtype X_Wm_Hints) show
76 558 moveto
(XWMHints) show
183.640 558 moveto
(X_Wm_Hints) show
291.280 558 moveto
(Xlbt_Hint3) show
403.600 558 moveto
(type record) show
76 567 moveto
(XWarpPointer) show
183.640 567 moveto
(X_Warp_Pointer) show
291.280 567 moveto
(Xlbp_Input_Focus) show
403.600 567 moveto
(procedure) show
76 576 moveto
(XWindowAttributes) show
183.640 576 moveto
(X_Window_Attributes) show
291.280 576 moveto
(Xlbt_Window) show
403.600 576 moveto
(subtype X_Window_Attributes) show
76 585 moveto
(XWindowAttributes) show
183.640 585 moveto
(X_Window_Attributes) show
291.280 585 moveto
(Xlbt_Window3) show
403.600 585 moveto
(type record) show
76 594 moveto
(XWindowChanges) show
183.640 594 moveto
(X_Window_Changes) show
291.280 594 moveto
(Xlbt_Window) show
403.600 594 moveto
(subtype X_Window_Changes) show
76 603 moveto
(XWindowChanges) show
183.640 603 moveto
(X_Window_Changes) show
291.280 603 moveto
(Xlbt_Window3) show
403.600 603 moveto
(type record) show
76 612 moveto
(XWindowEvent) show
183.640 612 moveto
(X_Window_Event) show
291.280 612 moveto
(Xlbp_Event) show
403.600 612 moveto
(procedure) show
76 621 moveto
(XWithdrawWindow) show
183.640 621 moveto
(X_Withdraw_Window) show
291.280 621 moveto
(Xlbp_Window) show
403.600 621 moveto
(procedure) show
76 630 moveto
(XWriteBitmapFile) show
183.640 630 moveto
(X_Write_Bitmap_File) show
291.280 630 moveto
(Xlbp_Bitmap) show
403.600 630 moveto
(function return X_Bitmap_Returns) show
76 639 moveto
(XXorRegion) show
183.640 639 moveto
(X_Xor_Region) show
291.280 639 moveto
(Xlbp_Region) show
403.600 639 moveto
(procedure) show
76 648 moveto
(XYBitmap) show
183.640 648 moveto
(X_Y_Bitmap) show
291.280 648 moveto
(Xlbt_Image) show
403.600 648 moveto
(constant X_Image_Format) show
76 657 moveto
(XYPixmap) show
183.640 657 moveto
(X_Y_Pixmap) show
291.280 657 moveto
(Xlbt_Image) show
403.600 657 moveto
(constant X_Image_Format) show
76 666 moveto
(X_Error) show
183.640 666 moveto
(Error_Event) show
291.280 666 moveto
(Xlbt_Event) show
403.600 666 moveto
(constant X_Event_Code) show
76 675 moveto
(X_Reply) show
183.640 675 moveto
(Reply_Event) show
291.280 675 moveto
(Xlbt_Event) show
403.600 675 moveto
(constant X_Event_Code) show
76 684 moveto
(Xlib_DisplayClosing) show
183.640 684 moveto
(Xlib_Display_Closing) show
291.280 684 moveto
(Xlbt_Display2) show
403.600 684 moveto
(constant X_Display_Flags_Index) show
76 693 moveto
(Xlib_DisplayClosing) show
183.640 693 moveto
(Xlib_Display_Closing) show
291.280 693 moveto
(Xlbt_Display3) show
403.600 693 moveto
(literal X_Display_Flags_Index) show
76 702 moveto
(XrmAddResource) show
183.640 702 moveto
(X_Rm_Add_Resource) show
291.280 702 moveto
(Xlbp_Rm) show
403.600 702 moveto
(procedure) show
76 711 moveto
(XrmBindLoosely) show
183.640 711 moveto
(X_Rm_Bind_Loosely) show
291.280 711 moveto
(Xlbt_Rm) show
403.600 711 moveto
(constant X_Rm_Binding) show
76 720 moveto
(XrmBindTightly) show
183.640 720 moveto
(X_Rm_Bind_Tightly) show
291.280 720 moveto
(Xlbt_Rm) show
403.600 720 moveto
(constant X_Rm_Binding) show
72 756 moveto
10 /Times-Roman SelectFont
(80) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 81 81
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XrmBinding) show
183.640 108 moveto
(X_Rm_Binding) show
291.280 108 moveto
(Xlbt_Rm) show
403.600 108 moveto
(subtype X_Rm_Binding) show
76 117 moveto
(XrmBinding) show
183.640 117 moveto
(X_Rm_Binding) show
291.280 117 moveto
(Xlbt_Rm3) show
403.600 117 moveto
(type enumeration) show
76 126 moveto
(XrmBindingList) show
183.640 126 moveto
(X_Rm_Binding_Array) show
291.280 126 moveto
(Xlbt_Rm) show
403.600 126 moveto
(subtype X_Rm_Binding_Array) show
76 135 moveto
(XrmBindingList) show
183.640 135 moveto
(X_Rm_Binding_Array) show
291.280 135 moveto
(Xlbt_Rm3) show
403.600 135 moveto
(type array of X_Rm_Binding) show
76 144 moveto
(XrmClass) show
183.640 144 moveto
(X_Rm_Class) show
291.280 144 moveto
(Xlbt_Rm) show
403.600 144 moveto
(subtype X_Rm_Class) show
76 153 moveto
(XrmClass) show
183.640 153 moveto
(X_Rm_Class) show
291.280 153 moveto
(Xlbt_Rm3) show
403.600 153 moveto
(type new X_Rm_Quark) show
76 162 moveto
(XrmClassList) show
183.640 162 moveto
(X_Rm_Class_List) show
291.280 162 moveto
(Xlbt_Rm) show
403.600 162 moveto
(subtype X_Rm_Class_List) show
76 171 moveto
(XrmClassList) show
183.640 171 moveto
(X_Rm_Class_List) show
291.280 171 moveto
(Xlbt_Rm3) show
403.600 171 moveto
(type access X_Rm_Class_Array) show
76 180 moveto
(XrmClassToString) show
183.640 180 moveto
(X_Rm_Class_To_String) show
291.280 180 moveto
(Xlbp_Rm_Name) show
403.600 180 moveto
(function return X_String) show
76 189 moveto
(XrmDatabase) show
183.640 189 moveto
(X_Rm_Database) show
291.280 189 moveto
(Xlbt_Rm) show
403.600 189 moveto
(subtype X_Rm_Database) show
76 198 moveto
(XrmDatabase) show
183.640 198 moveto
(X_Rm_Database) show
291.280 198 moveto
(Xlbt_Rm3) show
403.600 198 moveto
(type access X_Rm_Database_Rec) show
76 207 moveto
(XrmDestroyDatabase) show
183.640 207 moveto
(X_Rm_Destroy_Database) show
291.280 207 moveto
(Xlbp_Rm) show
403.600 207 moveto
(procedure) show
76 216 moveto
(XrmGetFileDatabase) show
183.640 216 moveto
(X_Rm_Get_File_Database) show
291.280 216 moveto
(Xlbp_Rm) show
403.600 216 moveto
(procedure) show
76 225 moveto
(XrmGetResource) show
183.640 225 moveto
(X_Rm_Get_Resource) show
291.280 225 moveto
(Xlbp_Rm) show
403.600 225 moveto
(procedure) show
76 234 moveto
(XrmGetSearchList) show
183.640 234 moveto
(X_Rm_Get_Search_List) show
291.280 234 moveto
(Xlbp_Rm) show
403.600 234 moveto
(function return X_Rm_Search_List) show
76 243 moveto
(XrmGetSearchResource) show
183.640 243 moveto
(X_Rm_Get_Search_Resource) show
291.280 243 moveto
(Xlbp_Rm) show
403.600 243 moveto
(procedure) show
76 252 moveto
(XrmGetStringDatabase) show
183.640 252 moveto
(X_Rm_Get_String_Database) show
291.280 252 moveto
(Xlbp_Rm) show
403.600 252 moveto
(procedure) show
76 261 moveto
(XrmHashBucket) show
183.640 261 moveto
(X_Rm_Hash_Bucket) show
291.280 261 moveto
(Xlbt_Rm2) show
403.600 261 moveto
(subtype X_Rm_Hash_Bucket) show
76 270 moveto
(XrmHashBucket) show
183.640 270 moveto
(X_Rm_Hash_Bucket) show
291.280 270 moveto
(Xlbt_Rm3) show
403.600 270 moveto
(type access X_Rm_Hash_Bucket_Rec) show
76 279 moveto
(XrmHashTable) show
183.640 279 moveto
(X_Rm_Hash_Table) show
291.280 279 moveto
(Xlbt_Rm2) show
403.600 279 moveto
(subtype X_Rm_Hash_Table) show
76 288 moveto
(XrmHashTable) show
183.640 288 moveto
(X_Rm_Hash_Table) show
291.280 288 moveto
(Xlbt_Rm3) show
403.600 288 moveto
(type access X_Rm_Hash_Bucket_Array) show
76 297 moveto
(XrmMergeDatabases) show
183.640 297 moveto
(X_Rm_Merge_Databases) show
291.280 297 moveto
(Xlbp_Rm) show
403.600 297 moveto
(procedure) show
76 306 moveto
(XrmName) show
183.640 306 moveto
(X_Rm_Name) show
291.280 306 moveto
(Xlbt_Rm) show
403.600 306 moveto
(subtype X_Rm_Name) show
76 315 moveto
(XrmName) show
183.640 315 moveto
(X_Rm_Name) show
291.280 315 moveto
(Xlbt_Rm3) show
403.600 315 moveto
(type new X_Rm_Quark) show
76 324 moveto
(XrmNameList) show
183.640 324 moveto
(X_Rm_Name_List) show
291.280 324 moveto
(Xlbt_Rm) show
403.600 324 moveto
(subtype X_Rm_Name_List) show
76 333 moveto
(XrmNameList) show
183.640 333 moveto
(X_Rm_Name_List) show
291.280 333 moveto
(Xlbt_Rm3) show
403.600 333 moveto
(type access X_Rm_Name_Array) show
76 342 moveto
(XrmNameToString) show
183.640 342 moveto
(X_Rm_Name_To_String) show
291.280 342 moveto
(Xlbp_Rm_Name) show
403.600 342 moveto
(function return X_String) show
76 351 moveto
(XrmOptionDescList) show
183.640 351 moveto
(X_Rm_Option_Desc_Array) show
291.280 351 moveto
(Xlbt_Rm) show
403.600 351 moveto
(subtype X_Rm_Option_Desc_Array) show
76 360 moveto
(XrmOptionDescList) show
183.640 360 moveto
(X_Rm_Option_Desc_Array) show
291.280 360 moveto
(Xlbt_Rm3) show
403.600 360 moveto
(type array of X_Rm_Option_Desc) show
76 369 moveto
(XrmOptionDescRec) show
183.640 369 moveto
(X_Rm_Option_Desc) show
291.280 369 moveto
(Xlbt_Rm) show
403.600 369 moveto
(subtype X_Rm_Option_Desc) show
76 378 moveto
(XrmOptionDescRec) show
183.640 378 moveto
(X_Rm_Option_Desc) show
291.280 378 moveto
(Xlbt_Rm2) show
403.600 378 moveto
(subtype X_Rm_Option_Desc) show
76 387 moveto
(XrmOptionDescRec) show
183.640 387 moveto
(X_Rm_Option_Desc) show
291.280 387 moveto
(Xlbt_Rm3) show
403.600 387 moveto
(type record) show
76 396 moveto
(XrmParseCommand) show
183.640 396 moveto
(X_Rm_Parse_Command) show
291.280 396 moveto
(Xlbp_Rm) show
403.600 396 moveto
(procedure) show
76 405 moveto
(XrmPutFileDatabase) show
183.640 405 moveto
(X_Rm_Put_File_Database) show
291.280 405 moveto
(Xlbp_Rm) show
403.600 405 moveto
(procedure) show
76 414 moveto
(XrmPutLineResource) show
183.640 414 moveto
(X_Rm_Put_Line_Resource) show
291.280 414 moveto
(Xlbp_Rm) show
403.600 414 moveto
(procedure) show
76 423 moveto
(XrmPutResource) show
183.640 423 moveto
(X_Rm_Put_Resource) show
291.280 423 moveto
(Xlbp_Rm) show
403.600 423 moveto
(procedure) show
76 432 moveto
(XrmPutStringResource) show
183.640 432 moveto
(X_Rm_Put_String_Resource) show
291.280 432 moveto
(Xlbp_Rm) show
403.600 432 moveto
(procedure) show
76 441 moveto
(XrmQGetResource) show
183.640 441 moveto
(X_Rm_Q_Get_Resource) show
291.280 441 moveto
(Xlbp_Rm) show
403.600 441 moveto
(procedure) show
76 450 moveto
(XrmQGetSearchList) show
183.640 450 moveto
(X_Rm_Q_Get_Search_List) show
291.280 450 moveto
(Xlbp_Rm) show
403.600 450 moveto
(function return X_Rm_Search_List) show
76 459 moveto
(XrmQGetSearchResource) show
183.640 459 moveto
(X_Rm_Q_Get_Search_Resource) show
291.280 459 moveto
(Xlbp_Rm) show
403.600 459 moveto
(procedure) show
76 468 moveto
(XrmQPutResource) show
183.640 468 moveto
(X_Rm_Q_Put_Resource) show
291.280 468 moveto
(Xlbp_Rm) show
403.600 468 moveto
(procedure) show
76 477 moveto
(XrmQPutStringResource) show
183.640 477 moveto
(X_Rm_Q_Put_String_Resource) show
291.280 477 moveto
(Xlbp_Rm) show
403.600 477 moveto
(procedure) show
76 486 moveto
(XrmQuark) show
183.640 486 moveto
(X_Rm_Quark) show
291.280 486 moveto
(Xlbt_Rm) show
403.600 486 moveto
(subtype X_Rm_Quark) show
76 495 moveto
(XrmQuark) show
183.640 495 moveto
(X_Rm_Quark) show
291.280 495 moveto
(Xlbt_Rm3) show
403.600 495 moveto
(type record) show
76 504 moveto
(XrmQuarkToString) show
183.640 504 moveto
(X_Rm_Quark_To_String) show
291.280 504 moveto
(Xlbp_Rm_Quark) show
403.600 504 moveto
(function return X_String) show
76 513 moveto
(XrmRepresentation) show
183.640 513 moveto
(X_Rm_Representation) show
291.280 513 moveto
(Xlbt_Rm) show
403.600 513 moveto
(subtype X_Rm_Representation) show
76 522 moveto
(XrmRepresentation) show
183.640 522 moveto
(X_Rm_Representation) show
291.280 522 moveto
(Xlbt_Rm3) show
403.600 522 moveto
(type new X_Rm_Quark) show
76 531 moveto
(XrmRepresentationToString) show
183.640 531 moveto
(X_Rm_Representation_To_String) show
291.280 531 moveto
(Xlbp_Rm_Name) show
403.600 531 moveto
(function return X_String) show
76 540 moveto
(XrmSearchList) show
183.640 540 moveto
(X_Rm_Search_List) show
291.280 540 moveto
(Xlbt_Rm) show
403.600 540 moveto
(subtype X_Rm_Search_List) show
76 549 moveto
(XrmSearchList) show
183.640 549 moveto
(X_Rm_Search_List) show
291.280 549 moveto
(Xlbt_Rm3) show
403.600 549 moveto
(type array of X_Rm_Search_List_Entry) show
76 558 moveto
(XrmStringToBindingClassList) show
183.640 558 moveto
(X_Rm_String_To_Binding_Class_) show
183.640 567 moveto
(List) show
291.280 558 moveto
(Xlbp_Rm_Name) show
403.600 558 moveto
(procedure) show
76 576 moveto
(XrmStringToBindingNameList) show
183.640 576 moveto
(X_Rm_String_To_Binding_) show
183.640 585 moveto
(Name_List) show
291.280 576 moveto
(Xlbp_Rm_Name) show
403.600 576 moveto
(procedure) show
76 594 moveto
(XrmStringToBindingQuarkList) show
183.640 594 moveto
(X_Rm_String_To_Binding_) show
183.640 603 moveto
(Quark_List) show
291.280 594 moveto
(Xlbp_Rm_Quark) show
403.600 594 moveto
(generic procedure) show
76 612 moveto
(XrmStringToBindingRepresentatio) show
76 621 moveto
(nList) show
183.640 612 moveto
(X_Rm_String_To_Binding_) show
183.640 621 moveto
(Representation_List) show
291.280 612 moveto
(Xlbp_Rm_Name) show
403.600 612 moveto
(procedure) show
76 630 moveto
(XrmStringToClassList) show
183.640 630 moveto
(X_Rm_String_To_Class_List) show
291.280 630 moveto
(Xlbp_Rm_Name) show
403.600 630 moveto
(procedure) show
76 639 moveto
(XrmStringToNameList) show
183.640 639 moveto
(X_Rm_String_To_Name_List) show
291.280 639 moveto
(Xlbp_Rm_Name) show
403.600 639 moveto
(procedure) show
76 648 moveto
(XrmStringToQuarkList) show
183.640 648 moveto
(X_Rm_String_To_Quark_List) show
291.280 648 moveto
(Xlbp_Rm_Quark) show
403.600 648 moveto
(generic procedure) show
76 657 moveto
(XrmStringToRepresentation) show
183.640 657 moveto
(X_Rm_String_To_Representation) show
291.280 657 moveto
(Xlbp_Rm_Name) show
403.600 657 moveto
(function return X_Rm_Representation) show
76 666 moveto
(XrmStringToRepresentation) show
183.640 666 moveto
(X_Rm_String_To_Representation) show
291.280 666 moveto
(Xlbp_Rm_Name) show
403.600 666 moveto
(procedure) show
76 675 moveto
(XrmStringToRepresentationList) show
183.640 675 moveto
(X_Rm_String_To_Representation_) show
183.640 684 moveto
(List) show
291.280 675 moveto
(Xlbp_Rm_Name) show
403.600 675 moveto
(procedure) show
76 693 moveto
(XrmUniqueClass) show
183.640 693 moveto
(X_Rm_Unique_Class) show
291.280 693 moveto
(Xlbp_Rm_Name) show
403.600 693 moveto
(function return X_Rm_Class) show
76 702 moveto
(XrmUniqueName) show
183.640 702 moveto
(X_Rm_Unique_Name) show
291.280 702 moveto
(Xlbp_Rm_Name) show
403.600 702 moveto
(function return X_Rm_Name) show
76 711 moveto
(XrmUniqueQuark) show
183.640 711 moveto
(X_Rm_Unique_Quark) show
291.280 711 moveto
(Xlbp_Rm_Quark) show
403.600 711 moveto
(function return X_Rm_Quark) show
76 720 moveto
(XrmUniqueRepresentation) show
183.640 720 moveto
(X_Rm_Unique_Representation) show
291.280 720 moveto
(Xlbp_Rm_Name) show
403.600 720 moveto
(function return X_Rm_Representation) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(81) show
EndPage
%%Page: 82 82
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(XrmValue) show
183.640 108 moveto
(X_Rm_Value) show
291.280 108 moveto
(Xlbt_Rm) show
403.600 108 moveto
(subtype X_Rm_Value) show
76 117 moveto
(XrmValue) show
183.640 117 moveto
(X_Rm_Value) show
291.280 117 moveto
(Xlbt_Rm3) show
403.600 117 moveto
(type record) show
76 126 moveto
(XrmoptionIsArg) show
183.640 126 moveto
(X_Rm_Option_Is_Arg) show
291.280 126 moveto
(Xlbt_Rm) show
403.600 126 moveto
(constant X_Rm_Option_Kind) show
76 135 moveto
(XrmoptionNoArg) show
183.640 135 moveto
(X_Rm_Option_No_Arg) show
291.280 135 moveto
(Xlbt_Rm) show
403.600 135 moveto
(constant X_Rm_Option_Kind) show
76 144 moveto
(XrmoptionResArg) show
183.640 144 moveto
(X_Rm_Option_Res_Arg) show
291.280 144 moveto
(Xlbt_Rm) show
403.600 144 moveto
(constant X_Rm_Option_Kind) show
76 153 moveto
(XrmoptionSepArg) show
183.640 153 moveto
(X_Rm_Option_Sep_Arg) show
291.280 153 moveto
(Xlbt_Rm) show
403.600 153 moveto
(constant X_Rm_Option_Kind) show
76 162 moveto
(XrmoptionSkipArg) show
183.640 162 moveto
(X_Rm_Option_Skip_Arg) show
291.280 162 moveto
(Xlbt_Rm) show
403.600 162 moveto
(constant X_Rm_Option_Kind) show
76 171 moveto
(XrmoptionSkipLine) show
183.640 171 moveto
(X_Rm_Option_Skip_Line) show
291.280 171 moveto
(Xlbt_Rm) show
403.600 171 moveto
(constant X_Rm_Option_Kind) show
76 180 moveto
(XrmoptionSkipNArgs) show
183.640 180 moveto
(X_Rm_Option_Skip_N_Args) show
291.280 180 moveto
(Xlbt_Rm) show
403.600 180 moveto
(constant X_Rm_Option_Kind) show
76 189 moveto
(XrmoptionStickyArg) show
183.640 189 moveto
(X_Rm_Option_Sticky_Arg) show
291.280 189 moveto
(Xlbt_Rm) show
403.600 189 moveto
(constant X_Rm_Option_Kind) show
76 198 moveto
(YNegative) show
183.640 198 moveto
(Y_Negative) show
291.280 198 moveto
(Xlbt_Geometry) show
403.600 198 moveto
(literal X_Parse_Geometry_Flags_Index) show
76 207 moveto
(YSorted) show
183.640 207 moveto
(Y_Sorted) show
291.280 207 moveto
(Xlbt_Gc) show
403.600 207 moveto
(constant X_Clip_Ordering) show
76 216 moveto
(YValue) show
183.640 216 moveto
(Y_Value) show
291.280 216 moveto
(Xlbt_Geometry) show
403.600 216 moveto
(literal X_Parse_Geometry_Flags_Index) show
76 225 moveto
(YXBanded) show
183.640 225 moveto
(Y_X_Banded) show
291.280 225 moveto
(Xlbt_Gc) show
403.600 225 moveto
(constant X_Clip_Ordering) show
76 234 moveto
(YXSorted) show
183.640 234 moveto
(Y_X_Sorted) show
291.280 234 moveto
(Xlbt_Gc) show
403.600 234 moveto
(constant X_Clip_Ordering) show
76 243 moveto
(ZPixmap) show
183.640 243 moveto
(Z_Pixmap) show
291.280 243 moveto
(Xlbt_Image) show
403.600 243 moveto
(constant X_Image_Format) show
76 252 moveto
(_XFlush) show
183.640 252 moveto
(X_Flush) show
291.280 252 moveto
(Xlbp_Event) show
403.600 252 moveto
(procedure) show
76 261 moveto
(_XRegion) show
183.640 261 moveto
(X_Region_Rec) show
291.280 261 moveto
(Xlbt_Region2) show
403.600 261 moveto
(subtype X_Region_Rec) show
76 270 moveto
(_XRegion) show
183.640 270 moveto
(X_Region_Rec) show
291.280 270 moveto
(Xlbt_Region3) show
403.600 270 moveto
(type record) show
76 279 moveto
(_XReply) show
183.640 279 moveto
(Get_Reply) show
291.280 279 moveto
(Xlbip_Get_Reply) show
403.600 279 moveto
(procedure) show
76 288 moveto
(_XScreenOfWindow) show
183.640 288 moveto
(Internal_X_Screen_Of_Window) show
291.280 288 moveto
(Xlbip_Internal) show
403.600 288 moveto
(function return X_Screen) show
76 297 moveto
(_XVIDtoVisual) show
183.640 297 moveto
(Internal_X_Vid_To_Visual) show
291.280 297 moveto
(Xlbip_Internal) show
403.600 297 moveto
(procedure) show
76 306 moveto
(_XrmHashBucketRec) show
183.640 306 moveto
(X_Rm_Hash_Bucket_Rec) show
291.280 306 moveto
(Xlbt_Rm2) show
403.600 306 moveto
(subtype X_Rm_Hash_Bucket_Rec) show
76 315 moveto
(_XrmHashBucketRec) show
183.640 315 moveto
(X_Rm_Hash_Bucket_Rec) show
291.280 315 moveto
(Xlbt_Rm3) show
403.600 315 moveto
(type record) show
76 324 moveto
(expose) show
183.640 324 moveto
(Expose) show
291.280 324 moveto
(Xlbt_Event) show
403.600 324 moveto
(constant X_Event_Code) show
76 333 moveto
(initialize) show
183.640 333 moveto
(Initialize) show
291.280 333 moveto
(Xlbip_String_Map_Generic) show
403.600 333 moveto
(procedure) show
76 342 moveto
(initialize) show
183.640 342 moveto
(Initialize) show
291.280 342 moveto
(Xlbmt_Network_Types.Connection_) show
291.280 351 moveto
(Reader) show
403.600 342 moveto
(entry) show
76 360 moveto
(mutex) show
183.640 360 moveto
(X_Mutex) show
291.280 360 moveto
(Xlbmt_Network_Types) show
403.600 360 moveto
(type access X_Mutex_Rec) show
76 369 moveto
(xAllocColorCellsReply) show
183.640 369 moveto
(X_Alloc_Color_Cells_Reply) show
291.280 369 moveto
(Xlbt_Reply) show
403.600 369 moveto
(subtype X_Alloc_Color_Cells_Reply) show
76 378 moveto
(xAllocColorCellsReply) show
183.640 378 moveto
(X_Alloc_Color_Cells_Reply) show
291.280 378 moveto
(Xlbt_Reply3) show
403.600 378 moveto
(type record) show
76 387 moveto
(xAllocColorCellsReq) show
183.640 387 moveto
(X_Alloc_Color_Cells_Request) show
291.280 387 moveto
(Xlbt_Request) show
403.600 387 moveto
(subtype X_Alloc_Color_Cells_Request) show
76 396 moveto
(xAllocColorCellsReq) show
183.640 396 moveto
(X_Alloc_Color_Cells_Request) show
291.280 396 moveto
(Xlbt_Request3) show
403.600 396 moveto
(type record) show
76 405 moveto
(xAllocColorPlanesReply) show
183.640 405 moveto
(X_Alloc_Color_Planes_Reply) show
291.280 405 moveto
(Xlbt_Reply) show
403.600 405 moveto
(subtype X_Alloc_Color_Planes_Reply) show
76 414 moveto
(xAllocColorPlanesReply) show
183.640 414 moveto
(X_Alloc_Color_Planes_Reply) show
291.280 414 moveto
(Xlbt_Reply3) show
403.600 414 moveto
(type record) show
76 423 moveto
(xAllocColorPlanesReq) show
183.640 423 moveto
(X_Alloc_Color_Planes_Request) show
291.280 423 moveto
(Xlbt_Request) show
403.600 423 moveto
(subtype X_Alloc_Color_Planes_Request) show
76 432 moveto
(xAllocColorPlanesReq) show
183.640 432 moveto
(X_Alloc_Color_Planes_Request) show
291.280 432 moveto
(Xlbt_Request3) show
403.600 432 moveto
(type record) show
76 441 moveto
(xAllocColorReply) show
183.640 441 moveto
(X_Alloc_Color_Reply) show
291.280 441 moveto
(Xlbt_Reply) show
403.600 441 moveto
(subtype X_Alloc_Color_Reply) show
76 450 moveto
(xAllocColorReply) show
183.640 450 moveto
(X_Alloc_Color_Reply) show
291.280 450 moveto
(Xlbt_Reply3) show
403.600 450 moveto
(type record) show
76 459 moveto
(xAllocColorReq) show
183.640 459 moveto
(X_Alloc_Color_Request) show
291.280 459 moveto
(Xlbt_Request) show
403.600 459 moveto
(subtype X_Alloc_Color_Request) show
76 468 moveto
(xAllocColorReq) show
183.640 468 moveto
(X_Alloc_Color_Request) show
291.280 468 moveto
(Xlbt_Request3) show
403.600 468 moveto
(type record) show
76 477 moveto
(xAllocNamedColorReply) show
183.640 477 moveto
(X_Alloc_Named_Color_Reply) show
291.280 477 moveto
(Xlbt_Reply) show
403.600 477 moveto
(subtype X_Alloc_Named_Color_Reply) show
76 486 moveto
(xAllocNamedColorReply) show
183.640 486 moveto
(X_Alloc_Named_Color_Reply) show
291.280 486 moveto
(Xlbt_Reply3) show
403.600 486 moveto
(type record) show
76 495 moveto
(xAllocNamedColorReq) show
183.640 495 moveto
(X_Alloc_Named_Color_Request) show
291.280 495 moveto
(Xlbt_Request) show
403.600 495 moveto
(subtype X_Alloc_Named_Color_Request) show
76 504 moveto
(xAllocNamedColorReq) show
183.640 504 moveto
(X_Alloc_Named_Color_Request) show
291.280 504 moveto
(Xlbt_Request3) show
403.600 504 moveto
(type record) show
76 513 moveto
(xAllowEventsReq) show
183.640 513 moveto
(X_Allow_Events_Request) show
291.280 513 moveto
(Xlbt_Request) show
403.600 513 moveto
(subtype X_Allow_Events_Request) show
76 522 moveto
(xAllowEventsReq) show
183.640 522 moveto
(X_Allow_Events_Request) show
291.280 522 moveto
(Xlbt_Request3) show
403.600 522 moveto
(type record) show
76 531 moveto
(xChangeActivePointerGrabReq) show
183.640 531 moveto
(X_Change_Active_Pointer_Grab_) show
183.640 540 moveto
(Request) show
291.280 531 moveto
(Xlbt_Request) show
403.600 531 moveto
(subtype) show
403.600 540 moveto
(X_Change_Active_Pointer_Grab_Request) show
76 549 moveto
(xChangeActivePointerGrabReq) show
183.640 549 moveto
(X_Change_Active_Pointer_Grab_) show
183.640 558 moveto
(Request) show
291.280 549 moveto
(Xlbt_Request3) show
403.600 549 moveto
(type record) show
76 567 moveto
(xChangeGCReq) show
183.640 567 moveto
(X_Change_Gc_Request) show
291.280 567 moveto
(Xlbt_Request) show
403.600 567 moveto
(subtype X_Change_Gc_Request) show
76 576 moveto
(xChangeGCReq) show
183.640 576 moveto
(X_Change_Gc_Request) show
291.280 576 moveto
(Xlbt_Request3) show
403.600 576 moveto
(type record) show
76 585 moveto
(xChangeHostsReq) show
183.640 585 moveto
(X_Change_Hosts_Request) show
291.280 585 moveto
(Xlbt_Request) show
403.600 585 moveto
(subtype X_Change_Hosts_Request) show
76 594 moveto
(xChangeHostsReq) show
183.640 594 moveto
(X_Change_Hosts_Request) show
291.280 594 moveto
(Xlbt_Request3) show
403.600 594 moveto
(type record) show
76 603 moveto
(xChangeKeyboardControlReq) show
183.640 603 moveto
(X_Change_Keyboard_Control_) show
183.640 612 moveto
(Request) show
291.280 603 moveto
(Xlbt_Request) show
403.600 603 moveto
(subtype) show
403.600 612 moveto
(X_Change_Keyboard_Control_Request) show
76 621 moveto
(xChangeKeyboardControlReq) show
183.640 621 moveto
(X_Change_Keyboard_Control_) show
183.640 630 moveto
(Request) show
291.280 621 moveto
(Xlbt_Request3) show
403.600 621 moveto
(type record) show
76 639 moveto
(xChangeKeyboardMappingReq) show
183.640 639 moveto
(X_Change_Keyboard_Mapping_) show
183.640 648 moveto
(Request) show
291.280 639 moveto
(Xlbt_Request) show
403.600 639 moveto
(subtype) show
403.600 648 moveto
(X_Change_Keyboard_Mapping_Request) show
76 657 moveto
(xChangeKeyboardMappingReq) show
183.640 657 moveto
(X_Change_Keyboard_Mapping_) show
183.640 666 moveto
(Request) show
291.280 657 moveto
(Xlbt_Request3) show
403.600 657 moveto
(type record) show
76 675 moveto
(xChangePointerControlReq) show
183.640 675 moveto
(X_Change_Pointer_Control_) show
183.640 684 moveto
(Request) show
291.280 675 moveto
(Xlbt_Request) show
403.600 675 moveto
(subtype X_Change_Pointer_Control_Request) show
76 693 moveto
(xChangePointerControlReq) show
183.640 693 moveto
(X_Change_Pointer_Control_) show
183.640 702 moveto
(Request) show
291.280 693 moveto
(Xlbt_Request3) show
403.600 693 moveto
(type record) show
76 711 moveto
(xChangePropertyReq) show
183.640 711 moveto
(X_Change_Property_Request) show
291.280 711 moveto
(Xlbt_Request) show
403.600 711 moveto
(subtype X_Change_Property_Request) show
76 720 moveto
(xChangePropertyReq) show
183.640 720 moveto
(X_Change_Property_Request) show
291.280 720 moveto
(Xlbt_Request3) show
403.600 720 moveto
(type record) show
72 756 moveto
10 /Times-Roman SelectFont
(82) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 83 83
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(xChangeSaveSetReq) show
183.640 108 moveto
(X_Change_Save_Set_Request) show
291.280 108 moveto
(Xlbt_Request) show
403.600 108 moveto
(subtype X_Change_Save_Set_Request) show
76 117 moveto
(xChangeSaveSetReq) show
183.640 117 moveto
(X_Change_Save_Set_Request) show
291.280 117 moveto
(Xlbt_Request3) show
403.600 117 moveto
(type record) show
76 126 moveto
(xChangeWindowAttributesReq) show
183.640 126 moveto
(X_Change_Window_Attributes_) show
183.640 135 moveto
(Request) show
291.280 126 moveto
(Xlbt_Request) show
403.600 126 moveto
(subtype) show
403.600 135 moveto
(X_Change_Window_Attributes_Request) show
76 144 moveto
(xChangeWindowAttributesReq) show
183.640 144 moveto
(X_Change_Window_Attributes_) show
183.640 153 moveto
(Request) show
291.280 144 moveto
(Xlbt_Request3) show
403.600 144 moveto
(type record) show
76 162 moveto
(xCirculateWindowReq) show
183.640 162 moveto
(X_Circulate_Window_Request) show
291.280 162 moveto
(Xlbt_Request) show
403.600 162 moveto
(subtype X_Circulate_Window_Request) show
76 171 moveto
(xCirculateWindowReq) show
183.640 171 moveto
(X_Circulate_Window_Request) show
291.280 171 moveto
(Xlbt_Request3) show
403.600 171 moveto
(type record) show
76 180 moveto
(xClearAreaReq) show
183.640 180 moveto
(X_Clear_Area_Request) show
291.280 180 moveto
(Xlbt_Request) show
403.600 180 moveto
(subtype X_Clear_Area_Request) show
76 189 moveto
(xClearAreaReq) show
183.640 189 moveto
(X_Clear_Area_Request) show
291.280 189 moveto
(Xlbt_Request3) show
403.600 189 moveto
(type record) show
76 198 moveto
(xConfigureWindowReq) show
183.640 198 moveto
(X_Configure_Window_Request) show
291.280 198 moveto
(Xlbt_Request) show
403.600 198 moveto
(subtype X_Configure_Window_Request) show
76 207 moveto
(xConfigureWindowReq) show
183.640 207 moveto
(X_Configure_Window_Request) show
291.280 207 moveto
(Xlbt_Request3) show
403.600 207 moveto
(type record) show
76 216 moveto
(xConvertSelectionReq) show
183.640 216 moveto
(X_Convert_Selection_Request) show
291.280 216 moveto
(Xlbt_Request) show
403.600 216 moveto
(subtype X_Convert_Selection_Request) show
76 225 moveto
(xConvertSelectionReq) show
183.640 225 moveto
(X_Convert_Selection_Request) show
291.280 225 moveto
(Xlbt_Request3) show
403.600 225 moveto
(type record) show
76 234 moveto
(xCopyAreaReq) show
183.640 234 moveto
(X_Copy_Area_Request) show
291.280 234 moveto
(Xlbt_Request) show
403.600 234 moveto
(subtype X_Copy_Area_Request) show
76 243 moveto
(xCopyAreaReq) show
183.640 243 moveto
(X_Copy_Area_Request) show
291.280 243 moveto
(Xlbt_Request3) show
403.600 243 moveto
(type record) show
76 252 moveto
(xCopyColormapAndFreeReq) show
183.640 252 moveto
(X_Copy_Colormap_And_Free_) show
183.640 261 moveto
(Request) show
291.280 252 moveto
(Xlbt_Request) show
403.600 252 moveto
(subtype) show
403.600 261 moveto
(X_Copy_Colormap_And_Free_Request) show
76 270 moveto
(xCopyColormapAndFreeReq) show
183.640 270 moveto
(X_Copy_Colormap_And_Free_) show
183.640 279 moveto
(Request) show
291.280 270 moveto
(Xlbt_Request3) show
403.600 270 moveto
(type record) show
76 288 moveto
(xCopyGCReq) show
183.640 288 moveto
(X_Copy_Gc_Request) show
291.280 288 moveto
(Xlbt_Request) show
403.600 288 moveto
(subtype X_Copy_Gc_Request) show
76 297 moveto
(xCopyGCReq) show
183.640 297 moveto
(X_Copy_Gc_Request) show
291.280 297 moveto
(Xlbt_Request3) show
403.600 297 moveto
(type record) show
76 306 moveto
(xCopyPlaneReq) show
183.640 306 moveto
(X_Copy_Plane_Request) show
291.280 306 moveto
(Xlbt_Request) show
403.600 306 moveto
(subtype X_Copy_Plane_Request) show
76 315 moveto
(xCopyPlaneReq) show
183.640 315 moveto
(X_Copy_Plane_Request) show
291.280 315 moveto
(Xlbt_Request3) show
403.600 315 moveto
(type record) show
76 324 moveto
(xCreateColormapReq) show
183.640 324 moveto
(X_Create_Colormap_Request) show
291.280 324 moveto
(Xlbt_Request) show
403.600 324 moveto
(subtype X_Create_Colormap_Request) show
76 333 moveto
(xCreateColormapReq) show
183.640 333 moveto
(X_Create_Colormap_Request) show
291.280 333 moveto
(Xlbt_Request3) show
403.600 333 moveto
(type record) show
76 342 moveto
(xCreateCursorReq) show
183.640 342 moveto
(X_Create_Cursor_Request) show
291.280 342 moveto
(Xlbt_Request) show
403.600 342 moveto
(subtype X_Create_Cursor_Request) show
76 351 moveto
(xCreateCursorReq) show
183.640 351 moveto
(X_Create_Cursor_Request) show
291.280 351 moveto
(Xlbt_Request3) show
403.600 351 moveto
(type record) show
76 360 moveto
(xCreateGCReq) show
183.640 360 moveto
(X_Create_Gc_Request) show
291.280 360 moveto
(Xlbt_Request) show
403.600 360 moveto
(subtype X_Create_Gc_Request) show
76 369 moveto
(xCreateGCReq) show
183.640 369 moveto
(X_Create_Gc_Request) show
291.280 369 moveto
(Xlbt_Request3) show
403.600 369 moveto
(type record) show
76 378 moveto
(xCreateGlyphCursorReq) show
183.640 378 moveto
(X_Create_Glyph_Cursor_Request) show
291.280 378 moveto
(Xlbt_Request) show
403.600 378 moveto
(subtype X_Create_Glyph_Cursor_Request) show
76 387 moveto
(xCreateGlyphCursorReq) show
183.640 387 moveto
(X_Create_Glyph_Cursor_Request) show
291.280 387 moveto
(Xlbt_Request3) show
403.600 387 moveto
(type record) show
76 396 moveto
(xCreatePixmapReq) show
183.640 396 moveto
(X_Create_Pixmap_Request) show
291.280 396 moveto
(Xlbt_Request) show
403.600 396 moveto
(subtype X_Create_Pixmap_Request) show
76 405 moveto
(xCreatePixmapReq) show
183.640 405 moveto
(X_Create_Pixmap_Request) show
291.280 405 moveto
(Xlbt_Request3) show
403.600 405 moveto
(type record) show
76 414 moveto
(xCreateWindowReq) show
183.640 414 moveto
(X_Create_Window_Request) show
291.280 414 moveto
(Xlbt_Request) show
403.600 414 moveto
(subtype X_Create_Window_Request) show
76 423 moveto
(xCreateWindowReq) show
183.640 423 moveto
(X_Create_Window_Request) show
291.280 423 moveto
(Xlbt_Request3) show
403.600 423 moveto
(type record) show
76 432 moveto
(xDeletePropertyReq) show
183.640 432 moveto
(X_Delete_Property_Request) show
291.280 432 moveto
(Xlbt_Request) show
403.600 432 moveto
(subtype X_Delete_Property_Request) show
76 441 moveto
(xDeletePropertyReq) show
183.640 441 moveto
(X_Delete_Property_Request) show
291.280 441 moveto
(Xlbt_Request3) show
403.600 441 moveto
(type record) show
76 450 moveto
(xDestroySubwindowsReq) show
183.640 450 moveto
(X_Destroy_Subwindows_Request) show
291.280 450 moveto
(Xlbt_Request) show
403.600 450 moveto
(subtype X_Destroy_Subwindows_Request) show
76 459 moveto
(xDestroySubwindowsReq) show
183.640 459 moveto
(X_Destroy_Subwindows_Request) show
291.280 459 moveto
(Xlbt_Request3) show
403.600 459 moveto
(type record) show
76 468 moveto
(xDestroyWindowReq) show
183.640 468 moveto
(X_Destroy_Window_Request) show
291.280 468 moveto
(Xlbt_Request) show
403.600 468 moveto
(subtype X_Destroy_Window_Request) show
76 477 moveto
(xDestroyWindowReq) show
183.640 477 moveto
(X_Destroy_Window_Request) show
291.280 477 moveto
(Xlbt_Request3) show
403.600 477 moveto
(type record) show
76 486 moveto
(xFillPolyReq) show
183.640 486 moveto
(X_Fill_Poly_Request) show
291.280 486 moveto
(Xlbt_Request) show
403.600 486 moveto
(subtype X_Fill_Poly_Request) show
76 495 moveto
(xFillPolyReq) show
183.640 495 moveto
(X_Fill_Poly_Request) show
291.280 495 moveto
(Xlbt_Request3) show
403.600 495 moveto
(type record) show
76 504 moveto
(xForceScreenSaverReq) show
183.640 504 moveto
(X_Force_Screen_Saver_Request) show
291.280 504 moveto
(Xlbt_Request) show
403.600 504 moveto
(subtype X_Force_Screen_Saver_Request) show
76 513 moveto
(xForceScreenSaverReq) show
183.640 513 moveto
(X_Force_Screen_Saver_Request) show
291.280 513 moveto
(Xlbt_Request3) show
403.600 513 moveto
(type record) show
76 522 moveto
(xFreeColormapReq) show
183.640 522 moveto
(X_Free_Colormap_Request) show
291.280 522 moveto
(Xlbt_Request) show
403.600 522 moveto
(subtype X_Free_Colormap_Request) show
76 531 moveto
(xFreeColormapReq) show
183.640 531 moveto
(X_Free_Colormap_Request) show
291.280 531 moveto
(Xlbt_Request3) show
403.600 531 moveto
(type record) show
76 540 moveto
(xFreeColorsReq) show
183.640 540 moveto
(X_Free_Colors_Request) show
291.280 540 moveto
(Xlbt_Request) show
403.600 540 moveto
(subtype X_Free_Colors_Request) show
76 549 moveto
(xFreeColorsReq) show
183.640 549 moveto
(X_Free_Colors_Request) show
291.280 549 moveto
(Xlbt_Request3) show
403.600 549 moveto
(type record) show
76 558 moveto
(xFreeCursorReq) show
183.640 558 moveto
(X_Free_Cursor_Request) show
291.280 558 moveto
(Xlbt_Request) show
403.600 558 moveto
(subtype X_Free_Cursor_Request) show
76 567 moveto
(xFreeCursorReq) show
183.640 567 moveto
(X_Free_Cursor_Request) show
291.280 567 moveto
(Xlbt_Request3) show
403.600 567 moveto
(type record) show
76 576 moveto
(xFreeGCReq) show
183.640 576 moveto
(X_Free_Gc_Request) show
291.280 576 moveto
(Xlbt_Request) show
403.600 576 moveto
(subtype X_Free_Gc_Request) show
76 585 moveto
(xFreeGCReq) show
183.640 585 moveto
(X_Free_Gc_Request) show
291.280 585 moveto
(Xlbt_Request3) show
403.600 585 moveto
(type record) show
76 594 moveto
(xFreePixmapReq) show
183.640 594 moveto
(X_Free_Pixmap_Request) show
291.280 594 moveto
(Xlbt_Request) show
403.600 594 moveto
(subtype X_Free_Pixmap_Request) show
76 603 moveto
(xFreePixmapReq) show
183.640 603 moveto
(X_Free_Pixmap_Request) show
291.280 603 moveto
(Xlbt_Request3) show
403.600 603 moveto
(type record) show
76 612 moveto
(xGetAtomNameReply) show
183.640 612 moveto
(X_Get_Atom_Name_Reply) show
291.280 612 moveto
(Xlbt_Reply) show
403.600 612 moveto
(subtype X_Get_Atom_Name_Reply) show
76 621 moveto
(xGetAtomNameReply) show
183.640 621 moveto
(X_Get_Atom_Name_Reply) show
291.280 621 moveto
(Xlbt_Reply3) show
403.600 621 moveto
(type record) show
76 630 moveto
(xGetAtomNameReq) show
183.640 630 moveto
(X_Get_Atom_Name_Request) show
291.280 630 moveto
(Xlbt_Request) show
403.600 630 moveto
(subtype X_Get_Atom_Name_Request) show
76 639 moveto
(xGetAtomNameReq) show
183.640 639 moveto
(X_Get_Atom_Name_Request) show
291.280 639 moveto
(Xlbt_Request3) show
403.600 639 moveto
(type record) show
76 648 moveto
(xGetFontPathReply) show
183.640 648 moveto
(X_Get_Font_Path_Reply) show
291.280 648 moveto
(Xlbt_Reply) show
403.600 648 moveto
(subtype X_Get_Font_Path_Reply) show
76 657 moveto
(xGetFontPathReply) show
183.640 657 moveto
(X_Get_Font_Path_Reply) show
291.280 657 moveto
(Xlbt_Reply3) show
403.600 657 moveto
(type record) show
76 666 moveto
(xGetFontPathReq) show
183.640 666 moveto
(X_Get_Font_Path_Request) show
291.280 666 moveto
(Xlbt_Request) show
403.600 666 moveto
(subtype X_Get_Font_Path_Request) show
76 675 moveto
(xGetFontPathReq) show
183.640 675 moveto
(X_Get_Font_Path_Request) show
291.280 675 moveto
(Xlbt_Request3) show
403.600 675 moveto
(type record) show
76 684 moveto
(xGetGeometryReply) show
183.640 684 moveto
(X_Get_Geometry_Reply) show
291.280 684 moveto
(Xlbt_Reply) show
403.600 684 moveto
(subtype X_Get_Geometry_Reply) show
76 693 moveto
(xGetGeometryReply) show
183.640 693 moveto
(X_Get_Geometry_Reply) show
291.280 693 moveto
(Xlbt_Reply3) show
403.600 693 moveto
(type record) show
76 702 moveto
(xGetGeometryReq) show
183.640 702 moveto
(X_Get_Geometry_Request) show
291.280 702 moveto
(Xlbt_Request) show
403.600 702 moveto
(subtype X_Get_Geometry_Request) show
76 711 moveto
(xGetGeometryReq) show
183.640 711 moveto
(X_Get_Geometry_Request) show
291.280 711 moveto
(Xlbt_Request3) show
403.600 711 moveto
(type record) show
76 720 moveto
(xGetImageReply) show
183.640 720 moveto
(X_Get_Image_Reply) show
291.280 720 moveto
(Xlbt_Reply) show
403.600 720 moveto
(subtype X_Get_Image_Reply) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(83) show
EndPage
%%Page: 84 84
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(xGetImageReply) show
183.640 108 moveto
(X_Get_Image_Reply) show
291.280 108 moveto
(Xlbt_Reply3) show
403.600 108 moveto
(type record) show
76 117 moveto
(xGetImageReq) show
183.640 117 moveto
(X_Get_Image_Request) show
291.280 117 moveto
(Xlbt_Request) show
403.600 117 moveto
(subtype X_Get_Image_Request) show
76 126 moveto
(xGetImageReq) show
183.640 126 moveto
(X_Get_Image_Request) show
291.280 126 moveto
(Xlbt_Request3) show
403.600 126 moveto
(type record) show
76 135 moveto
(xGetInputFocusReply) show
183.640 135 moveto
(X_Get_Input_Focus_Reply) show
291.280 135 moveto
(Xlbt_Reply) show
403.600 135 moveto
(subtype X_Get_Input_Focus_Reply) show
76 144 moveto
(xGetInputFocusReply) show
183.640 144 moveto
(X_Get_Input_Focus_Reply) show
291.280 144 moveto
(Xlbt_Reply3) show
403.600 144 moveto
(type record) show
76 153 moveto
(xGetInputFocusReq) show
183.640 153 moveto
(X_Get_Input_Focus_Request) show
291.280 153 moveto
(Xlbt_Request) show
403.600 153 moveto
(subtype X_Get_Input_Focus_Request) show
76 162 moveto
(xGetInputFocusReq) show
183.640 162 moveto
(X_Get_Input_Focus_Request) show
291.280 162 moveto
(Xlbt_Request3) show
403.600 162 moveto
(type record) show
76 171 moveto
(xGetKeyboardControlReply) show
183.640 171 moveto
(X_Get_Keyboard_Control_Reply) show
291.280 171 moveto
(Xlbt_Reply) show
403.600 171 moveto
(subtype X_Get_Keyboard_Control_Reply) show
76 180 moveto
(xGetKeyboardControlReply) show
183.640 180 moveto
(X_Get_Keyboard_Control_Reply) show
291.280 180 moveto
(Xlbt_Reply3) show
403.600 180 moveto
(type record) show
76 189 moveto
(xGetKeyboardControlReq) show
183.640 189 moveto
(X_Get_Keyboard_Control_) show
183.640 198 moveto
(Request) show
291.280 189 moveto
(Xlbt_Request) show
403.600 189 moveto
(subtype X_Get_Keyboard_Control_Request) show
76 207 moveto
(xGetKeyboardControlReq) show
183.640 207 moveto
(X_Get_Keyboard_Control_) show
183.640 216 moveto
(Request) show
291.280 207 moveto
(Xlbt_Request3) show
403.600 207 moveto
(type record) show
76 225 moveto
(xGetKeyboardMappingReply) show
183.640 225 moveto
(X_Get_Keyboard_Mapping_Reply) show
291.280 225 moveto
(Xlbt_Reply) show
403.600 225 moveto
(subtype X_Get_Keyboard_Mapping_Reply) show
76 234 moveto
(xGetKeyboardMappingReply) show
183.640 234 moveto
(X_Get_Keyboard_Mapping_Reply) show
291.280 234 moveto
(Xlbt_Reply3) show
403.600 234 moveto
(type record) show
76 243 moveto
(xGetKeyboardMappingReq) show
183.640 243 moveto
(X_Get_Keyboard_Mapping_) show
183.640 252 moveto
(Request) show
291.280 243 moveto
(Xlbt_Request) show
403.600 243 moveto
(subtype X_Get_Keyboard_Mapping_Request) show
76 261 moveto
(xGetKeyboardMappingReq) show
183.640 261 moveto
(X_Get_Keyboard_Mapping_) show
183.640 270 moveto
(Request) show
291.280 261 moveto
(Xlbt_Request3) show
403.600 261 moveto
(type record) show
76 279 moveto
(xGetModifierMappingReply) show
183.640 279 moveto
(X_Get_Modifier_Mapping_Reply) show
291.280 279 moveto
(Xlbt_Reply) show
403.600 279 moveto
(subtype X_Get_Modifier_Mapping_Reply) show
76 288 moveto
(xGetModifierMappingReply) show
183.640 288 moveto
(X_Get_Modifier_Mapping_Reply) show
291.280 288 moveto
(Xlbt_Reply3) show
403.600 288 moveto
(type record) show
76 297 moveto
(xGetModifierMappingReq) show
183.640 297 moveto
(X_Get_Modifier_Mapping_) show
183.640 306 moveto
(Request) show
291.280 297 moveto
(Xlbt_Request) show
403.600 297 moveto
(subtype X_Get_Modifier_Mapping_Request) show
76 315 moveto
(xGetModifierMappingReq) show
183.640 315 moveto
(X_Get_Modifier_Mapping_) show
183.640 324 moveto
(Request) show
291.280 315 moveto
(Xlbt_Request3) show
403.600 315 moveto
(type record) show
76 333 moveto
(xGetMotionEventsReply) show
183.640 333 moveto
(X_Get_Motion_Events_Reply) show
291.280 333 moveto
(Xlbt_Reply) show
403.600 333 moveto
(subtype X_Get_Motion_Events_Reply) show
76 342 moveto
(xGetMotionEventsReply) show
183.640 342 moveto
(X_Get_Motion_Events_Reply) show
291.280 342 moveto
(Xlbt_Reply3) show
403.600 342 moveto
(type record) show
76 351 moveto
(xGetMotionEventsReq) show
183.640 351 moveto
(X_Get_Motion_Events_Request) show
291.280 351 moveto
(Xlbt_Request) show
403.600 351 moveto
(subtype X_Get_Motion_Events_Request) show
76 360 moveto
(xGetMotionEventsReq) show
183.640 360 moveto
(X_Get_Motion_Events_Request) show
291.280 360 moveto
(Xlbt_Request3) show
403.600 360 moveto
(type record) show
76 369 moveto
(xGetPointerControlReply) show
183.640 369 moveto
(X_Get_Pointer_Control_Reply) show
291.280 369 moveto
(Xlbt_Reply) show
403.600 369 moveto
(subtype X_Get_Pointer_Control_Reply) show
76 378 moveto
(xGetPointerControlReply) show
183.640 378 moveto
(X_Get_Pointer_Control_Reply) show
291.280 378 moveto
(Xlbt_Reply3) show
403.600 378 moveto
(type record) show
76 387 moveto
(xGetPointerControlReq) show
183.640 387 moveto
(X_Get_Pointer_Control_Request) show
291.280 387 moveto
(Xlbt_Request) show
403.600 387 moveto
(subtype X_Get_Pointer_Control_Request) show
76 396 moveto
(xGetPointerControlReq) show
183.640 396 moveto
(X_Get_Pointer_Control_Request) show
291.280 396 moveto
(Xlbt_Request3) show
403.600 396 moveto
(type record) show
76 405 moveto
(xGetPointerMappingReply) show
183.640 405 moveto
(X_Get_Pointer_Mapping_Reply) show
291.280 405 moveto
(Xlbt_Reply) show
403.600 405 moveto
(subtype X_Get_Pointer_Mapping_Reply) show
76 414 moveto
(xGetPointerMappingReply) show
183.640 414 moveto
(X_Get_Pointer_Mapping_Reply) show
291.280 414 moveto
(Xlbt_Reply3) show
403.600 414 moveto
(type record) show
76 423 moveto
(xGetPointerMappingReq) show
183.640 423 moveto
(X_Get_Pointer_Mapping_Request) show
291.280 423 moveto
(Xlbt_Request) show
403.600 423 moveto
(subtype X_Get_Pointer_Mapping_Request) show
76 432 moveto
(xGetPointerMappingReq) show
183.640 432 moveto
(X_Get_Pointer_Mapping_Request) show
291.280 432 moveto
(Xlbt_Request3) show
403.600 432 moveto
(type record) show
76 441 moveto
(xGetPropertyReply) show
183.640 441 moveto
(X_Get_Property_Reply) show
291.280 441 moveto
(Xlbt_Reply) show
403.600 441 moveto
(subtype X_Get_Property_Reply) show
76 450 moveto
(xGetPropertyReply) show
183.640 450 moveto
(X_Get_Property_Reply) show
291.280 450 moveto
(Xlbt_Reply3) show
403.600 450 moveto
(type record) show
76 459 moveto
(xGetPropertyReq) show
183.640 459 moveto
(X_Get_Property_Request) show
291.280 459 moveto
(Xlbt_Request) show
403.600 459 moveto
(subtype X_Get_Property_Request) show
76 468 moveto
(xGetPropertyReq) show
183.640 468 moveto
(X_Get_Property_Request) show
291.280 468 moveto
(Xlbt_Request3) show
403.600 468 moveto
(type record) show
76 477 moveto
(xGetScreenSaverReply) show
183.640 477 moveto
(X_Get_Screen_Saver_Reply) show
291.280 477 moveto
(Xlbt_Reply) show
403.600 477 moveto
(subtype X_Get_Screen_Saver_Reply) show
76 486 moveto
(xGetScreenSaverReply) show
183.640 486 moveto
(X_Get_Screen_Saver_Reply) show
291.280 486 moveto
(Xlbt_Reply3) show
403.600 486 moveto
(type record) show
76 495 moveto
(xGetScreenSaverReq) show
183.640 495 moveto
(X_Get_Screen_Saver_Request) show
291.280 495 moveto
(Xlbt_Request) show
403.600 495 moveto
(subtype X_Get_Screen_Saver_Request) show
76 504 moveto
(xGetScreenSaverReq) show
183.640 504 moveto
(X_Get_Screen_Saver_Request) show
291.280 504 moveto
(Xlbt_Request3) show
403.600 504 moveto
(type record) show
76 513 moveto
(xGetSelectionOwnerReply) show
183.640 513 moveto
(X_Get_Selection_Owner_Reply) show
291.280 513 moveto
(Xlbt_Reply) show
403.600 513 moveto
(subtype X_Get_Selection_Owner_Reply) show
76 522 moveto
(xGetSelectionOwnerReply) show
183.640 522 moveto
(X_Get_Selection_Owner_Reply) show
291.280 522 moveto
(Xlbt_Reply3) show
403.600 522 moveto
(type record) show
76 531 moveto
(xGetSelectionOwnerReq) show
183.640 531 moveto
(X_Get_Selection_Owner_Request) show
291.280 531 moveto
(Xlbt_Request) show
403.600 531 moveto
(subtype X_Get_Selection_Owner_Request) show
76 540 moveto
(xGetSelectionOwnerReq) show
183.640 540 moveto
(X_Get_Selection_Owner_Request) show
291.280 540 moveto
(Xlbt_Request3) show
403.600 540 moveto
(type record) show
76 549 moveto
(xGetWindowAttributesReply) show
183.640 549 moveto
(X_Get_Window_Attributes_Reply) show
291.280 549 moveto
(Xlbt_Reply) show
403.600 549 moveto
(subtype X_Get_Window_Attributes_Reply) show
76 558 moveto
(xGetWindowAttributesReply) show
183.640 558 moveto
(X_Get_Window_Attributes_Reply) show
291.280 558 moveto
(Xlbt_Reply3) show
403.600 558 moveto
(type record) show
76 567 moveto
(xGetWindowAttributesReq) show
183.640 567 moveto
(X_Get_Window_Attributes_) show
183.640 576 moveto
(Request) show
291.280 567 moveto
(Xlbt_Request) show
403.600 567 moveto
(subtype X_Get_Window_Attributes_Request) show
76 585 moveto
(xGetWindowAttributesReq) show
183.640 585 moveto
(X_Get_Window_Attributes_) show
183.640 594 moveto
(Request) show
291.280 585 moveto
(Xlbt_Request3) show
403.600 585 moveto
(type record) show
76 603 moveto
(xGrabButtonReq) show
183.640 603 moveto
(X_Grab_Button_Request) show
291.280 603 moveto
(Xlbt_Request) show
403.600 603 moveto
(subtype X_Grab_Button_Request) show
76 612 moveto
(xGrabButtonReq) show
183.640 612 moveto
(X_Grab_Button_Request) show
291.280 612 moveto
(Xlbt_Request3) show
403.600 612 moveto
(type record) show
76 621 moveto
(xGrabKeyReq) show
183.640 621 moveto
(X_Grab_Key_Request) show
291.280 621 moveto
(Xlbt_Request) show
403.600 621 moveto
(subtype X_Grab_Key_Request) show
76 630 moveto
(xGrabKeyReq) show
183.640 630 moveto
(X_Grab_Key_Request) show
291.280 630 moveto
(Xlbt_Request3) show
403.600 630 moveto
(type record) show
76 639 moveto
(xGrabKeyboardReply) show
183.640 639 moveto
(X_Grab_Keyboard_Reply) show
291.280 639 moveto
(Xlbt_Reply) show
403.600 639 moveto
(subtype X_Grab_Keyboard_Reply) show
76 648 moveto
(xGrabKeyboardReply) show
183.640 648 moveto
(X_Grab_Keyboard_Reply) show
291.280 648 moveto
(Xlbt_Reply3) show
403.600 648 moveto
(type record) show
76 657 moveto
(xGrabKeyboardReq) show
183.640 657 moveto
(X_Grab_Keyboard_Request) show
291.280 657 moveto
(Xlbt_Request) show
403.600 657 moveto
(subtype X_Grab_Keyboard_Request) show
76 666 moveto
(xGrabKeyboardReq) show
183.640 666 moveto
(X_Grab_Keyboard_Request) show
291.280 666 moveto
(Xlbt_Request3) show
403.600 666 moveto
(type record) show
76 675 moveto
(xGrabPointerReply) show
183.640 675 moveto
(X_Grab_Pointer_Reply) show
291.280 675 moveto
(Xlbt_Reply) show
403.600 675 moveto
(subtype X_Grab_Pointer_Reply) show
76 684 moveto
(xGrabPointerReply) show
183.640 684 moveto
(X_Grab_Pointer_Reply) show
291.280 684 moveto
(Xlbt_Reply3) show
403.600 684 moveto
(type record) show
76 693 moveto
(xGrabPointerReq) show
183.640 693 moveto
(X_Grab_Pointer_Request) show
291.280 693 moveto
(Xlbt_Request) show
403.600 693 moveto
(subtype X_Grab_Pointer_Request) show
76 702 moveto
(xGrabPointerReq) show
183.640 702 moveto
(X_Grab_Pointer_Request) show
291.280 702 moveto
(Xlbt_Request3) show
403.600 702 moveto
(type record) show
76 711 moveto
(xGrabServerReq) show
183.640 711 moveto
(X_Grab_Server_Request) show
291.280 711 moveto
(Xlbt_Request) show
403.600 711 moveto
(subtype X_Grab_Server_Request) show
76 720 moveto
(xGrabServerReq) show
183.640 720 moveto
(X_Grab_Server_Request) show
291.280 720 moveto
(Xlbt_Request3) show
403.600 720 moveto
(type record) show
72 756 moveto
10 /Times-Roman SelectFont
(84) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 85 85
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(xInstallColormapReq) show
183.640 108 moveto
(X_Install_Colormap_Request) show
291.280 108 moveto
(Xlbt_Request) show
403.600 108 moveto
(subtype X_Install_Colormap_Request) show
76 117 moveto
(xInstallColormapReq) show
183.640 117 moveto
(X_Install_Colormap_Request) show
291.280 117 moveto
(Xlbt_Request3) show
403.600 117 moveto
(type record) show
76 126 moveto
(xInternAtomReply) show
183.640 126 moveto
(X_Intern_Atom_Reply) show
291.280 126 moveto
(Xlbt_Reply) show
403.600 126 moveto
(subtype X_Intern_Atom_Reply) show
76 135 moveto
(xInternAtomReply) show
183.640 135 moveto
(X_Intern_Atom_Reply) show
291.280 135 moveto
(Xlbt_Reply3) show
403.600 135 moveto
(type record) show
76 144 moveto
(xInternAtomReq) show
183.640 144 moveto
(X_Intern_Atom_Request) show
291.280 144 moveto
(Xlbt_Request) show
403.600 144 moveto
(subtype X_Intern_Atom_Request) show
76 153 moveto
(xInternAtomReq) show
183.640 153 moveto
(X_Intern_Atom_Request) show
291.280 153 moveto
(Xlbt_Request3) show
403.600 153 moveto
(type record) show
76 162 moveto
(xKillClientReq) show
183.640 162 moveto
(X_Kill_Client_Request) show
291.280 162 moveto
(Xlbt_Request) show
403.600 162 moveto
(subtype X_Kill_Client_Request) show
76 171 moveto
(xKillClientReq) show
183.640 171 moveto
(X_Kill_Client_Request) show
291.280 171 moveto
(Xlbt_Request3) show
403.600 171 moveto
(type record) show
76 180 moveto
(xListExtensionsReply) show
183.640 180 moveto
(X_List_Extensions_Reply) show
291.280 180 moveto
(Xlbt_Reply) show
403.600 180 moveto
(subtype X_List_Extensions_Reply) show
76 189 moveto
(xListExtensionsReply) show
183.640 189 moveto
(X_List_Extensions_Reply) show
291.280 189 moveto
(Xlbt_Reply3) show
403.600 189 moveto
(type record) show
76 198 moveto
(xListExtensionsReq) show
183.640 198 moveto
(X_List_Extensions_Request) show
291.280 198 moveto
(Xlbt_Request) show
403.600 198 moveto
(subtype X_List_Extensions_Request) show
76 207 moveto
(xListExtensionsReq) show
183.640 207 moveto
(X_List_Extensions_Request) show
291.280 207 moveto
(Xlbt_Request3) show
403.600 207 moveto
(type record) show
76 216 moveto
(xListFontsReply) show
183.640 216 moveto
(X_List_Fonts_Reply) show
291.280 216 moveto
(Xlbt_Reply) show
403.600 216 moveto
(subtype X_List_Fonts_Reply) show
76 225 moveto
(xListFontsReply) show
183.640 225 moveto
(X_List_Fonts_Reply) show
291.280 225 moveto
(Xlbt_Reply3) show
403.600 225 moveto
(type record) show
76 234 moveto
(xListFontsReq) show
183.640 234 moveto
(X_List_Fonts_Request) show
291.280 234 moveto
(Xlbt_Request) show
403.600 234 moveto
(subtype X_List_Fonts_Request) show
76 243 moveto
(xListFontsReq) show
183.640 243 moveto
(X_List_Fonts_Request) show
291.280 243 moveto
(Xlbt_Request3) show
403.600 243 moveto
(type record) show
76 252 moveto
(xListFontsWithInfoReply) show
183.640 252 moveto
(X_List_Fonts_With_Info_Reply) show
291.280 252 moveto
(Xlbt_Reply) show
403.600 252 moveto
(subtype X_List_Fonts_With_Info_Reply) show
76 261 moveto
(xListFontsWithInfoReply) show
183.640 261 moveto
(X_List_Fonts_With_Info_Reply) show
291.280 261 moveto
(Xlbt_Reply3) show
403.600 261 moveto
(type record) show
76 270 moveto
(xListFontsWithInfoReq) show
183.640 270 moveto
(X_List_Fonts_With_Info_Request) show
291.280 270 moveto
(Xlbt_Request) show
403.600 270 moveto
(subtype X_List_Fonts_With_Info_Request) show
76 279 moveto
(xListFontsWithInfoReq) show
183.640 279 moveto
(X_List_Fonts_With_Info_Request) show
291.280 279 moveto
(Xlbt_Request3) show
403.600 279 moveto
(type record) show
76 288 moveto
(xListHostsReply) show
183.640 288 moveto
(X_List_Hosts_Reply) show
291.280 288 moveto
(Xlbt_Reply) show
403.600 288 moveto
(subtype X_List_Hosts_Reply) show
76 297 moveto
(xListHostsReply) show
183.640 297 moveto
(X_List_Hosts_Reply) show
291.280 297 moveto
(Xlbt_Reply3) show
403.600 297 moveto
(type record) show
76 306 moveto
(xListHostsReq) show
183.640 306 moveto
(X_List_Hosts_Request) show
291.280 306 moveto
(Xlbt_Request) show
403.600 306 moveto
(subtype X_List_Hosts_Request) show
76 315 moveto
(xListHostsReq) show
183.640 315 moveto
(X_List_Hosts_Request) show
291.280 315 moveto
(Xlbt_Request3) show
403.600 315 moveto
(type record) show
76 324 moveto
(xListInstalledColormapsReply) show
183.640 324 moveto
(X_List_Installed_Colormaps_) show
183.640 333 moveto
(Reply) show
291.280 324 moveto
(Xlbt_Reply) show
403.600 324 moveto
(subtype X_List_Installed_Colormaps_Reply) show
76 342 moveto
(xListInstalledColormapsReply) show
183.640 342 moveto
(X_List_Installed_Colormaps_) show
183.640 351 moveto
(Reply) show
291.280 342 moveto
(Xlbt_Reply3) show
403.600 342 moveto
(type record) show
76 360 moveto
(xListInstalledColormapsReq) show
183.640 360 moveto
(X_List_Installed_Colormaps_) show
183.640 369 moveto
(Request) show
291.280 360 moveto
(Xlbt_Request) show
403.600 360 moveto
(subtype X_List_Installed_Colormaps_Request) show
76 378 moveto
(xListInstalledColormapsReq) show
183.640 378 moveto
(X_List_Installed_Colormaps_) show
183.640 387 moveto
(Request) show
291.280 378 moveto
(Xlbt_Request3) show
403.600 378 moveto
(type record) show
76 396 moveto
(xListPropertiesReply) show
183.640 396 moveto
(X_List_Properties_Reply) show
291.280 396 moveto
(Xlbt_Reply) show
403.600 396 moveto
(subtype X_List_Properties_Reply) show
76 405 moveto
(xListPropertiesReply) show
183.640 405 moveto
(X_List_Properties_Reply) show
291.280 405 moveto
(Xlbt_Reply3) show
403.600 405 moveto
(type record) show
76 414 moveto
(xListPropertiesReq) show
183.640 414 moveto
(X_List_Properties_Request) show
291.280 414 moveto
(Xlbt_Request) show
403.600 414 moveto
(subtype X_List_Properties_Request) show
76 423 moveto
(xListPropertiesReq) show
183.640 423 moveto
(X_List_Properties_Request) show
291.280 423 moveto
(Xlbt_Request3) show
403.600 423 moveto
(type record) show
76 432 moveto
(xLookupColorReply) show
183.640 432 moveto
(X_Lookup_Color_Reply) show
291.280 432 moveto
(Xlbt_Reply) show
403.600 432 moveto
(subtype X_Lookup_Color_Reply) show
76 441 moveto
(xLookupColorReply) show
183.640 441 moveto
(X_Lookup_Color_Reply) show
291.280 441 moveto
(Xlbt_Reply3) show
403.600 441 moveto
(type record) show
76 450 moveto
(xLookupColorReq) show
183.640 450 moveto
(X_Lookup_Color_Request) show
291.280 450 moveto
(Xlbt_Request) show
403.600 450 moveto
(subtype X_Lookup_Color_Request) show
76 459 moveto
(xLookupColorReq) show
183.640 459 moveto
(X_Lookup_Color_Request) show
291.280 459 moveto
(Xlbt_Request3) show
403.600 459 moveto
(type record) show
76 468 moveto
(xMapSubwindowsReq) show
183.640 468 moveto
(X_Map_Subwindows_Request) show
291.280 468 moveto
(Xlbt_Request) show
403.600 468 moveto
(subtype X_Map_Subwindows_Request) show
76 477 moveto
(xMapSubwindowsReq) show
183.640 477 moveto
(X_Map_Subwindows_Request) show
291.280 477 moveto
(Xlbt_Request3) show
403.600 477 moveto
(type record) show
76 486 moveto
(xMapWindowReq) show
183.640 486 moveto
(X_Map_Window_Request) show
291.280 486 moveto
(Xlbt_Request) show
403.600 486 moveto
(subtype X_Map_Window_Request) show
76 495 moveto
(xMapWindowReq) show
183.640 495 moveto
(X_Map_Window_Request) show
291.280 495 moveto
(Xlbt_Request3) show
403.600 495 moveto
(type record) show
76 504 moveto
(xNoOperationReq) show
183.640 504 moveto
(X_No_Operation_Request) show
291.280 504 moveto
(Xlbt_Request) show
403.600 504 moveto
(subtype X_No_Operation_Request) show
76 513 moveto
(xNoOperationReq) show
183.640 513 moveto
(X_No_Operation_Request) show
291.280 513 moveto
(Xlbt_Request3) show
403.600 513 moveto
(type record) show
76 522 moveto
(xOpenFontReq) show
183.640 522 moveto
(X_Open_Font_Request) show
291.280 522 moveto
(Xlbt_Request) show
403.600 522 moveto
(subtype X_Open_Font_Request) show
76 531 moveto
(xOpenFontReq) show
183.640 531 moveto
(X_Open_Font_Request) show
291.280 531 moveto
(Xlbt_Request3) show
403.600 531 moveto
(type record) show
76 540 moveto
(xPolyArcReq) show
183.640 540 moveto
(X_Poly_Arc_Request) show
291.280 540 moveto
(Xlbt_Request) show
403.600 540 moveto
(subtype X_Poly_Arc_Request) show
76 549 moveto
(xPolyArcReq) show
183.640 549 moveto
(X_Poly_Arc_Request) show
291.280 549 moveto
(Xlbt_Request3) show
403.600 549 moveto
(type record) show
76 558 moveto
(xPolyFillArcReq) show
183.640 558 moveto
(X_Poly_Fill_Arc_Request) show
291.280 558 moveto
(Xlbt_Request) show
403.600 558 moveto
(subtype X_Poly_Fill_Arc_Request) show
76 567 moveto
(xPolyFillArcReq) show
183.640 567 moveto
(X_Poly_Fill_Arc_Request) show
291.280 567 moveto
(Xlbt_Request3) show
403.600 567 moveto
(type record) show
76 576 moveto
(xPolyFillRectangleReq) show
183.640 576 moveto
(X_Poly_Fill_Rectangle_Request) show
291.280 576 moveto
(Xlbt_Request) show
403.600 576 moveto
(subtype X_Poly_Fill_Rectangle_Request) show
76 585 moveto
(xPolyFillRectangleReq) show
183.640 585 moveto
(X_Poly_Fill_Rectangle_Request) show
291.280 585 moveto
(Xlbt_Request3) show
403.600 585 moveto
(type record) show
76 594 moveto
(xPolyLineReq) show
183.640 594 moveto
(X_Poly_Line_Request) show
291.280 594 moveto
(Xlbt_Request) show
403.600 594 moveto
(subtype X_Poly_Line_Request) show
76 603 moveto
(xPolyLineReq) show
183.640 603 moveto
(X_Poly_Line_Request) show
291.280 603 moveto
(Xlbt_Request3) show
403.600 603 moveto
(type record) show
76 612 moveto
(xPolyPointReq) show
183.640 612 moveto
(X_Poly_Point_Request) show
291.280 612 moveto
(Xlbt_Request) show
403.600 612 moveto
(subtype X_Poly_Point_Request) show
76 621 moveto
(xPolyPointReq) show
183.640 621 moveto
(X_Poly_Point_Request) show
291.280 621 moveto
(Xlbt_Request3) show
403.600 621 moveto
(type record) show
76 630 moveto
(xPolyRectangleReq) show
183.640 630 moveto
(X_Poly_Rectangle_Request) show
291.280 630 moveto
(Xlbt_Request) show
403.600 630 moveto
(subtype X_Poly_Rectangle_Request) show
76 639 moveto
(xPolyRectangleReq) show
183.640 639 moveto
(X_Poly_Rectangle_Request) show
291.280 639 moveto
(Xlbt_Request3) show
403.600 639 moveto
(type record) show
76 648 moveto
(xPolySegmentReq) show
183.640 648 moveto
(X_Poly_Segment_Request) show
291.280 648 moveto
(Xlbt_Request) show
403.600 648 moveto
(subtype X_Poly_Segment_Request) show
76 657 moveto
(xPolySegmentReq) show
183.640 657 moveto
(X_Poly_Segment_Request) show
291.280 657 moveto
(Xlbt_Request3) show
403.600 657 moveto
(type record) show
76 666 moveto
(xPolyText16Req) show
183.640 666 moveto
(X_Poly_Text16_Request) show
291.280 666 moveto
(Xlbt_Request) show
403.600 666 moveto
(subtype X_Poly_Text16_Request) show
76 675 moveto
(xPolyText16Req) show
183.640 675 moveto
(X_Poly_Text16_Request) show
291.280 675 moveto
(Xlbt_Request3) show
403.600 675 moveto
(type record) show
76 684 moveto
(xPolyText8Req) show
183.640 684 moveto
(X_Poly_Text8_Request) show
291.280 684 moveto
(Xlbt_Request) show
403.600 684 moveto
(subtype X_Poly_Text8_Request) show
76 693 moveto
(xPolyText8Req) show
183.640 693 moveto
(X_Poly_Text8_Request) show
291.280 693 moveto
(Xlbt_Request3) show
403.600 693 moveto
(type record) show
76 702 moveto
(xPutImageReq) show
183.640 702 moveto
(X_Put_Image_Request) show
291.280 702 moveto
(Xlbt_Request) show
403.600 702 moveto
(subtype X_Put_Image_Request) show
76 711 moveto
(xPutImageReq) show
183.640 711 moveto
(X_Put_Image_Request) show
291.280 711 moveto
(Xlbt_Request3) show
403.600 711 moveto
(type record) show
76 720 moveto
(xQueryBestSizeReply) show
183.640 720 moveto
(X_Query_Best_Size_Reply) show
291.280 720 moveto
(Xlbt_Reply) show
403.600 720 moveto
(subtype X_Query_Best_Size_Reply) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(85) show
EndPage
%%Page: 86 86
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(xQueryBestSizeReply) show
183.640 108 moveto
(X_Query_Best_Size_Reply) show
291.280 108 moveto
(Xlbt_Reply3) show
403.600 108 moveto
(type record) show
76 117 moveto
(xQueryBestSizeReq) show
183.640 117 moveto
(X_Query_Best_Size_Request) show
291.280 117 moveto
(Xlbt_Request) show
403.600 117 moveto
(subtype X_Query_Best_Size_Request) show
76 126 moveto
(xQueryBestSizeReq) show
183.640 126 moveto
(X_Query_Best_Size_Request) show
291.280 126 moveto
(Xlbt_Request3) show
403.600 126 moveto
(type record) show
76 135 moveto
(xQueryColorsReply) show
183.640 135 moveto
(X_Query_Colors_Reply) show
291.280 135 moveto
(Xlbt_Reply) show
403.600 135 moveto
(subtype X_Query_Colors_Reply) show
76 144 moveto
(xQueryColorsReply) show
183.640 144 moveto
(X_Query_Colors_Reply) show
291.280 144 moveto
(Xlbt_Reply3) show
403.600 144 moveto
(type record) show
76 153 moveto
(xQueryColorsReq) show
183.640 153 moveto
(X_Query_Colors_Request) show
291.280 153 moveto
(Xlbt_Request) show
403.600 153 moveto
(subtype X_Query_Colors_Request) show
76 162 moveto
(xQueryColorsReq) show
183.640 162 moveto
(X_Query_Colors_Request) show
291.280 162 moveto
(Xlbt_Request3) show
403.600 162 moveto
(type record) show
76 171 moveto
(xQueryExtensionReply) show
183.640 171 moveto
(X_Query_Extension_Reply) show
291.280 171 moveto
(Xlbt_Reply) show
403.600 171 moveto
(subtype X_Query_Extension_Reply) show
76 180 moveto
(xQueryExtensionReply) show
183.640 180 moveto
(X_Query_Extension_Reply) show
291.280 180 moveto
(Xlbt_Reply3) show
403.600 180 moveto
(type record) show
76 189 moveto
(xQueryExtensionReq) show
183.640 189 moveto
(X_Query_Extension_Request) show
291.280 189 moveto
(Xlbt_Request) show
403.600 189 moveto
(subtype X_Query_Extension_Request) show
76 198 moveto
(xQueryExtensionReq) show
183.640 198 moveto
(X_Query_Extension_Request) show
291.280 198 moveto
(Xlbt_Request3) show
403.600 198 moveto
(type record) show
76 207 moveto
(xQueryFontReply) show
183.640 207 moveto
(X_Query_Font_Reply) show
291.280 207 moveto
(Xlbt_Reply) show
403.600 207 moveto
(subtype X_Query_Font_Reply) show
76 216 moveto
(xQueryFontReply) show
183.640 216 moveto
(X_Query_Font_Reply) show
291.280 216 moveto
(Xlbt_Reply3) show
403.600 216 moveto
(type record) show
76 225 moveto
(xQueryFontReq) show
183.640 225 moveto
(X_Query_Font_Request) show
291.280 225 moveto
(Xlbt_Request) show
403.600 225 moveto
(subtype X_Query_Font_Request) show
76 234 moveto
(xQueryFontReq) show
183.640 234 moveto
(X_Query_Font_Request) show
291.280 234 moveto
(Xlbt_Request3) show
403.600 234 moveto
(type record) show
76 243 moveto
(xQueryKeymapReply) show
183.640 243 moveto
(X_Query_Keymap_Reply) show
291.280 243 moveto
(Xlbt_Reply) show
403.600 243 moveto
(subtype X_Query_Keymap_Reply) show
76 252 moveto
(xQueryKeymapReply) show
183.640 252 moveto
(X_Query_Keymap_Reply) show
291.280 252 moveto
(Xlbt_Reply3) show
403.600 252 moveto
(type record) show
76 261 moveto
(xQueryKeymapReq) show
183.640 261 moveto
(X_Query_Keymap_Request) show
291.280 261 moveto
(Xlbt_Request) show
403.600 261 moveto
(subtype X_Query_Keymap_Request) show
76 270 moveto
(xQueryKeymapReq) show
183.640 270 moveto
(X_Query_Keymap_Request) show
291.280 270 moveto
(Xlbt_Request3) show
403.600 270 moveto
(type record) show
76 279 moveto
(xQueryPointerReply) show
183.640 279 moveto
(X_Query_Pointer_Reply) show
291.280 279 moveto
(Xlbt_Reply) show
403.600 279 moveto
(subtype X_Query_Pointer_Reply) show
76 288 moveto
(xQueryPointerReply) show
183.640 288 moveto
(X_Query_Pointer_Reply) show
291.280 288 moveto
(Xlbt_Reply3) show
403.600 288 moveto
(type record) show
76 297 moveto
(xQueryPointerReq) show
183.640 297 moveto
(X_Query_Pointer_Request) show
291.280 297 moveto
(Xlbt_Request) show
403.600 297 moveto
(subtype X_Query_Pointer_Request) show
76 306 moveto
(xQueryPointerReq) show
183.640 306 moveto
(X_Query_Pointer_Request) show
291.280 306 moveto
(Xlbt_Request3) show
403.600 306 moveto
(type record) show
76 315 moveto
(xQueryTextExtentsReply) show
183.640 315 moveto
(X_Query_Text_Extents_Reply) show
291.280 315 moveto
(Xlbt_Reply) show
403.600 315 moveto
(subtype X_Query_Text_Extents_Reply) show
76 324 moveto
(xQueryTextExtentsReply) show
183.640 324 moveto
(X_Query_Text_Extents_Reply) show
291.280 324 moveto
(Xlbt_Reply3) show
403.600 324 moveto
(type record) show
76 333 moveto
(xQueryTextExtentsReq) show
183.640 333 moveto
(X_Query_Text_Extents_Request) show
291.280 333 moveto
(Xlbt_Request) show
403.600 333 moveto
(subtype X_Query_Text_Extents_Request) show
76 342 moveto
(xQueryTextExtentsReq) show
183.640 342 moveto
(X_Query_Text_Extents_Request) show
291.280 342 moveto
(Xlbt_Request3) show
403.600 342 moveto
(type record) show
76 351 moveto
(xQueryTreeReply) show
183.640 351 moveto
(X_Query_Tree_Reply) show
291.280 351 moveto
(Xlbt_Reply) show
403.600 351 moveto
(subtype X_Query_Tree_Reply) show
76 360 moveto
(xQueryTreeReply) show
183.640 360 moveto
(X_Query_Tree_Reply) show
291.280 360 moveto
(Xlbt_Reply3) show
403.600 360 moveto
(type record) show
76 369 moveto
(xQueryTreeReq) show
183.640 369 moveto
(X_Query_Tree_Request) show
291.280 369 moveto
(Xlbt_Request) show
403.600 369 moveto
(subtype X_Query_Tree_Request) show
76 378 moveto
(xQueryTreeReq) show
183.640 378 moveto
(X_Query_Tree_Request) show
291.280 378 moveto
(Xlbt_Request3) show
403.600 378 moveto
(type record) show
76 387 moveto
(xRecolorCursorReq) show
183.640 387 moveto
(X_Recolor_Cursor_Request) show
291.280 387 moveto
(Xlbt_Request) show
403.600 387 moveto
(subtype X_Recolor_Cursor_Request) show
76 396 moveto
(xRecolorCursorReq) show
183.640 396 moveto
(X_Recolor_Cursor_Request) show
291.280 396 moveto
(Xlbt_Request3) show
403.600 396 moveto
(type record) show
76 405 moveto
(xReparentWindowReq) show
183.640 405 moveto
(X_Reparent_Window_Request) show
291.280 405 moveto
(Xlbt_Request) show
403.600 405 moveto
(subtype X_Reparent_Window_Request) show
76 414 moveto
(xReparentWindowReq) show
183.640 414 moveto
(X_Reparent_Window_Request) show
291.280 414 moveto
(Xlbt_Request3) show
403.600 414 moveto
(type record) show
76 423 moveto
(xRotatePropertiesReq) show
183.640 423 moveto
(X_Rotate_Properties_Request) show
291.280 423 moveto
(Xlbt_Request) show
403.600 423 moveto
(subtype X_Rotate_Properties_Request) show
76 432 moveto
(xRotatePropertiesReq) show
183.640 432 moveto
(X_Rotate_Properties_Request) show
291.280 432 moveto
(Xlbt_Request3) show
403.600 432 moveto
(type record) show
76 441 moveto
(xSendEventReq) show
183.640 441 moveto
(X_Send_Event_Request) show
291.280 441 moveto
(Xlbt_Request) show
403.600 441 moveto
(subtype X_Send_Event_Request) show
76 450 moveto
(xSendEventReq) show
183.640 450 moveto
(X_Send_Event_Request) show
291.280 450 moveto
(Xlbt_Request3) show
403.600 450 moveto
(type record) show
76 459 moveto
(xSetAccessControlReq) show
183.640 459 moveto
(X_Set_Access_Control_Request) show
291.280 459 moveto
(Xlbt_Request) show
403.600 459 moveto
(subtype X_Set_Access_Control_Request) show
76 468 moveto
(xSetAccessControlReq) show
183.640 468 moveto
(X_Set_Access_Control_Request) show
291.280 468 moveto
(Xlbt_Request3) show
403.600 468 moveto
(type record) show
76 477 moveto
(xSetClipRectanglesReq) show
183.640 477 moveto
(X_Set_Clip_Rectangles_Request) show
291.280 477 moveto
(Xlbt_Request) show
403.600 477 moveto
(subtype X_Set_Clip_Rectangles_Request) show
76 486 moveto
(xSetClipRectanglesReq) show
183.640 486 moveto
(X_Set_Clip_Rectangles_Request) show
291.280 486 moveto
(Xlbt_Request3) show
403.600 486 moveto
(type record) show
76 495 moveto
(xSetCloseDownModeReq) show
183.640 495 moveto
(X_Set_Close_Down_Mode_) show
183.640 504 moveto
(Request) show
291.280 495 moveto
(Xlbt_Request) show
403.600 495 moveto
(subtype X_Set_Close_Down_Mode_Request) show
76 513 moveto
(xSetCloseDownModeReq) show
183.640 513 moveto
(X_Set_Close_Down_Mode_) show
183.640 522 moveto
(Request) show
291.280 513 moveto
(Xlbt_Request3) show
403.600 513 moveto
(type record) show
76 531 moveto
(xSetDashesReq) show
183.640 531 moveto
(X_Set_Dashes_Request) show
291.280 531 moveto
(Xlbt_Request) show
403.600 531 moveto
(subtype X_Set_Dashes_Request) show
76 540 moveto
(xSetDashesReq) show
183.640 540 moveto
(X_Set_Dashes_Request) show
291.280 540 moveto
(Xlbt_Request3) show
403.600 540 moveto
(type record) show
76 549 moveto
(xSetFontPathReq) show
183.640 549 moveto
(X_Set_Font_Path_Request) show
291.280 549 moveto
(Xlbt_Request) show
403.600 549 moveto
(subtype X_Set_Font_Path_Request) show
76 558 moveto
(xSetFontPathReq) show
183.640 558 moveto
(X_Set_Font_Path_Request) show
291.280 558 moveto
(Xlbt_Request3) show
403.600 558 moveto
(type record) show
76 567 moveto
(xSetInputFocusReq) show
183.640 567 moveto
(X_Set_Input_Focus_Request) show
291.280 567 moveto
(Xlbt_Request) show
403.600 567 moveto
(subtype X_Set_Input_Focus_Request) show
76 576 moveto
(xSetInputFocusReq) show
183.640 576 moveto
(X_Set_Input_Focus_Request) show
291.280 576 moveto
(Xlbt_Request3) show
403.600 576 moveto
(type record) show
76 585 moveto
(xSetModifierMappingReply) show
183.640 585 moveto
(X_Set_Modifier_Mapping_Reply) show
291.280 585 moveto
(Xlbt_Reply) show
403.600 585 moveto
(subtype X_Set_Modifier_Mapping_Reply) show
76 594 moveto
(xSetModifierMappingReply) show
183.640 594 moveto
(X_Set_Modifier_Mapping_Reply) show
291.280 594 moveto
(Xlbt_Reply3) show
403.600 594 moveto
(type record) show
76 603 moveto
(xSetModifierMappingReq) show
183.640 603 moveto
(X_Set_Modifier_Mapping_) show
183.640 612 moveto
(Request) show
291.280 603 moveto
(Xlbt_Request) show
403.600 603 moveto
(subtype X_Set_Modifier_Mapping_Request) show
76 621 moveto
(xSetModifierMappingReq) show
183.640 621 moveto
(X_Set_Modifier_Mapping_) show
183.640 630 moveto
(Request) show
291.280 621 moveto
(Xlbt_Request3) show
403.600 621 moveto
(type record) show
76 639 moveto
(xSetPointerMappingReply) show
183.640 639 moveto
(X_Set_Pointer_Mapping_Reply) show
291.280 639 moveto
(Xlbt_Reply) show
403.600 639 moveto
(subtype X_Set_Pointer_Mapping_Reply) show
76 648 moveto
(xSetPointerMappingReply) show
183.640 648 moveto
(X_Set_Pointer_Mapping_Reply) show
291.280 648 moveto
(Xlbt_Reply3) show
403.600 648 moveto
(type record) show
76 657 moveto
(xSetPointerMappingReq) show
183.640 657 moveto
(X_Set_Pointer_Mapping_Request) show
291.280 657 moveto
(Xlbt_Request) show
403.600 657 moveto
(subtype X_Set_Pointer_Mapping_Request) show
76 666 moveto
(xSetPointerMappingReq) show
183.640 666 moveto
(X_Set_Pointer_Mapping_Request) show
291.280 666 moveto
(Xlbt_Request3) show
403.600 666 moveto
(type record) show
76 675 moveto
(xSetScreenSaverReq) show
183.640 675 moveto
(X_Set_Screen_Saver_Request) show
291.280 675 moveto
(Xlbt_Request) show
403.600 675 moveto
(subtype X_Set_Screen_Saver_Request) show
76 684 moveto
(xSetScreenSaverReq) show
183.640 684 moveto
(X_Set_Screen_Saver_Request) show
291.280 684 moveto
(Xlbt_Request3) show
403.600 684 moveto
(type record) show
76 693 moveto
(xSetSelectionOwnerReq) show
183.640 693 moveto
(X_Set_Selection_Owner_Request) show
291.280 693 moveto
(Xlbt_Request) show
403.600 693 moveto
(subtype X_Set_Selection_Owner_Request) show
76 702 moveto
(xSetSelectionOwnerReq) show
183.640 702 moveto
(X_Set_Selection_Owner_Request) show
291.280 702 moveto
(Xlbt_Request3) show
403.600 702 moveto
(type record) show
76 711 moveto
(xStoreColorsReq) show
183.640 711 moveto
(X_Store_Colors_Request) show
291.280 711 moveto
(Xlbt_Request) show
403.600 711 moveto
(subtype X_Store_Colors_Request) show
76 720 moveto
(xStoreColorsReq) show
183.640 720 moveto
(X_Store_Colors_Request) show
291.280 720 moveto
(Xlbt_Request3) show
403.600 720 moveto
(type record) show
72 756 moveto
10 /Times-Roman SelectFont
(86) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 87 87
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
390.240 MX
(C/Ada Name Table) show
76 90 moveto
7 /Times-Bold SelectFont
(C) show
76 99 moveto
7 /Times-Roman SelectFont
( ) show
183.640 90 moveto
7 /Times-Bold SelectFont
(Ada) show
291.280 90 moveto
(Package) show
403.600 90 moveto
(Type) show
76 108 moveto
7 /Times-Roman SelectFont
(xStoreNamedColorReq) show
183.640 108 moveto
(X_Store_Named_Color_Request) show
291.280 108 moveto
(Xlbt_Request) show
403.600 108 moveto
(subtype X_Store_Named_Color_Request) show
76 117 moveto
(xStoreNamedColorReq) show
183.640 117 moveto
(X_Store_Named_Color_Request) show
291.280 117 moveto
(Xlbt_Request3) show
403.600 117 moveto
(type record) show
76 126 moveto
(xTextElt) show
183.640 126 moveto
(X_Text_Elt) show
291.280 126 moveto
(Xlbt_Misc) show
403.600 126 moveto
(type record) show
76 135 moveto
(xTranslateCoordsReply) show
183.640 135 moveto
(X_Translate_Coords_Reply) show
291.280 135 moveto
(Xlbt_Reply) show
403.600 135 moveto
(subtype X_Translate_Coords_Reply) show
76 144 moveto
(xTranslateCoordsReply) show
183.640 144 moveto
(X_Translate_Coords_Reply) show
291.280 144 moveto
(Xlbt_Reply3) show
403.600 144 moveto
(type record) show
76 153 moveto
(xTranslateCoordsReq) show
183.640 153 moveto
(X_Translate_Coords_Request) show
291.280 153 moveto
(Xlbt_Request) show
403.600 153 moveto
(subtype X_Translate_Coords_Request) show
76 162 moveto
(xTranslateCoordsReq) show
183.640 162 moveto
(X_Translate_Coords_Request) show
291.280 162 moveto
(Xlbt_Request3) show
403.600 162 moveto
(type record) show
76 171 moveto
(xUngrabButtonReq) show
183.640 171 moveto
(X_Ungrab_Button_Request) show
291.280 171 moveto
(Xlbt_Request) show
403.600 171 moveto
(subtype X_Ungrab_Button_Request) show
76 180 moveto
(xUngrabButtonReq) show
183.640 180 moveto
(X_Ungrab_Button_Request) show
291.280 180 moveto
(Xlbt_Request3) show
403.600 180 moveto
(type record) show
76 189 moveto
(xUngrabKeyReq) show
183.640 189 moveto
(X_Ungrab_Key_Request) show
291.280 189 moveto
(Xlbt_Request) show
403.600 189 moveto
(subtype X_Ungrab_Key_Request) show
76 198 moveto
(xUngrabKeyReq) show
183.640 198 moveto
(X_Ungrab_Key_Request) show
291.280 198 moveto
(Xlbt_Request3) show
403.600 198 moveto
(type record) show
76 207 moveto
(xUngrabKeyboardReq) show
183.640 207 moveto
(X_Ungrab_Keyboard_Request) show
291.280 207 moveto
(Xlbt_Request) show
403.600 207 moveto
(subtype X_Ungrab_Keyboard_Request) show
76 216 moveto
(xUngrabKeyboardReq) show
183.640 216 moveto
(X_Ungrab_Keyboard_Request) show
291.280 216 moveto
(Xlbt_Request3) show
403.600 216 moveto
(type record) show
76 225 moveto
(xUngrabPointerReq) show
183.640 225 moveto
(X_Ungrab_Pointer_Request) show
291.280 225 moveto
(Xlbt_Request) show
403.600 225 moveto
(subtype X_Ungrab_Pointer_Request) show
76 234 moveto
(xUngrabPointerReq) show
183.640 234 moveto
(X_Ungrab_Pointer_Request) show
291.280 234 moveto
(Xlbt_Request3) show
403.600 234 moveto
(type record) show
76 243 moveto
(xUngrabServerReq) show
183.640 243 moveto
(X_Ungrab_Server_Request) show
291.280 243 moveto
(Xlbt_Request) show
403.600 243 moveto
(subtype X_Ungrab_Server_Request) show
76 252 moveto
(xUngrabServerReq) show
183.640 252 moveto
(X_Ungrab_Server_Request) show
291.280 252 moveto
(Xlbt_Request3) show
403.600 252 moveto
(type record) show
76 261 moveto
(xUninstallColormapReq) show
183.640 261 moveto
(X_Uninstall_Colormap_Request) show
291.280 261 moveto
(Xlbt_Request) show
403.600 261 moveto
(subtype X_Uninstall_Colormap_Request) show
76 270 moveto
(xUninstallColormapReq) show
183.640 270 moveto
(X_Uninstall_Colormap_Request) show
291.280 270 moveto
(Xlbt_Request3) show
403.600 270 moveto
(type record) show
76 279 moveto
(xUnmapSubwindowsReq) show
183.640 279 moveto
(X_Unmap_Subwindows_Request) show
291.280 279 moveto
(Xlbt_Request) show
403.600 279 moveto
(subtype X_Unmap_Subwindows_Request) show
76 288 moveto
(xUnmapSubwindowsReq) show
183.640 288 moveto
(X_Unmap_Subwindows_Request) show
291.280 288 moveto
(Xlbt_Request3) show
403.600 288 moveto
(type record) show
76 297 moveto
(xUnmapWindowReq) show
183.640 297 moveto
(X_Unmap_Window_Request) show
291.280 297 moveto
(Xlbt_Request) show
403.600 297 moveto
(subtype X_Unmap_Window_Request) show
76 306 moveto
(xUnmapWindowReq) show
183.640 306 moveto
(X_Unmap_Window_Request) show
291.280 306 moveto
(Xlbt_Request3) show
403.600 306 moveto
(type record) show
76 315 moveto
(xWarpPointerReq) show
183.640 315 moveto
(X_Warp_Pointer_Request) show
291.280 315 moveto
(Xlbt_Request) show
403.600 315 moveto
(subtype X_Warp_Pointer_Request) show
76 324 moveto
(xWarpPointerReq) show
183.640 324 moveto
(X_Warp_Pointer_Request) show
291.280 324 moveto
(Xlbt_Request3) show
403.600 324 moveto
(type record) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(87) show
EndPage
%%Page: 88 88
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
72 756 moveto
(88) show
202.195 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Page: 89 89
BeginPage
792 false PositionPage
290.061 72 moveto
14 /Times-Roman SelectFont
(Index) show
72 108 moveto
9 /Times-Roman SelectFont
(Application_Defaults) show
18 MX
(5) show
72 132 moveto
(Free_X_Rm_Database) show
18 MX
(24) show
72 156 moveto
(X_Bad_Procedure_Variable, exception) show
18 MX
(12) show
72 167 moveto
(X_Clients) show
18 MX
(3) show
72 178 moveto
(X_Clients, subsystem) show
18 MX
(5) show
72 189 moveto
(X_Data) show
18 MX
(3) show
72 200 moveto
(X_Data, directory) show
18 MX
(5) show
72 211 moveto
(X_Demos, subsystem) show
18 MX
(5) show
72 222 moveto
(X_Env_Concat_Dir_File) show
18 MX
(29) show
72 233 moveto
(X_Env_Get_Environment_Variable) show
18 MX
(29) show
72 244 moveto
(X_Env_Get_Home_Dir) show
18 MX
(29) show
72 255 moveto
(X_Env_Get_Host_Name) show
18 MX
(29) show
72 266 moveto
(X_Env_Strip_Program_Name) show
18 MX
(29) show
72 277 moveto
(X_Error_Db) show
18 MX
(5, 30) show
72 288 moveto
(X_Invalid_Procedure_Variable, exception) show
18 MX
(12) show
72 299 moveto
(X_Invalid_Universal_Pointer, exception) show
18 MX
(13) show
72 310 moveto
(X_Key_Sym_Db) show
18 MX
(5, 29) show
72 321 moveto
(X_Library) show
18 MX
(3) show
72 332 moveto
(X_Library, subsystem) show
18 MX
(6) show
72 343 moveto
(X_Library_Confusion, exception) show
18 MX
(13) show
72 354 moveto
(X_Network_Io_Error, exception) show
18 MX
(12) show
72 365 moveto
(X_New_Rm_Database) show
18 MX
(24) show
72 376 moveto
(X_R1000_Support) show
18 MX
(3) show
72 387 moveto
(X_Rm_Class) show
18 MX
(24) show
72 398 moveto
(X_Rm_Database) show
18 MX
(24) show
72 409 moveto
(X_Rm_Destroy_Database) show
18 MX
(24) show
72 420 moveto
(X_Rm_Initialize) show
18 MX
(24) show
72 431 moveto
(X_Rm_Name) show
18 MX
(24) show
72 442 moveto
(X_Rm_Representation) show
18 MX
(24) show
72 453 moveto
(X_Rm_Value) show
18 MX
(23) show
72 464 moveto
(X_Testing) show
18 MX
(3) show
72 475 moveto
(X_Testing, subsystem) show
18 MX
(6) show
72 486 moveto
(X_Tools) show
18 MX
(3) show
72 497 moveto
(X_Tools, subsystem) show
18 MX
(7) show
72 508 moveto
(X_Unhandled_Error, exception) show
18 MX
(12) show
72 519 moveto
(Xlbmp_Environment) show
18 MX
(29) show
72 530 moveto
(Xlbmp_Generic_Converters) show
18 MX
(16) show
72 541 moveto
(Xlbmp_Get) show
18 MX
(16) show
72 552 moveto
(Xlbmp_Put) show
18 MX
(16) show
72 563 moveto
(Xlbp_Error) show
18 MX
(19) show
72 574 moveto
(Xlbp_Sync) show
18 MX
(19) show
72 585 moveto
(Xlbp_U_Char_Converters) show
18 MX
(13) show
72 596 moveto
(Xlbp_Window_Property) show
18 MX
(13) show
72 607 moveto
(Xlbt_Exceptions) show
18 MX
(12) show
72 618 moveto
(Xlbt_String) show
18 MX
(10) show
72 629 moveto
(XrmDestroyDatabase) show
18 MX
(24) show
72 640 moveto
(XrmInitialize) show
18 MX
(24) show
72 651 moveto
(XrmQGetResource) show
18 MX
(9) show
72 662 moveto
(XrmQGetSearchList) show
18 MX
(9) show
72 673 moveto
(XrmQGetSearchResource) show
18 MX
(9) show
72 684 moveto
(XrmQPutResource) show
18 MX
(9) show
72 695 moveto
(XrmQPutStringResource) show
18 MX
(9) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
202.195 MX
(89) show
EndPage
%%Page: iii 90
BeginPage
792 false PositionPage
254.284 72 moveto
14 /Times-Roman SelectFont
(Table Of Contents) show
72 108 moveto
11 /Times-Roman SelectFont
(1.  Introduction) show
3.866 MX
9 43 LTAB 390.500 MX
(1) show
72 121 moveto
(2.  Library Organization) show
1.080 MX
9 39 LTAB 354.500 MX
(3) show
93.600 133 moveto
10 /Times-Roman SelectFont
(2.1.  Rational Environment Pathnames) show
286.960 MX
(4) show
93.600 145 moveto
(2.2.  UNIX Pathnames) show
350.580 MX
(4) show
93.600 157 moveto
(2.3.  Subsystem: X_Clients) show
332.220 MX
(5) show
93.600 169 moveto
(2.4.  Directory: X_Data) show
346.700 MX
(5) show
93.600 181 moveto
(2.5.  Subsystem: X_Demos) show
332.230 MX
(5) show
93.600 193 moveto
(2.6.  Subsystem: X_Library) show
330.570 MX
(6) show
93.600 205 moveto
(2.7.  Subsystem: X_Testing) show
330.560 MX
(6) show
93.600 217 moveto
(2.8.  Subsystem: X_Tools) show
337.780 MX
(7) show
72 230 moveto
11 /Times-Roman SelectFont
(3.  Differences between Ada and C Libraries) show
1.287 MX
9 29 LTAB 264.500 MX
(9) show
93.600 242 moveto
10 /Times-Roman SelectFont
(3.1.  Naming) show
389.180 MX
(9) show
93.600 254 moveto
(3.2.  Numeric Types) show
354.470 MX
(10) show
93.600 266 moveto
(3.3.  String and Text Types) show
327.240 MX
(10) show
93.600 278 moveto
(3.4.  Conventions of the Ada Language) show
279.200 MX
(10) show
93.600 290 moveto
(3.5.  Array Indices) show
361.700 MX
(11) show
93.600 302 moveto
(3.6.  Record Layout) show
356.690 MX
(11) show
93.600 314 moveto
(3.7.  Array of Bit Types) show
340.580 MX
(11) show
93.600 326 moveto
(3.8.  Exceptions) show
371.960 MX
(12) show
93.600 338 moveto
(3.9.  #include vs. WITH) show
339.470 MX
(13) show
93.600 350 moveto
(3.10.  Window-Manager Properties) show
295.040 MX
(13) show
93.600 362 moveto
(3.11.  Universal Pointers) show
337.240 MX
(13) show
72 375 moveto
11 /Times-Roman SelectFont
(4.  Using Xlib) show
0.663 MX
9 43 LTAB 394 MX
(15) show
93.600 387 moveto
10 /Times-Roman SelectFont
(4.1.  Interface Level and Target Dependence) show
258.140 MX
(15) show
93.600 399 moveto
(4.2.  Interface Detail) show
353.930 MX
(16) show
72 412 moveto
11 /Times-Roman SelectFont
(5.  Callbacks \050Procedure Variables\051) show
5.294 MX
9 32 LTAB 295 MX
(19) show
93.600 424 moveto
10 /Times-Roman SelectFont
(5.1.  Sample Use) show
368.350 MX
(19) show
93.600 436 moveto
(5.2.  Portability) show
374.170 MX
(21) show
72 449 moveto
11 /Times-Roman SelectFont
(6.  Resource Manager) show
2.475 MX
9 39 LTAB 358 MX
(23) show
93.600 461 moveto
10 /Times-Roman SelectFont
(6.1.  Basic Definitions for the Resource Manager) show
240.050 MX
(23) show
93.600 473 moveto
(6.2.  Access to the Resource Database) show
284.220 MX
(25) show
72 486 moveto
11 /Times-Roman SelectFont
(7.  Extension Interfaces) show
4.138 MX
9 38 LTAB 349 MX
(27) show
93.600 498 moveto
10 /Times-Roman SelectFont
(7.1.  Procedural Hooks) show
344.470 MX
(27) show
93.600 510 moveto
(7.2.  Data Hooks) show
368.910 MX
(27) show
93.600 522 moveto
(7.3.  Batching of Graphics Requests) show
292.250 MX
(27) show
93.600 534 moveto
(7.4.  New Request, Reply, and Event Formats) show
253.360 MX
(27) show
93.600 546 moveto
(7.5.  Locking) show
383.070 MX
(27) show
93.600 558 moveto
(7.6.  Protocol Input/Output) show
328.340 MX
(28) show
72 571 moveto
11 /Times-Roman SelectFont
(8.  Target-Dependent Library Facilities) show
7.399 MX
9 30 LTAB 277 MX
(29) show
93.600 583 moveto
10 /Times-Roman SelectFont
(8.1.  Xlbmp_Environment Package) show
295.580 MX
(29) show
93.600 595 moveto
(8.2.  X_Key_Sym_Db File) show
328.900 MX
(29) show
93.600 607 moveto
(8.3.  X_Error_Db File) show
347.800 MX
(30) show
72 620 moveto
11 /Times-Roman SelectFont
(A   Hello_World in C) show
3.366 MX
9 39 LTAB 358 MX
(31) show
72 633 moveto
(B   Hello_World in Ada) show
1.982 MX
9 38 LTAB 349 MX
(35) show
72 646 moveto
(C  Current Set of Targets) show
6.098 MX
9 37 LTAB 340 MX
(39) show
72 659 moveto
(D  C/Ada Name Table) show
0.022 MX
9 39 LTAB 358 MX
(41) show
72 672 moveto
(Index) show
1.953 MX
9 47 LTAB 430 MX
(89) show
72 756 moveto
10 /Times-Roman SelectFont
(RATIONAL) show
161.095 MX
(April 1991) show
203.855 MX
(iii) show
EndPage
%%Page: iv 91
BeginPage
792 false PositionPage
72 36 moveto
10 /Times-Roman SelectFont
(Rational X Library: Ada/C Interface Differences) show
72 756 moveto
(iv) show
204.415 MX
(April 1991) show
161.095 MX
(RATIONAL) show
EndPage
%%Trailer
%%Pages: 91 1
%%DocumentFonts: Times-Roman Times-Bold Times-Italic Courier