summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2011-02-21 09:12:36 +0100
committerDieter Verfaillie <dieterv@optionexplicit.be>2011-02-21 21:44:20 +0100
commite2143febb5459647f361fdac4819c2405df711b7 (patch)
tree6195957351f27f865bf2142c123280425b588182
parent3aee98ecfb4d87303e3c25999b1fdefb5edfbadd (diff)
downloadpygtk-e2143febb5459647f361fdac4819c2405df711b7.tar.gz
reference: pygtk-gtkcalendar.xml: mark deprecated methods
-rw-r--r--docs/reference/pygtk-gtkcalendar.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/reference/pygtk-gtkcalendar.xml b/docs/reference/pygtk-gtkcalendar.xml
index 68a1aa71..8e7fa18b 100644
--- a/docs/reference/pygtk-gtkcalendar.xml
+++ b/docs/reference/pygtk-gtkcalendar.xml
@@ -902,6 +902,10 @@ month, day).</para>
<methodname>freeze</methodname>
<methodparam></methodparam> </methodsynopsis></programlisting>
+ <warning>
+ <para>This method is deprecated since PyGTK 2.8 and should not be used in newly-written code.</para>
+ </warning>
+
<para>The <methodname>freeze</methodname>() method stops the update of
the calendar display until the <link
linkend="method-gtkcalendar--thaw"><methodname>thaw</methodname>()</link>
@@ -917,6 +921,10 @@ a large number of updates to the calendar.</para>
<methodname>thaw</methodname>
<methodparam></methodparam> </methodsynopsis></programlisting>
+ <warning>
+ <para>This method is deprecated since PyGTK 2.8 and should not be used in newly-written code.</para>
+ </warning>
+
<para>The <methodname>thaw</methodname>() method reenables the update
of the calendar after a <link
linkend="method-gtkcalendar--freeze"><methodname>freeze</methodname>()</link>