[gtk+] Use simplesect in the tutorial
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Use simplesect in the tutorial
- Date: Wed, 19 Jan 2011 19:34:37 +0000 (UTC)
commit eb7e81ddd6a3524e83c6093e47b3c17640ab29b9
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Jan 19 14:34:08 2011 -0500
Use simplesect in the tutorial
This avoids blowing up the global toc even more.
docs/reference/gtk/getting_started.xml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/docs/reference/gtk/getting_started.xml b/docs/reference/gtk/getting_started.xml
index d47a09f..7ebba53 100644
--- a/docs/reference/gtk/getting_started.xml
+++ b/docs/reference/gtk/getting_started.xml
@@ -12,7 +12,7 @@
<link linkend="gtk-compiling">Compiling the GTK+ libraries</link>
section in this reference.</para>
- <section>
+ <simplesect>
<title>Basics</title>
<para>To begin our introduction to GTK, we'll start with the simplest
@@ -114,9 +114,9 @@
</xi:include>
</programlisting>
</example>
- </section>
+ </simplesect>
- <section>
+ <simplesect>
<title>Packing</title>
<para>When creating an application, you'll want to put more than one widget
@@ -145,9 +145,9 @@
</xi:include>
</programlisting>
</example>
- </section>
+ </simplesect>
- <section>
+ <simplesect>
<title>Drawing</title>
<para>Many widgets, like buttons, do all their drawing themselves. You
@@ -183,5 +183,5 @@
</xi:include>
</programlisting>
</example>
- </section>
+ </simplesect>
</chapter>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]