Use simplesect in the tutorial

This avoids blowing up the global toc even more.
This commit is contained in:
Matthias Clasen
2011-01-19 14:34:08 -05:00
parent 8ed7494948
commit eb7e81ddd6

View File

@ -12,7 +12,7 @@
<link linkend="gtk-compiling">Compiling the GTK+ libraries</link> <link linkend="gtk-compiling">Compiling the GTK+ libraries</link>
section in this reference.</para> section in this reference.</para>
<section> <simplesect>
<title>Basics</title> <title>Basics</title>
<para>To begin our introduction to GTK, we'll start with the simplest <para>To begin our introduction to GTK, we'll start with the simplest
@ -114,9 +114,9 @@
</xi:include> </xi:include>
</programlisting> </programlisting>
</example> </example>
</section> </simplesect>
<section> <simplesect>
<title>Packing</title> <title>Packing</title>
<para>When creating an application, you'll want to put more than one widget <para>When creating an application, you'll want to put more than one widget
@ -145,9 +145,9 @@
</xi:include> </xi:include>
</programlisting> </programlisting>
</example> </example>
</section> </simplesect>
<section> <simplesect>
<title>Drawing</title> <title>Drawing</title>
<para>Many widgets, like buttons, do all their drawing themselves. You <para>Many widgets, like buttons, do all their drawing themselves. You
@ -183,5 +183,5 @@
</xi:include> </xi:include>
</programlisting> </programlisting>
</example> </example>
</section> </simplesect>
</chapter> </chapter>