Gtk.ButtonClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
activate |
r |
Signal that causes the button to animate press then release. Applications should never connect to this signal, but use the clicked signal. |
|
clicked |
r |
Signal emitted when the button has been activated (pressed and released). |
|
enter |
r |
Signal emitted when the pointer enters the button. Deprecated: 2.8. |
|
leave |
r |
Signal emitted when the pointer leaves the button. Deprecated: 2.8. |
|
parent_class |
r |
The parent class. |
|
pressed |
r |
Signal emitted when the button is pressed. Deprecated: 2.8. |
|
released |
r |
Signal emitted when the button is released. Deprecated: 2.8. |
Methods¶
None
Details¶
- class Gtk.ButtonClass¶