[pygtk] Bug 590022 – Paned: props "max-position" and "min-position" not writable



commit 0d46edecfa3b8027748d681ed8c0ff63b58f7b3c
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date:   Tue Jul 28 23:33:10 2009 +0200

    Bug 590022 â?? Paned: props "max-position" and "min-position" not writable

 docs/reference/pygtk-gtkpaned.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/pygtk-gtkpaned.xml b/docs/reference/pygtk-gtkpaned.xml
index ea60da4..a7610c0 100644
--- a/docs/reference/pygtk-gtkpaned.xml
+++ b/docs/reference/pygtk-gtkpaned.xml
@@ -118,7 +118,7 @@ linkend="method-gtkpaned--compute-position">compute_position</link></methodname>
 
 	    <row valign="top">
 	      <entry>"max-position"</entry>
-	      <entry>Read-Write</entry>
+	      <entry>Read</entry>
 	      <entry>The largest possible value for the position property.
 This property is derived from the size and shrinkability of the widget's
 children. Available in GTK+ 2.4 and above.</entry>
@@ -126,7 +126,7 @@ children. Available in GTK+ 2.4 and above.</entry>
 
 	    <row valign="top">
 	      <entry>"min-position"</entry>
-	      <entry>Read-Write</entry>
+	      <entry>Read</entry>
 	      <entry>The smallest possible value for the position property.
 This property is derived from the size and shrinkability of the widget's
 children. Available in GTK+ 2.4 and above.</entry>



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