[gnome-devel-docs] tutorials python: window widgets' pages corrected



commit 18ae90558dd7b16637f8bfc376e999a9438dbdb5
Author: Marta Maria Casetti <mmcasetti gmail com>
Date:   Thu Jun 14 18:08:39 2012 +0100

    tutorials python: window widgets' pages corrected

 platform-demos/C/GtkApplicationWindow.py.page |    3 ++-
 platform-demos/C/aboutdialog.py.page          |    2 +-
 platform-demos/C/dialog.py.page               |    3 ++-
 platform-demos/C/messagedialog.py.page        |    2 +-
 platform-demos/C/window.py.page               |    2 +-
 5 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/platform-demos/C/GtkApplicationWindow.py.page b/platform-demos/C/GtkApplicationWindow.py.page
index 8f9dd60..d4431c4 100644
--- a/platform-demos/C/GtkApplicationWindow.py.page
+++ b/platform-demos/C/GtkApplicationWindow.py.page
@@ -41,8 +41,9 @@
     <item><p><code>set_position(Gtk.WindowPosition.CENTER)</code> centers the window. Other options are described in the <link href="http://developer.gnome.org/gtk3/3.4/gtk3-Standard-Enumerations.html#GtkWindowPosition";>standard enumerations</link> (with the caveat that they should be changed on the model of Gtk.WindowPosition.CENTER).</p></item>
   </list>
   </section>
+
   <section id="references">
-  <title>References</title>
+  <title>API References</title>
   <p>
     In this sample we used the following:
   </p>
diff --git a/platform-demos/C/aboutdialog.py.page b/platform-demos/C/aboutdialog.py.page
index 05d9121..a1d44f7 100644
--- a/platform-demos/C/aboutdialog.py.page
+++ b/platform-demos/C/aboutdialog.py.page
@@ -30,7 +30,7 @@
   </section>
 
   <section id="references">
-  <title>References</title>
+  <title>API References</title>
   <p>
     In this sample we used the following:
   </p>
diff --git a/platform-demos/C/dialog.py.page b/platform-demos/C/dialog.py.page
index 5b26fc5..23a7e25 100644
--- a/platform-demos/C/dialog.py.page
+++ b/platform-demos/C/dialog.py.page
@@ -36,8 +36,9 @@
     <item><p><code>add_button(button_text="The Answer", response_id=42)</code>, where <code>42</code> is any integer, is an alternative to <code>add_button(button_text="text", response_id=Gtk.ResponseType.RESPONSE)</code>, where <code>RESPONSE</code> could be one of <code>OK, CANCEL, CLOSE, YES, NO, APPLY, HELP</code>, which in turn correspond to the integers <code>-5, -6,..., -11</code>.</p></item>
   </list>
   </section>
+
   <section id="references">
-  <title>References</title>
+  <title>API References</title>
   <p>
     In this sample we used the following:
   </p>
diff --git a/platform-demos/C/messagedialog.py.page b/platform-demos/C/messagedialog.py.page
index ce48fe5..a0697be 100644
--- a/platform-demos/C/messagedialog.py.page
+++ b/platform-demos/C/messagedialog.py.page
@@ -47,7 +47,7 @@ messagedialog.set_image(image)</code>
   </section>
 
   <section id="references">
-  <title>References</title>
+  <title>API References</title>
   <p>
     In this sample we used the following:
   </p>
diff --git a/platform-demos/C/window.py.page b/platform-demos/C/window.py.page
index 0cc6668..d928f2e 100644
--- a/platform-demos/C/window.py.page
+++ b/platform-demos/C/window.py.page
@@ -54,7 +54,7 @@
   </section>
 
   <section id="references">
-  <title>References</title>
+  <title>API References</title>
 
   <p>In this sample we used the following:</p>
   <list>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]