diff options
Diffstat (limited to 'specs/CH09.xml')
-rw-r--r-- | specs/CH09.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/specs/CH09.xml b/specs/CH09.xml index 8f1a5c6..76219db 100644 --- a/specs/CH09.xml +++ b/specs/CH09.xml @@ -84,7 +84,7 @@ sequence “Xt” are reserved to the Intrinsics for future standard and implementation-dependent uses. Widget header files typically contain a symbolic name for each resource name. All resource names, classes, and types used by the Intrinsics are named in -<function><X11/StringDefs.h></function>. +<filename class="headerfile"><X11/StringDefs.h></filename>. The Intrinsics's symbolic resource names begin with “XtN” and are followed by the string name (for example, XtNbackgroundPixel @@ -370,7 +370,7 @@ The Intrinsics define the following resource types: </informaltable> <para> -<function><X11/StringDefs.h></function> +<filename class="headerfile"><X11/StringDefs.h></filename> also defines the following resource types as a convenience for widgets, although they do not have any corresponding data type assigned: @@ -1754,7 +1754,7 @@ an input value of representation type Type converters use pointers to <function>XrmValue</function> structures (defined in -<function><X11/Xresource.h>;</function> +<filename class="headerfile"><X11/Xresource.h>;</filename> see <olink targetdoc='libX11' targetptr='Creating_and_Storing_Databases'>Section 15.4</olink> in <olink targetdoc='libX11' targetptr='libX11'>Xlib — C Language X Interface.</olink>) for input and output values. @@ -2514,7 +2514,7 @@ and the structure <function>XtConvertArgRec</function> specify how each argument is derived. These are defined in -<function><X11/Intrinsic.h></function>. +<filename class="headerfile"><X11/Intrinsic.h></filename>. </para> <programlisting> typedef enum { |