<date>2003-10-20</date> <co id="V1690_date-co" linkends="V1690_date"/>
</info>
<refmeta>
- <refentrytitle>gtk<:-options</refentrytitle> <co id="V1690_title-co" linkends="V1690_title"/>
+ <refentrytitle>gtk-options</refentrytitle> <co id="V1690_title-co" linkends="V1690_title"/>
<manvolnum>7</manvolnum> <co id="V1690_manvolnum-co" linkends="V1690_manvolnum"/>
- <refmiscinfo class="source-name"><1:GTK+</refmiscinfo> <co id="V1690_source-name-co" linkends="V1690_source-name"/>
+ <refmiscinfo class="source-name">GTK+</refmiscinfo> <co id="V1690_source-name-co" linkends="V1690_source-name"/>
<refmiscinfo class="version">1.2</refmiscinfo> <co id="V1690_version-co" linkends="V1690_version"/>
<refmiscinfo class="manual">GTK+ User's Manual</refmiscinfo> <co id="V1690_manual-co" linkends="V1690_manual"/>
</refmeta>
<section><title>Programlistingco</title>
-<para>In this case the markups are all at the end of the lines, except for line
-11. It checks that enough spaces are added to reach the specified column. It
-checks also that the area linkends coords hotspot appears.</para>
-
-<programlistingco>
-<areaspec>
-<area coords="1" id="prologue"/>
-<area coords="4" id="skipeof" linkends="skipeof-desc"/>
-<areaset coords="" id="xreq">
-<area coords="9" id="require1"/>
-<area coords="10" id="require2"/>
-</areaset>
-<area coords="11 12" id="use"/>
-<area coords="27" id="funccall"/>
-</areaspec>
-<programlisting>@rem = '--*-Perl-*--
-@echo off
-perl.exe %_batchname %$
-goto endofperl
-@rem ';
-
-# Compress mail...
-
-require 'n:/home/nwalsh/lib/cygnus.pl';
-require 'timelocal.pl';
-use Cwd;
-
-select (STDERR); $| = 1;
-select (STDOUT); $| = 1;
-
-@DIRS = ("/home/nwalsh/Mail");
-while (@DIRS) {
- $dir = shift @DIRS;
- opendir (DIR, $dir);
- while ($fname = readdir(DIR)) {
- $file = "$dir/$fname";
- next if ! -d $file;
- next if $fname =~ /^\.\.?$/;
-
- print "$file\n";
- push (@DIRS, $file);
- &compress ($file);
- }
-}
-
-exit;</programlisting>
-<calloutlist>
-<callout arearefs="prologue">
-<para>The prologue handles embedding a Perl script in a DOS batch file.</para>
-</callout>
-<callout arearefs="skipeof" id="skipeof-desc">
-<para>The <literal>goto</literal> statement, interpreted by the DOS batch
-file interpreter, skips over the body of the Perl script.</para>
-</callout>
-<callout arearefs="require1">
-<para>The <literal>require</literal> statement sources in external program
-fragments.</para>
-</callout>
-<callout arearefs="use">
-<para>The <literal>use</literal> statement is similar, but has additional
-utility. It is a Perl5 function. (Note that this callout area specifies
-both a line and a column.)</para>
-</callout>
-<callout arearefs="funccall">
-<para>This is a user subroutine call.</para>
-</callout>
-</calloutlist>
-</programlistingco>
-
<para>This case checks that spaces are added to reach the expected
column.</para>
<programlistingco>
<areaspec>
<area coords="1" id="prologue"/>
-<area coords="4" id="skipeof"/>
+<area coords="4" id="skipeof" linkends="skipeof-desc"/>
<areaset coords="" id="xreq">
<area coords="9" id="require1"/>
<area coords="10" id="require2"/>
<callout arearefs="prologue">
<para>The prologue handles embedding a Perl script in a DOS batch file.</para>
</callout>
-<callout arearefs="skipeof">
-<para>The <literal>goto</literal> statement, interpreted by the DOS batch
-file interpreter, skips over the body of the Perl script.</para>
+<callout arearefs="skipeof" id="skipeof-desc">
+<para>The <literal>goto</literal> statement, interpreted by the DOS
+batch file interpreter, skips over the body of the Perl script. (Note
+that this callout has an “id” attribute that is referenced by a
+“linkends” attribute on the callout bug for line 4 above.)</para>
</callout>
<callout arearefs="require1 require2">
<para>The <literal>require</literal> statement sources in external program