[pygtk] reference: fix some availability and deprecation annotations



commit 3f832b40642c0343810f3e64f0a53702a00ecffe
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date:   Tue Mar 15 11:24:57 2011 +0100

    reference: fix some availability and deprecation annotations

 docs/reference/pygtk-gtkaboutdialog.xml     |    2 +-
 docs/reference/pygtk-gtkcellview.xml        |    2 +-
 docs/reference/pygtk-gtkinfobar.xml         |   23 ++++++-----
 docs/reference/pygtk-gtkoffscreenwindow.xml |    6 +-
 docs/reference/pygtk-gtkprintoperation.xml  |   14 +++---
 docs/reference/pygtk-gtkspinner.xml         |    6 +-
 docs/reference/pygtk-gtkstatusbar.xml       |    4 +-
 docs/reference/pygtk-gtktoolitem.xml        |    8 ++--
 docs/reference/pygtk-gtktoolitemgroup.xml   |   34 ++++++++--------
 docs/reference/pygtk-gtktoolpalette.xml     |   40 +++++++++---------
 docs/reference/pygtk-gtktooltip.xml         |    2 +-
 docs/reference/pygtk-gtkviewport.xml        |    2 +-
 docs/reference/pygtk-gtkwidget.xml          |   58 +++++++++++++-------------
 docs/reference/pygtk-gtkwindow.xml          |    6 +-
 14 files changed, 104 insertions(+), 103 deletions(-)
---
diff --git a/docs/reference/pygtk-gtkaboutdialog.xml b/docs/reference/pygtk-gtkaboutdialog.xml
index 7b9842f..0a66e52 100644
--- a/docs/reference/pygtk-gtkaboutdialog.xml
+++ b/docs/reference/pygtk-gtkaboutdialog.xml
@@ -1333,7 +1333,7 @@ linkend="function-gtk--about-dialog-set-url-hook"><function>gtk.about_dialog_set
       </variablelist>
 
       <note>
-        <para>This signal is available in PyGTK 2.24 and above.</para>
+        <para>This signal is available in GTK+ 2.24 and above.</para>
       </note>
 
       <para>The "activate-link" signal is emitted when an URI is activated. Applications may connect to it to override the default behaviour, which is to call
diff --git a/docs/reference/pygtk-gtkcellview.xml b/docs/reference/pygtk-gtkcellview.xml
index 7b634a9..c407d2a 100644
--- a/docs/reference/pygtk-gtkcellview.xml
+++ b/docs/reference/pygtk-gtkcellview.xml
@@ -392,7 +392,7 @@ objects of the cell view.</simpara></listitem>
       </note>
 
       <warning>
-        <para>This method is deprecated since PyGTK 2.18 and should not be used in newly-written code.
+        <para>This method is deprecated since PyGTK 2.22 and should not be used in newly-written code.
         Use "<link linkend="method-gtkcelllayout--get-cells">gtk.CellLayout.get_cells</link>()"
         instead.</para>
       </warning>
diff --git a/docs/reference/pygtk-gtkinfobar.xml b/docs/reference/pygtk-gtkinfobar.xml
index 7109a77..63eb216 100644
--- a/docs/reference/pygtk-gtkinfobar.xml
+++ b/docs/reference/pygtk-gtkinfobar.xml
@@ -95,7 +95,7 @@
       </varlistentry>
     </variablelist>
     <note>
-      <para>This constructor is available in PyGTK 2.18 and above.</para>
+      <para>This constructor is available in PyGTK 2.22 and above.</para>
     </note>
 
     <para>Creates a new <link linkend="class-gtkinfobar"><classname>gtk.InfoBar</classname></link> object.</para>
