[pygtk] reference: pygtk-gtkcalendar.xml: add missing style properties



commit bfd5415712255671415d37d634ac1c3774dd6bf0
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date:   Sat Feb 19 18:53:22 2011 +0100

    reference: pygtk-gtkcalendar.xml: add missing style properties

 docs/reference/pygtk-gtkcalendar.xml |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/pygtk-gtkcalendar.xml b/docs/reference/pygtk-gtkcalendar.xml
index 4f537ac..68a1aa7 100644
--- a/docs/reference/pygtk-gtkcalendar.xml
+++ b/docs/reference/pygtk-gtkcalendar.xml
@@ -226,6 +226,37 @@ displayed.</entry>
 
     <para><link linkend="style-properties-gtkwidget">gtk.Widget Style Properties</link></para>
 
+    <blockquote role="properties">
+      <informaltable pgwide="1" frame="none">
+	<tgroup cols="3">
+	  <colspec column="1" colwidth="1in"/>
+	  <colspec column="2" colwidth="1in"/>
+	  <colspec column="3" colwidth="3.5in"/>
+	  <tbody>
+
+	    <row valign="top">
+	      <entry>"horizontal-separation"</entry>
+	      <entry>Read</entry>
+	      <entry>Separation between week headers and main area. Allowed values: &#62;=0. Default value: 4.</entry>
+	    </row>
+
+	    <row valign="top">
+	      <entry>"inner-border"</entry>
+	      <entry>Read</entry>
+	      <entry>The spacing around the day/week headers and main area. Allowed values: &#62;=0. Default value: 2.</entry>
+	    </row>
+
+	    <row valign="top">
+	      <entry>"vertical-separation"</entry>
+	      <entry>Read</entry>
+	      <entry>Space between day headers and main area. Allowed values: &#62;=0. Default value: 2.</entry>
+	    </row>
+
+	</tbody>
+      </tgroup>
+      </informaltable>
+    </blockquote>
+
   </refsect1>
 
   <refsect1 id="signal-prototypes-gtkcalendar">



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