summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2004-03-30 07:56:24 +0000
committerJohn Finlay <finlay@src.gnome.org>2004-03-30 07:56:24 +0000
commitd6dc7c77a508c8fe3c13d17b066151429079b4de (patch)
treee00dd82b991949c9814fe818f029dd81d22d8f41
parentb9dff4d0b112c3b98ef9c99a7c838b14def31854 (diff)
downloadpygtk-d6dc7c77a508c8fe3c13d17b066151429079b4de.tar.gz
pygtk-gtkcalendar.xml Added description of properties available in
* pygtk-gtkcalendar.xml Added description of properties available in GTK+2.4.
-rw-r--r--docs/reference/pygtk-gtkcalendar.xml69
1 files changed, 69 insertions, 0 deletions
diff --git a/docs/reference/pygtk-gtkcalendar.xml b/docs/reference/pygtk-gtkcalendar.xml
index 6de37404..b6ac5d9a 100644
--- a/docs/reference/pygtk-gtkcalendar.xml
+++ b/docs/reference/pygtk-gtkcalendar.xml
@@ -79,6 +79,75 @@ linkend="method-gtkcalendar--thaw">thaw</link></methodname>
+-- <link linkend="class-gtkcalendar">gtk.Calendar</link>
</synopsis>
+ <refsect1>
+ <title>Properties</title>
+
+ <note>
+ <para>These properties are available in GTK+ 2.4 and above.</para>
+ </note>
+
+ <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="4in"/>
+ <tbody>
+
+ <row valign="top">
+ <entry>"day"</entry>
+ <entry>Read-Write</entry>
+ <entry>The selected day (as a number between 1 and 31, or 0 to
+unselect the currently selected day).</entry>
+ </row>
+
+ <row valign="top">
+ <entry>"month"</entry>
+ <entry>Read-Write</entry>
+ <entry>The selected month (as a number between 0 and 11).</entry>
+ </row>
+
+ <row valign="top">
+ <entry>"no-month-change"</entry>
+ <entry>Read-Write</entry>
+ <entry>If <literal>TRUE</literal> the selected month cannot be
+changed.</entry>
+ </row>
+
+ <row valign="top">
+ <entry>"show-day-names"</entry>
+ <entry>Read-Write</entry>
+ <entry>If <literal>TRUE</literal>, day names are
+displayed.</entry>
+ </row>
+
+ <row valign="top">
+ <entry>"show-heading"</entry>
+ <entry>Read-Write</entry>
+ <entry>If <literal>TRUE</literal>, a heading is
+displayed.</entry>
+ </row>
+
+ <row valign="top">
+ <entry>"show-week-numbers"</entry>
+ <entry>Read-Write</entry>
+ <entry>If <literal>TRUE</literal>, week numbers are
+displayed.</entry>
+ </row>
+
+ <row valign="top">
+ <entry>"year"</entry>
+ <entry>Read-Write</entry>
+ <entry>The selected year.</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </blockquote>
+
+ </refsect1>
+
</refsect1>
<refsect1>