From 3aee98ecfb4d87303e3c25999b1fdefb5edfbadd Mon Sep 17 00:00:00 2001 From: Dieter Verfaillie Date: Mon, 21 Feb 2011 08:08:03 +0100 Subject: reference: pygtk-gtkbutton.xml: mark deprecated methods and signals --- docs/reference/pygtk-gtkbutton.xml | 48 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'docs') diff --git a/docs/reference/pygtk-gtkbutton.xml b/docs/reference/pygtk-gtkbutton.xml index 59e28787..0117fb37 100644 --- a/docs/reference/pygtk-gtkbutton.xml +++ b/docs/reference/pygtk-gtkbutton.xml @@ -558,6 +558,12 @@ with the Alt key. In PyGTK 2.4 and above the pressed + + This method is deprecated since PyGTK 2.22 and should not be used in newly-written code. + Use the "button-press-event" + signal. + + The pressed() method emits the "pressed" signal to the button. @@ -570,6 +576,12 @@ with the Alt key. In PyGTK 2.4 and above the released + + This method is deprecated since PyGTK 2.22 and should not be used in newly-written code. + Use the "button-release-event" + signal. + + The released() method emits the "released" signal to the button. @@ -594,6 +606,12 @@ with the Alt key. In PyGTK 2.4 and above the enter + + This method is deprecated since PyGTK 2.22 and should not be used in newly-written code. + Use the "enter-notify-event" + signal. + + The enter() method emits the "enter" signal to the button. @@ -606,6 +624,12 @@ signal to the button. leave + + This method is deprecated since PyGTK 2.22 and should not be used in newly-written code. + Use the "leave-notify-event" + signal. + + The leave() method emits the "leave" signal to the button. @@ -1173,6 +1197,12 @@ any) + + This signal is deprecated since GTK+ 2.8 and should not be used in newly-written code. + Use the "enter-notify-event" + signal. + + The "enter" signal is emitted when the pointer enters the button. @@ -1208,6 +1238,12 @@ any) + + This signal is deprecated since GTK+ 2.8 and should not be used in newly-written code. + Use the "leave-notify-event" + signal. + + The "leave" signal is emitted when the pointer leaves the button. @@ -1243,6 +1279,12 @@ any) + + This signal is deprecated since GTK+ 2.8 and should not be used in newly-written code. + Use the "button-press-event" + signal. + + The "pressed" signal is emitted when the mouse button is pressed while the pointer is over the button. @@ -1278,6 +1320,12 @@ any) + + This signal is deprecated since GTK+ 2.8 and should not be used in newly-written code. + Use the "button-release-event" + signal. + + The "released" signal is emitted when the button is released no matter where the pointer is. -- cgit v1.2.1