[gnome-devel-docs/beginners: 4/12] GTK+ Python tutorial - minor edit



commit 06c4a867a90c58e3522dfcb22932057179784f35
Author: Marta Maria Casetti <mmcasetti gmail com>
Date:   Mon Mar 4 15:01:08 2013 +0000

    GTK+ Python tutorial - minor edit

 beginners-docs/C/label.py.page |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/beginners-docs/C/label.py.page b/beginners-docs/C/label.py.page
index 0dee278..4f1c8b3 100644
--- a/beginners-docs/C/label.py.page
+++ b/beginners-docs/C/label.py.page
@@ -6,7 +6,6 @@
 
   <info>
     <title type="text">Label (Python)</title>
-    <link type="guide" xref="beginner.py#display-widgets"/>
     <link type="seealso" xref="properties.py" />
     <link type="seealso" xref="strings.py" />
     <link type="next" xref="properties.py" />
@@ -64,7 +63,8 @@
   the label exceeds the size of the widget.</p>
 
   <p>The method <code>set_justify(Gtk.Justification.LEFT)</code> 
-  (alternatively: <code>Gtk.Justification.RIGHT, Gtk.Justification.CENTER, Gtk.Justification.FILL</code>) 
+  (alternatively: <code>Gtk.Justification.RIGHT</code>, 
+  <code>Gtk.Justification.CENTER</code>, <code>Gtk.Justification.FILL</code>) 
   sets the alignment of the lines in the text of the label relative to each 
   other. The method has no effect on a single-line label.</p>
 


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