@@ -122,7 +122,7 @@
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.18 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_action_area</methodname>() method returns the action area of <parameter>info_bar</parameter>.</para>
@@ -144,7 +144,7 @@
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.18 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_content_area</methodname>() method returns the content area of <parameter>info_bar</parameter>.</para>
@@ -171,7 +171,7 @@
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.18 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Add an activatable widget to the action area of a <link linkend="class-gtkinfobar"><classname>gtk.InfoBar</classname></link>,
@@ -205,7 +205,7 @@ is appended to the end of the message areas action area.</para>
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.18 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Adds a button with the given text (or a stock button, if button_text
@@ -231,7 +231,7 @@ returned, but usually you don't need it.</para>
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.18 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Adds more buttons, same as calling <link linkend="method-gtkinfobar--add-button"><methodname>gtk.InfoBar.add_button</methodname></link>
@@ -261,7 +261,7 @@ text and response ID.</para>
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.18 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Calls gtk_widget_set_sensitive (widget, setting) for each
@@ -284,8 +284,9 @@ A convenient way to sensitize/desensitize dialog buttons.</para>
           <listitem><simpara>a response ID</simpara></listitem>
         </varlistentry>
       </variablelist>
+
       <note>
-        <para>This method is available in PyGTK 2.18 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_default_response</methodname>() method sets the last widget in the info bar's action area with
@@ -313,7 +314,7 @@ be added to a widget hierarchy.</para>
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.18 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Emits the 'response' signal with the given <parameter>response_id</parameter>.</para>
@@ -335,7 +336,7 @@ be added to a widget hierarchy.</para>
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.18 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_message_type</methodname>() method sets the message type of the message area.
@@ -359,7 +360,7 @@ when drawing the message area.</para>
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.18 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_message_type</methodname>() method returns the message type of the message area.</para>
diff --git a/docs/reference/pygtk-gtkoffscreenwindow.xml b/docs/reference/pygtk-gtkoffscreenwindow.xml
index 4206004..e8ec025 100644
--- a/docs/reference/pygtk-gtkoffscreenwindow.xml
+++ b/docs/reference/pygtk-gtkoffscreenwindow.xml
@@ -60,7 +60,7 @@
       </varlistentry>
     </variablelist>
     <note>
-      <para>This constructor is available in PyGTK 2.20 and above.</para>
+      <para>This constructor is available in PyGTK 2.22 and above.</para>
     </note>
 
     <para>Creates a toplevel container widget that is used to retrieve
@@ -90,7 +90,7 @@ hierarchy, <link linkend="method-gtkwidget--get-snapshot"><methodname>gtk.Widget
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Retrieves a snapshot of the contained widget in the form of
@@ -114,7 +114,7 @@ resizes then you should add a reference to it.</para>
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Retrieves a snapshot of the contained widget in the form of
diff --git a/docs/reference/pygtk-gtkprintoperation.xml b/docs/reference/pygtk-gtkprintoperation.xml
index c974dad..31eb8fa 100644
--- a/docs/reference/pygtk-gtkprintoperation.xml
+++ b/docs/reference/pygtk-gtkprintoperation.xml
@@ -1241,7 +1241,7 @@ def do_print():
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_support_selection</methodname>() method sets whether "print selection" is supported by the print operation.</para>
@@ -1263,7 +1263,7 @@ def do_print():
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_support_selection</methodname>() method gets whether "print selection" is supported by the print operation.</para>
@@ -1285,7 +1285,7 @@ def do_print():
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_has_selection</methodname>() method sets whether there is a selection to print.</para>
@@ -1307,7 +1307,7 @@ def do_print():
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_has_selection</methodname>() method gets whether there is a selection to print.</para>
@@ -1329,7 +1329,7 @@ def do_print():
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_embed_page_setup</methodname>() method embeds the page size combo box and orientation combo box
@@ -1352,7 +1352,7 @@ def do_print():
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_embed_page_setup</methodname>() method XXX.</para>
@@ -1374,7 +1374,7 @@ def do_print():
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_n_pages_to_print</methodname>() method returns the number of pages that will be printed.</para>
diff --git a/docs/reference/pygtk-gtkspinner.xml b/docs/reference/pygtk-gtkspinner.xml
index 1243358..a893dff 100644
--- a/docs/reference/pygtk-gtkspinner.xml
+++ b/docs/reference/pygtk-gtkspinner.xml
@@ -58,7 +58,7 @@
       </varlistentry>
     </variablelist>
     <note>
-      <para>This constructor is available in PyGTK 2.20 and above.</para>
+      <para>This constructor is available in PyGTK 2.22 and above.</para>
     </note>
 
     <para>Returns a new spinner widget. Not yet started.</para>
@@ -79,7 +79,7 @@
         </methodsynopsis>
       </programlisting>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Starts the animation of the spinner.</para>
@@ -95,7 +95,7 @@
         </methodsynopsis>
       </programlisting>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Stops the animation of the spinner.</para>
diff --git a/docs/reference/pygtk-gtkstatusbar.xml b/docs/reference/pygtk-gtkstatusbar.xml
index e778fb6..ec89361 100644
--- a/docs/reference/pygtk-gtkstatusbar.xml
+++ b/docs/reference/pygtk-gtkstatusbar.xml
@@ -386,7 +386,7 @@ with the specified <parameter>message_id</parameter> and
       <title>gtk.Statusbar.remove</title>
 
       <warning>
-	<para>This method is deprecated in PyGTK 2.18 and above</para>
+        <para>This method is deprecated in PyGTK 2.22 and above</para>
       </warning>
 
       <para>This method calls either
@@ -480,7 +480,7 @@ if a resize grip is displayed on the statusbar.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_message_area</methodname>() method retrieves
diff --git a/docs/reference/pygtk-gtktoolitem.xml b/docs/reference/pygtk-gtktoolitem.xml
index e763035..6df3b20 100644
--- a/docs/reference/pygtk-gtktoolitem.xml
+++ b/docs/reference/pygtk-gtktoolitem.xml
@@ -1087,7 +1087,7 @@ must be called when the tool item changes what it will do in response to the
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_ellipsize_mode</methodname>() method returns the ellipsize mode used
@@ -1111,7 +1111,7 @@ must be called when the tool item changes what it will do in response to the
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_text_alignment</methodname>() method returns the text alignment used
@@ -1135,7 +1135,7 @@ must be called when the tool item changes what it will do in response to the
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_text_orientation</methodname>() method returns the text orientation used
@@ -1159,7 +1159,7 @@ must be called when the tool item changes what it will do in response to the
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_text_size_group</methodname>() method returns the size group used for labels
diff --git a/docs/reference/pygtk-gtktoolitemgroup.xml b/docs/reference/pygtk-gtktoolitemgroup.xml
index 84e2a84..771fd02 100644
--- a/docs/reference/pygtk-gtktoolitemgroup.xml
+++ b/docs/reference/pygtk-gtktoolitemgroup.xml
@@ -121,7 +121,7 @@
       </varlistentry>
     </variablelist>
     <note>
-      <para>This constructor is available in PyGTK 2.20 and above.</para>
+      <para>This constructor is available in PyGTK 2.22 and above.</para>
     </note>
 
     <para>Creates a new tool item group with label <parameter>label</parameter>.</para>
@@ -148,7 +148,7 @@
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_label</methodname>() method sets the label of the tool item group. The label is displayed in the header
@@ -171,7 +171,7 @@ of the group.</para>
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_label_widget</methodname>() method sets the label of the tool item group.
@@ -195,7 +195,7 @@ of the usual label.</para>
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Sets whether the <parameter>group</parameter> should be collapsed or expanded.</para>
@@ -217,7 +217,7 @@ of the usual label.</para>
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_ellipsize</methodname>() method sets the ellipsization mode which should be used by labels in <parameter>group</parameter>.</para>
@@ -239,7 +239,7 @@ of the usual label.</para>
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Set the button relief of the group header.
@@ -262,7 +262,7 @@ See <link linkend="method-gtkbutton--set-relief"><methodname>gtk.Button.set_reli
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Gets the label of <parameter>group</parameter>.</para>
@@ -284,7 +284,7 @@ See <link linkend="method-gtkbutton--set-relief"><methodname>gtk.Button.set_reli
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Gets the label widget of <parameter>group</parameter>.
@@ -307,7 +307,7 @@ See <link linkend="method-gtktoolitemgroup--set-label-widget"><methodname>gtk.To
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Gets whether <parameter>group</parameter> is collapsed or expanded.</para>
@@ -329,7 +329,7 @@ See <link linkend="method-gtktoolitemgroup--set-label-widget"><methodname>gtk.To
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Gets the ellipsization mode of <parameter>group</parameter>.</para>
@@ -351,7 +351,7 @@ See <link linkend="method-gtktoolitemgroup--set-label-widget"><methodname>gtk.To
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Gets the relief mode of the header button of <parameter>group</parameter>.</para>
@@ -378,7 +378,7 @@ See <link linkend="method-gtktoolitemgroup--set-label-widget"><methodname>gtk.To
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Inserts <parameter>item</parameter> at <parameter>position</parameter> in the list of children of <parameter>group</parameter>.</para>
@@ -405,7 +405,7 @@ See <link linkend="method-gtktoolitemgroup--set-label-widget"><methodname>gtk.To
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_item_position</methodname>() method sets the position of <parameter>item</parameter> in the list of children of <parameter>group</parameter>.</para>
@@ -431,7 +431,7 @@ See <link linkend="method-gtktoolitemgroup--set-label-widget"><methodname>gtk.To
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Gets the position of <parameter>item</parameter> in <parameter>group</parameter> as index.</para>
@@ -453,7 +453,7 @@ See <link linkend="method-gtktoolitemgroup--set-label-widget"><methodname>gtk.To
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Gets the number of tool items in <parameter>group</parameter>.</para>
@@ -479,7 +479,7 @@ See <link linkend="method-gtktoolitemgroup--set-label-widget"><methodname>gtk.To
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Gets the tool item at <parameter>index</parameter> in group.</para>
@@ -510,7 +510,7 @@ See <link linkend="method-gtktoolitemgroup--set-label-widget"><methodname>gtk.To
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Gets the tool item at position (x, y).</para>
diff --git a/docs/reference/pygtk-gtktoolpalette.xml b/docs/reference/pygtk-gtktoolpalette.xml
index 34d86d3..96da38e 100644
--- a/docs/reference/pygtk-gtktoolpalette.xml
+++ b/docs/reference/pygtk-gtktoolpalette.xml
@@ -134,7 +134,7 @@
       </varlistentry>
     </variablelist>
     <note>
-      <para>This constructor is available in PyGTK 2.20 and above.</para>
+      <para>This constructor is available in PyGTK 2.22 and above.</para>
     </note>
 
     <para>Creates a new tool palette.</para>
@@ -166,7 +166,7 @@
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_group_position</methodname>() method sets the position of the group as an index of the tool palette.
@@ -195,7 +195,7 @@ If position is 0 the group will become the first child, if position is
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Sets whether the group should be exclusive or not.
@@ -223,7 +223,7 @@ If an exclusive group is expanded all other groups are collapsed.</para>
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Sets whether the group should be given extra space.</para>
@@ -249,7 +249,7 @@ If an exclusive group is expanded all other groups are collapsed.</para>
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Gets the position of <parameter>group</parameter> in <parameter>palette</parameter> as index.
@@ -276,7 +276,7 @@ See <link linkend="method-gtktoolpalette--set-group-position"><methodname>gtk.To
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Gets whether <parameter>group</parameter> is exclusive or not.
@@ -303,7 +303,7 @@ See <link linkend="method-gtktoolpalette--set-exclusive"><methodname>gtk.ToolPal
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Gets whether group should be given extra space.
@@ -326,7 +326,7 @@ See <link linkend="method-gtktoolpalette--set-expand"><methodname>gtk.ToolPalett
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_icon_size</methodname>() method sets the size of icons in the tool palette.</para>
@@ -342,7 +342,7 @@ See <link linkend="method-gtktoolpalette--set-expand"><methodname>gtk.ToolPalett
         </methodsynopsis>
       </programlisting>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Unsets the tool palette icon size set with <link linkend="method-gtktoolpalette--set-icon-size"><methodname>gtk.ToolPalette.set_icon_size</methodname></link>,
@@ -365,7 +365,7 @@ so that user preferences will be used to determine the icon size.</para>
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_style</methodname>() method sets the style (text, icons or both) of items in the tool palette.</para>
@@ -381,7 +381,7 @@ so that user preferences will be used to determine the icon size.</para>
         </methodsynopsis>
       </programlisting>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Unsets a toolbar style set with <link linkend="method-gtktoolpalette--set-style"><methodname>gtk.ToolPalette.set_style</methodname></link>,
@@ -404,7 +404,7 @@ so that user preferences will be used to determine the toolbar style.</para>
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Gets the size of icons in the tool palette.
@@ -427,7 +427,7 @@ See <link linkend="method-gtktoolpalette--set-icon-size"><methodname>gtk.ToolPal
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Gets the style (icons, text or both) of items in the tool palette.</para>
@@ -458,7 +458,7 @@ See <link linkend="method-gtktoolpalette--set-icon-size"><methodname>gtk.ToolPal
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Gets the item at position (x, y).
@@ -490,7 +490,7 @@ See <link linkend="method-gtktoolpalette--get-drop-group"><methodname>gtk.ToolPa
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Gets the group at position (x, y).</para>
@@ -516,7 +516,7 @@ See <link linkend="method-gtktoolpalette--get-drop-group"><methodname>gtk.ToolPa
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Get the dragged item from the selection.
@@ -539,7 +539,7 @@ This could be a <link linkend="class-gtktoolitem"><classname>gtk.ToolItem</class
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_drag_source</methodname>() method sets the tool palette as a drag source.
@@ -579,7 +579,7 @@ See <link linkend="method-gtkwidget--drag-source-set"><methodname>gtk.Widget.dra
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Sets <parameter>palette</parameter> as drag source (see <link linkend="method-gtktoolpalette--set-drag-source"><methodname>gtk.ToolPalette.set_drag_source</methodname></link>)
@@ -603,7 +603,7 @@ See <link linkend="method-gtkwidget--drag-dest-set"><methodname>gtk.Widget.drag_
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Gets the horizontal adjustment of the tool palette.</para>
@@ -625,7 +625,7 @@ See <link linkend="method-gtkwidget--drag-dest-set"><methodname>gtk.Widget.drag_
         </varlistentry>
       </variablelist>
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>Gets the vertical adjustment of the tool palette.</para>
diff --git a/docs/reference/pygtk-gtktooltip.xml b/docs/reference/pygtk-gtktooltip.xml
index 5a41e26..3723fc2 100644
--- a/docs/reference/pygtk-gtktooltip.xml
+++ b/docs/reference/pygtk-gtktooltip.xml
@@ -294,7 +294,7 @@
           </variablelist>
 
           <note>
-            <para>This method is available in PyGTK 2.20 and above.</para>
+            <para>This method is available in PyGTK 2.22 and above.</para>
           </note>
 
           <para>The <methodname>set_icon_from_gicon</methodname>() method sets the icon of the
diff --git a/docs/reference/pygtk-gtkviewport.xml b/docs/reference/pygtk-gtkviewport.xml
index b8c48a6..bd7e79b 100644
--- a/docs/reference/pygtk-gtkviewport.xml
+++ b/docs/reference/pygtk-gtkviewport.xml
@@ -399,7 +399,7 @@ method for more information.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_bin_window</methodname>() method gets the bin window of the viewport.</para>
diff --git a/docs/reference/pygtk-gtkwidget.xml b/docs/reference/pygtk-gtkwidget.xml
index 3c1b1d3..80c97fe 100644
--- a/docs/reference/pygtk-gtkwidget.xml
+++ b/docs/reference/pygtk-gtkwidget.xml
@@ -2151,7 +2151,7 @@ without the need to write a theme engine in C.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_allocation</methodname>() method sets the widget's allocation.
@@ -7035,7 +7035,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_realized</methodname>() method marks the widget as being realized.</para>
@@ -7059,7 +7059,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_realized</methodname>() method determines whether widget is realized.</para>
@@ -7081,7 +7081,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_mapped</methodname>() method marks the widget as being mapped.</para>
@@ -7103,7 +7103,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_mapped</methodname>() method determines whether
@@ -7126,7 +7126,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_requisition</methodname>() method retrieves the widget's requisition.</para>
@@ -7148,7 +7148,7 @@ method.</para>
       </methodsynopsis></programlisting>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>style_attach</methodname>() method attaches the widget's
@@ -7177,7 +7177,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>has_rc_style</methodname>() method determines
@@ -7200,7 +7200,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_app_paintable</methodname>() method determines
@@ -7224,7 +7224,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_can_default</methodname>() method specifies whether
@@ -7248,7 +7248,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_can_default</methodname>() method determines whether
@@ -7271,7 +7271,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_can_focus</methodname>() method specifies whether
@@ -7296,7 +7296,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_can_focus</methodname>() method determines whether
@@ -7319,7 +7319,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_double_buffered</methodname>() method determines whether
@@ -7342,7 +7342,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_has_window</methodname>() method specifies whether
@@ -7371,7 +7371,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_has_window</methodname>() method determines whether
@@ -7394,7 +7394,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_receives_default</methodname>() method specifies whether
@@ -7418,7 +7418,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_receives_default</methodname>() method determines whether
@@ -7446,7 +7446,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_sensitive</methodname>() method returns the widget's sensitivity
@@ -7470,7 +7470,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_state</methodname>() method returns the widget's state.</para>
@@ -7492,7 +7492,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_visible</methodname>() method sets the visibility
@@ -7517,7 +7517,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_visible</methodname>() method determines whether
@@ -7541,7 +7541,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_window</methodname>() method sets the widget's
@@ -7571,7 +7571,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>has_default</methodname>() method determines whether
@@ -7594,7 +7594,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>has_focus</methodname>() method determines
@@ -7617,7 +7617,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>has_grab</methodname>() method determines whether
@@ -7641,7 +7641,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>is_sensitive</methodname>() method returns the
@@ -7665,7 +7665,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>is_toplevel</methodname>() method determines whether
@@ -7688,7 +7688,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>is_drawable</methodname>() method determines whether
diff --git a/docs/reference/pygtk-gtkwindow.xml b/docs/reference/pygtk-gtkwindow.xml
index 5bb2d15..420c50f 100644
--- a/docs/reference/pygtk-gtkwindow.xml
+++ b/docs/reference/pygtk-gtkwindow.xml
@@ -2613,7 +2613,7 @@ method for more detail.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>set_mnemonics_visible</methodname>() method sets whether mnemonics are currently visible in the window.</para>
@@ -2635,7 +2635,7 @@ method for more detail.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_mnemonics_visible</methodname>() method returns whether mnemonics are currently visible in the window.</para>
@@ -3827,7 +3827,7 @@ method.</para>
       </variablelist>
 
       <note>
-        <para>This method is available in PyGTK 2.20 and above.</para>
+        <para>This method is available in PyGTK 2.22 and above.</para>
       </note>
 
       <para>The <methodname>get_window_type</methodname>() method gets the type of the window.</para>



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