/usr/share/doc/libXt
NameSizeModeActions
acknowledgement.xml87430644editdlrm
appA.xml36440644editdlrm
appB.xml325050644editdlrm
appC.xml563610644editdlrm
appD.xml284050644editdlrm
appE.xml386980644editdlrm
appF.xml38930644editdlrm
CH01.xml891860644editdlrm
CH02.xml1430100644editdlrm
CH03.xml438580644editdlrm
CH04.xml780690644editdlrm
CH05.xml309890644editdlrm
CH06.xml435140644editdlrm
CH07.xml1507470644editdlrm
CH08.xml175930644editdlrm
CH09.xml1364900644editdlrm
CH10.xml676320644editdlrm
CH11.xml1681300644editdlrm
CH12.xml338630644editdlrm
CH13.xml306770644editdlrm
COPYING56730644editdlrm
intrinsics.xml53070644editdlrm
preface.xml27330644editdlrm
Edit: /usr/share/doc/libXt/preface.xml (2733B)
About This Manual X Toolkit Intrinsics — C Language Interface is intended to be read by both application programmers who will use one or more of the many widget sets built with the Intrinsics and by widget programmers who will use the Intrinsics to build widgets for one of the widget sets. Not all the information in this manual, however, applies to both audiences. That is, because the application programmer is likely to use only a number of the Intrinsics functions in writing an application and because the widget programmer is likely to use many more, if not all, of the Intrinsics functions in building a widget, an attempt has been made to highlight those areas of information that are deemed to be of special interest for the application programmer. (It is assumed the widget programmer will have to be familiar with all the information.) Therefore, all entries in the table of contents that are printed in bold indicate the information that should be of special interest to an application programmer. It is also assumed that, as application programmers become more familiar with the concepts discussed in this manual, they will find it more convenient to implement portions of their applications as special-purpose or custom widgets. It is possible, nonetheless, to use widgets without knowing how to build them. Conventions Used in this Manual This document uses the following conventions: Global symbols are printed in this special font. These can be either function names, symbols defined in include files, data types, or structure names. Arguments to functions, procedures, or macros are printed in italics. Each function is introduced by a general discussion that distinguishes it from other functions. The function declaration itself follows, and each argument is specifically explained. General discussion of the function, if any is required, follows the arguments. To eliminate any ambiguity between those arguments that you pass and those that a function returns to you, the explanations for all arguments that you pass start with the word specifies or, in the case of multiple arguments, the word specify. The explanations for all arguments that are returned to you start with the word returns or, in the case of multiple arguments, the word return.