From 3f832b40642c0343810f3e64f0a53702a00ecffe Mon Sep 17 00:00:00 2001 From: Dieter Verfaillie Date: Tue, 15 Mar 2011 11:24:57 +0100 Subject: 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 7b9842f2..0a66e526 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">gtk.about_dialog_set - This signal is available in PyGTK 2.24 and above. + This signal is available in GTK+ 2.24 and above. 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 7b634a98..c407d2af 100644 --- a/docs/reference/pygtk-gtkcellview.xml +++ b/docs/reference/pygtk-gtkcellview.xml @@ -392,7 +392,7 @@ objects of the cell view. - This method is deprecated since PyGTK 2.18 and should not be used in newly-written code. + This method is deprecated since PyGTK 2.22 and should not be used in newly-written code. Use "gtk.CellLayout.get_cells()" instead. diff --git a/docs/reference/pygtk-gtkinfobar.xml b/docs/reference/pygtk-gtkinfobar.xml index 7109a77c..63eb216a 100644 --- a/docs/reference/pygtk-gtkinfobar.xml +++ b/docs/reference/pygtk-gtkinfobar.xml @@ -95,7 +95,7 @@ - This constructor is available in PyGTK 2.18 and above. + This constructor is available in PyGTK 2.22 and above. Creates a new gtk.InfoBar object. @@ -122,7 +122,7 @@ - This method is available in PyGTK 2.18 and above. + This method is available in PyGTK 2.22 and above. The get_action_area() method returns the action area of info_bar. @@ -144,7 +144,7 @@ - This method is available in PyGTK 2.18 and above. + This method is available in PyGTK 2.22 and above. The get_content_area() method returns the content area of info_bar. @@ -171,7 +171,7 @@ - This method is available in PyGTK 2.18 and above. + This method is available in PyGTK 2.22 and above. Add an activatable widget to the action area of a gtk.InfoBar, @@ -205,7 +205,7 @@ is appended to the end of the message areas action area. - This method is available in PyGTK 2.18 and above. + This method is available in PyGTK 2.22 and above. 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. - This method is available in PyGTK 2.18 and above. + This method is available in PyGTK 2.22 and above. Adds more buttons, same as calling gtk.InfoBar.add_button @@ -261,7 +261,7 @@ text and response ID. - This method is available in PyGTK 2.18 and above. + This method is available in PyGTK 2.22 and above. Calls gtk_widget_set_sensitive (widget, setting) for each @@ -284,8 +284,9 @@ A convenient way to sensitize/desensitize dialog buttons. a response ID + - This method is available in PyGTK 2.18 and above. + This method is available in PyGTK 2.22 and above. The set_default_response() method sets the last widget in the info bar's action area with @@ -313,7 +314,7 @@ be added to a widget hierarchy. - This method is available in PyGTK 2.18 and above. + This method is available in PyGTK 2.22 and above. Emits the 'response' signal with the given response_id. @@ -335,7 +336,7 @@ be added to a widget hierarchy. - This method is available in PyGTK 2.18 and above. + This method is available in PyGTK 2.22 and above. The set_message_type() method sets the message type of the message area. @@ -359,7 +360,7 @@ when drawing the message area. - This method is available in PyGTK 2.18 and above. + This method is available in PyGTK 2.22 and above. The get_message_type() method returns the message type of the message area. diff --git a/docs/reference/pygtk-gtkoffscreenwindow.xml b/docs/reference/pygtk-gtkoffscreenwindow.xml index 4206004e..e8ec025f 100644 --- a/docs/reference/pygtk-gtkoffscreenwindow.xml +++ b/docs/reference/pygtk-gtkoffscreenwindow.xml @@ -60,7 +60,7 @@ - This constructor is available in PyGTK 2.20 and above. + This constructor is available in PyGTK 2.22 and above. Creates a toplevel container widget that is used to retrieve @@ -90,7 +90,7 @@ hierarchy, gtk.Widget - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Retrieves a snapshot of the contained widget in the form of @@ -114,7 +114,7 @@ resizes then you should add a reference to it. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. 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 c974dadf..31eb8fa9 100644 --- a/docs/reference/pygtk-gtkprintoperation.xml +++ b/docs/reference/pygtk-gtkprintoperation.xml @@ -1241,7 +1241,7 @@ def do_print(): - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_support_selection() method sets whether "print selection" is supported by the print operation. @@ -1263,7 +1263,7 @@ def do_print(): - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_support_selection() method gets whether "print selection" is supported by the print operation. @@ -1285,7 +1285,7 @@ def do_print(): - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_has_selection() method sets whether there is a selection to print. @@ -1307,7 +1307,7 @@ def do_print(): - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_has_selection() method gets whether there is a selection to print. @@ -1329,7 +1329,7 @@ def do_print(): - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_embed_page_setup() method embeds the page size combo box and orientation combo box @@ -1352,7 +1352,7 @@ def do_print(): - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_embed_page_setup() method XXX. @@ -1374,7 +1374,7 @@ def do_print(): - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_n_pages_to_print() method returns the number of pages that will be printed. diff --git a/docs/reference/pygtk-gtkspinner.xml b/docs/reference/pygtk-gtkspinner.xml index 1243358f..a893dffe 100644 --- a/docs/reference/pygtk-gtkspinner.xml +++ b/docs/reference/pygtk-gtkspinner.xml @@ -58,7 +58,7 @@ - This constructor is available in PyGTK 2.20 and above. + This constructor is available in PyGTK 2.22 and above. Returns a new spinner widget. Not yet started. @@ -79,7 +79,7 @@ - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Starts the animation of the spinner. @@ -95,7 +95,7 @@ - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Stops the animation of the spinner. diff --git a/docs/reference/pygtk-gtkstatusbar.xml b/docs/reference/pygtk-gtkstatusbar.xml index e778fb65..ec89361f 100644 --- a/docs/reference/pygtk-gtkstatusbar.xml +++ b/docs/reference/pygtk-gtkstatusbar.xml @@ -386,7 +386,7 @@ with the specified message_id and gtk.Statusbar.remove - This method is deprecated in PyGTK 2.18 and above + This method is deprecated in PyGTK 2.22 and above This method calls either @@ -480,7 +480,7 @@ if a resize grip is displayed on the statusbar. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_message_area() method retrieves diff --git a/docs/reference/pygtk-gtktoolitem.xml b/docs/reference/pygtk-gtktoolitem.xml index e7630358..6df3b205 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 - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_ellipsize_mode() 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 - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_text_alignment() 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 - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_text_orientation() 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 - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_text_size_group() method returns the size group used for labels diff --git a/docs/reference/pygtk-gtktoolitemgroup.xml b/docs/reference/pygtk-gtktoolitemgroup.xml index 84e2a841..771fd023 100644 --- a/docs/reference/pygtk-gtktoolitemgroup.xml +++ b/docs/reference/pygtk-gtktoolitemgroup.xml @@ -121,7 +121,7 @@ - This constructor is available in PyGTK 2.20 and above. + This constructor is available in PyGTK 2.22 and above. Creates a new tool item group with label label. @@ -148,7 +148,7 @@ - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_label() method sets the label of the tool item group. The label is displayed in the header @@ -171,7 +171,7 @@ of the group. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_label_widget() method sets the label of the tool item group. @@ -195,7 +195,7 @@ of the usual label. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Sets whether the group should be collapsed or expanded. @@ -217,7 +217,7 @@ of the usual label. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_ellipsize() method sets the ellipsization mode which should be used by labels in group. @@ -239,7 +239,7 @@ of the usual label. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Set the button relief of the group header. @@ -262,7 +262,7 @@ See gtk.Button.set_reli - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Gets the label of group. @@ -284,7 +284,7 @@ See gtk.Button.set_reli - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Gets the label widget of group. @@ -307,7 +307,7 @@ See gtk.To - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Gets whether group is collapsed or expanded. @@ -329,7 +329,7 @@ See gtk.To - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Gets the ellipsization mode of group. @@ -351,7 +351,7 @@ See gtk.To - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Gets the relief mode of the header button of group. @@ -378,7 +378,7 @@ See gtk.To - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Inserts item at position in the list of children of group. @@ -405,7 +405,7 @@ See gtk.To - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_item_position() method sets the position of item in the list of children of group. @@ -431,7 +431,7 @@ See gtk.To - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Gets the position of item in group as index. @@ -453,7 +453,7 @@ See gtk.To - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Gets the number of tool items in group. @@ -479,7 +479,7 @@ See gtk.To - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Gets the tool item at index in group. @@ -510,7 +510,7 @@ See gtk.To - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Gets the tool item at position (x, y). diff --git a/docs/reference/pygtk-gtktoolpalette.xml b/docs/reference/pygtk-gtktoolpalette.xml index 34d86d3d..96da38e3 100644 --- a/docs/reference/pygtk-gtktoolpalette.xml +++ b/docs/reference/pygtk-gtktoolpalette.xml @@ -134,7 +134,7 @@ - This constructor is available in PyGTK 2.20 and above. + This constructor is available in PyGTK 2.22 and above. Creates a new tool palette. @@ -166,7 +166,7 @@ - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_group_position() 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 - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Sets whether the group should be exclusive or not. @@ -223,7 +223,7 @@ If an exclusive group is expanded all other groups are collapsed. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Sets whether the group should be given extra space. @@ -249,7 +249,7 @@ If an exclusive group is expanded all other groups are collapsed. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Gets the position of group in palette as index. @@ -276,7 +276,7 @@ See gtk.To - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Gets whether group is exclusive or not. @@ -303,7 +303,7 @@ See gtk.ToolPal - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Gets whether group should be given extra space. @@ -326,7 +326,7 @@ See gtk.ToolPalett - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_icon_size() method sets the size of icons in the tool palette. @@ -342,7 +342,7 @@ See gtk.ToolPalett - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Unsets the tool palette icon size set with gtk.ToolPalette.set_icon_size, @@ -365,7 +365,7 @@ so that user preferences will be used to determine the icon size. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_style() method sets the style (text, icons or both) of items in the tool palette. @@ -381,7 +381,7 @@ so that user preferences will be used to determine the icon size. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Unsets a toolbar style set with gtk.ToolPalette.set_style, @@ -404,7 +404,7 @@ so that user preferences will be used to determine the toolbar style. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Gets the size of icons in the tool palette. @@ -427,7 +427,7 @@ See gtk.ToolPal - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Gets the style (icons, text or both) of items in the tool palette. @@ -458,7 +458,7 @@ See gtk.ToolPal - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Gets the item at position (x, y). @@ -490,7 +490,7 @@ See gtk.ToolPa - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Gets the group at position (x, y). @@ -516,7 +516,7 @@ See gtk.ToolPa - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Get the dragged item from the selection. @@ -539,7 +539,7 @@ This could be a gtk.ToolItem - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_drag_source() method sets the tool palette as a drag source. @@ -579,7 +579,7 @@ See gtk.Widget.dra - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Sets palette as drag source (see gtk.ToolPalette.set_drag_source) @@ -603,7 +603,7 @@ See gtk.Widget.drag_ - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Gets the horizontal adjustment of the tool palette. @@ -625,7 +625,7 @@ See gtk.Widget.drag_ - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. Gets the vertical adjustment of the tool palette. diff --git a/docs/reference/pygtk-gtktooltip.xml b/docs/reference/pygtk-gtktooltip.xml index 5a41e268..3723fc22 100644 --- a/docs/reference/pygtk-gtktooltip.xml +++ b/docs/reference/pygtk-gtktooltip.xml @@ -294,7 +294,7 @@ - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_icon_from_gicon() method sets the icon of the diff --git a/docs/reference/pygtk-gtkviewport.xml b/docs/reference/pygtk-gtkviewport.xml index b8c48a6b..bd7e79bd 100644 --- a/docs/reference/pygtk-gtkviewport.xml +++ b/docs/reference/pygtk-gtkviewport.xml @@ -399,7 +399,7 @@ method for more information. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_bin_window() method gets the bin window of the viewport. diff --git a/docs/reference/pygtk-gtkwidget.xml b/docs/reference/pygtk-gtkwidget.xml index 3c1b1d38..80c97fe9 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. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_allocation() method sets the widget's allocation. @@ -7035,7 +7035,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_realized() method marks the widget as being realized. @@ -7059,7 +7059,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_realized() method determines whether widget is realized. @@ -7081,7 +7081,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_mapped() method marks the widget as being mapped. @@ -7103,7 +7103,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_mapped() method determines whether @@ -7126,7 +7126,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_requisition() method retrieves the widget's requisition. @@ -7148,7 +7148,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The style_attach() method attaches the widget's @@ -7177,7 +7177,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The has_rc_style() method determines @@ -7200,7 +7200,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_app_paintable() method determines @@ -7224,7 +7224,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_can_default() method specifies whether @@ -7248,7 +7248,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_can_default() method determines whether @@ -7271,7 +7271,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_can_focus() method specifies whether @@ -7296,7 +7296,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_can_focus() method determines whether @@ -7319,7 +7319,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_double_buffered() method determines whether @@ -7342,7 +7342,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_has_window() method specifies whether @@ -7371,7 +7371,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_has_window() method determines whether @@ -7394,7 +7394,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_receives_default() method specifies whether @@ -7418,7 +7418,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_receives_default() method determines whether @@ -7446,7 +7446,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_sensitive() method returns the widget's sensitivity @@ -7470,7 +7470,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_state() method returns the widget's state. @@ -7492,7 +7492,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_visible() method sets the visibility @@ -7517,7 +7517,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_visible() method determines whether @@ -7541,7 +7541,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_window() method sets the widget's @@ -7571,7 +7571,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The has_default() method determines whether @@ -7594,7 +7594,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The has_focus() method determines @@ -7617,7 +7617,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The has_grab() method determines whether @@ -7641,7 +7641,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The is_sensitive() method returns the @@ -7665,7 +7665,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The is_toplevel() method determines whether @@ -7688,7 +7688,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The is_drawable() method determines whether diff --git a/docs/reference/pygtk-gtkwindow.xml b/docs/reference/pygtk-gtkwindow.xml index 5bb2d152..420c50f7 100644 --- a/docs/reference/pygtk-gtkwindow.xml +++ b/docs/reference/pygtk-gtkwindow.xml @@ -2613,7 +2613,7 @@ method for more detail. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The set_mnemonics_visible() method sets whether mnemonics are currently visible in the window. @@ -2635,7 +2635,7 @@ method for more detail. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_mnemonics_visible() method returns whether mnemonics are currently visible in the window. @@ -3827,7 +3827,7 @@ method. - This method is available in PyGTK 2.20 and above. + This method is available in PyGTK 2.22 and above. The get_window_type() method gets the type of the window. -- cgit v1.2.1