summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2011-02-19 18:53:22 +0100
committerDieter Verfaillie <dieterv@optionexplicit.be>2011-02-21 21:44:16 +0100
commitbfd5415712255671415d37d634ac1c3774dd6bf0 (patch)
treeb70ccba29552e3bc21037f6e651359eb719419c7 /docs
parentaa352f75e82a3c0a885a231788884c75007923c6 (diff)
downloadpygtk-bfd5415712255671415d37d634ac1c3774dd6bf0.tar.gz
reference: pygtk-gtkcalendar.xml: add missing style properties
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/pygtk-gtkcalendar.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/reference/pygtk-gtkcalendar.xml b/docs/reference/pygtk-gtkcalendar.xml
index 4f537ac8..68a1aa71 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">