Gtk.ButtonClass - Class Structures - Gtk 3.0 (original) (raw)

Fields

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

Methods

None

Details

class Gtk.ButtonClass