[gnome-devel-docs] tutorials python: corrected links in button widgets' pages



commit ccea77625a49baef133a9cd9058473f03dccb7d3
Author: Marta Maria Casetti <mmcasetti gmail com>
Date:   Mon Jun 18 15:39:26 2012 +0100

    tutorials python: corrected links in button widgets' pages

 platform-demos/C/button.py.page       |    3 ++-
 platform-demos/C/checkbutton.py.page  |    3 ++-
 platform-demos/C/linkbutton.py.page   |    3 ++-
 platform-demos/C/radiobutton.py.page  |    3 ++-
 platform-demos/C/switch.py.page       |    3 ++-
 platform-demos/C/togglebutton.py.page |    3 ++-
 6 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/platform-demos/C/button.py.page b/platform-demos/C/button.py.page
index d4065d4..a3efa41 100644
--- a/platform-demos/C/button.py.page
+++ b/platform-demos/C/button.py.page
@@ -5,6 +5,7 @@
       id="button.py">
   <info>
     <link type="guide" xref="beginner.py#buttons"/>
+    <link type="seealso" xref="signals-callbacks.py"/>
     <revision version="0.2" date="2012-05-05" status="draft"/>
 
     <credit type="author copyright">
@@ -27,7 +28,7 @@
   </section>
   <section id="methods">
     <title>Useful methods for a Button widget</title>
-    <p>For an explanation of signals and callback functions, see <link type="seealso" xref="signals-callbacks.py.page">this page</link>.</p>
+    <p>For an explanation of signals and callback functions, see <link xref="signals-callbacks.py">this page</link>.</p>
     <list>
       <item><p><code>set_relief(Gtk.ReliefStyle.NONE)</code> sets to none the relief style of the edges of the Gtk.Button - as opposed to <code>Gtk.ReliefStyle.NORMAL</code>.</p></item>
       <item><p>If the label of the button is a <link href="http://developer.gnome.org/gtk3/3.4/gtk3-Stock-Items.html";>stock icon</link>, <code>set_use_stock(True)</code> sets the label as the name of the corresponding stock icon.</p></item>
diff --git a/platform-demos/C/checkbutton.py.page b/platform-demos/C/checkbutton.py.page
index aa3a7b8..7938499 100644
--- a/platform-demos/C/checkbutton.py.page
+++ b/platform-demos/C/checkbutton.py.page
@@ -5,6 +5,7 @@
       id="checkbutton.py">
   <info>
     <link type="guide" xref="beginner.py#buttons"/>
+    <link type="seealso" xref="signals-callbacks.py"/>
     <revision version="0.1" date="2012-05-09" status="draft"/>
 
     <credit type="author copyright">
@@ -31,7 +32,7 @@
 
   <section id="methods">
     <title>Useful methods for a CheckButton widget</title>
-    <p>For a discussion on signals and callback functions, see <link type="seealso" xref="signals-callbacks.py">this page</link>.</p>
+    <p>For a discussion on signals and callback functions, see <link xref="signals-callbacks.py">this page</link>.</p>
 
   </section>
 
diff --git a/platform-demos/C/linkbutton.py.page b/platform-demos/C/linkbutton.py.page
index bd99969..fd8c213 100644
--- a/platform-demos/C/linkbutton.py.page
+++ b/platform-demos/C/linkbutton.py.page
@@ -5,6 +5,7 @@
       id="linkbutton.py">
   <info>
     <link type="guide" xref="beginner.py#buttons"/>
+    <link type="seealso" xref="signals-callbacks.py"/>
     <revision version="0.1" date="2012-05-23" status="draft"/>
 
     <credit type="author copyright">
@@ -32,7 +33,7 @@
     <list>
       <item><p><code>get_visited()</code> returns the 'visited' state (<code>True</code> or <code>False</code>) of the URI where the LinkButton points. The button becomes visited when it is clicked.</p></item>
       <item><p><code>set_visited(True)</code> sets the 'visited' state of the URI where the LinkButton points as <code>True</code> (analogously for <code>False</code>).</p></item>
-      <item><p>Each time the button is clicked, the signal <code>"activate-link"</code> is emitted. For an explanation of signals and callback functions, see <link type="seealso" xref="signals-callbacks.py.page">this page</link>.</p></item>
+      <item><p>Each time the button is clicked, the signal <code>"activate-link"</code> is emitted. For an explanation of signals and callback functions, see <link xref="signals-callbacks.py">this page</link>.</p></item>
     </list>
   </section>
   <section id="references">
diff --git a/platform-demos/C/radiobutton.py.page b/platform-demos/C/radiobutton.py.page
index b97abd8..436824c 100644
--- a/platform-demos/C/radiobutton.py.page
+++ b/platform-demos/C/radiobutton.py.page
@@ -5,6 +5,7 @@
       id="radiobutton.py">
   <info>
     <link type="guide" xref="beginner.py#buttons"/>
+    <link type="seealso" xref="signals-callbacks.py"/>
     <link type="seealso" xref="togglebutton.py"/>
     <link type="seealso" xref="grid.py"/>
 
@@ -30,7 +31,7 @@
 
   <section id="methods">
     <title>Useful methods for a RadioButton widget</title>
-    <p>For an explanation of signals and callback functions, see <link type="seealso" xref="signals-callbacks.py.page">this page</link>.</p>
+    <p>For an explanation of signals and callback functions, see <link xref="signals-callbacks.py">this page</link>.</p>
 
     <p>Instead of <code>button1 = Gtk.RadioButton(label="Button 1")</code> we could create the button and label it with</p>
     <code>
diff --git a/platform-demos/C/switch.py.page b/platform-demos/C/switch.py.page
index c24d26e..fb11f44 100644
--- a/platform-demos/C/switch.py.page
+++ b/platform-demos/C/switch.py.page
@@ -5,6 +5,7 @@
       id="switch.py">
   <info>
     <link type="guide" xref="beginner.py#buttons"/>
+    <link type="seealso" xref="signals-callbacks.py"/>
     <link type="seealso" xref="checkbutton.py"/>
     <link type="seealso" xref="label.py"/>
     <link type="seealso" xref="grid.py"/>
@@ -34,7 +35,7 @@
   </section>
   <section id="methods">
     <title>Useful methods for a Switch widget</title>
-    <p>For a discussion on signals and callback functions, see <link type="seealso" xref="signals-callbacks.py.page">this page</link>.</p>
+    <p>For a discussion on signals and callback functions, see <link xref="signals-callbacks.py">this page</link>.</p>
 
   </section>
   <section id="references">
diff --git a/platform-demos/C/togglebutton.py.page b/platform-demos/C/togglebutton.py.page
index 2a7a0c0..85d1f1b 100644
--- a/platform-demos/C/togglebutton.py.page
+++ b/platform-demos/C/togglebutton.py.page
@@ -5,6 +5,7 @@
       id="togglebutton.py">
   <info>
     <link type="guide" xref="beginner.py#buttons"/>
+    <link type="seealso" xref="signals-callbacks.py"/>
     <link type="seealso" xref="grid.py"/>
 
     <revision version="0.1" date="2012-05-23" status="draft"/>
@@ -31,7 +32,7 @@
 
   <section id="methods">
     <title>Useful methods for a ToggleButton widget</title>
-    <p>For an explanation of signals and callback functions, see <link type="seealso" xref="signals-callbacks.py.page">this page</link>.</p>
+    <p>For an explanation of signals and callback functions, see <link xref="signals-callbacks.py">this page</link>.</p>
   </section>
 
   <section id="references">



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