Gtk.BindingSignal¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| args | [ Gtk.BindingArg] | r/w | the arguments specified for the signal | 
| n_args | int | r/w | number of arguments specified for the signal | 
| next | Gtk.BindingSignal | r/w | implementation detail | 
| signal_name | str | r/w | the action signal to be emitted | 
Methods¶
None
Details¶
- 
class Gtk.BindingSignal¶
- A - Gtk.BindingSignalstores the necessary information to activate a widget in response to a key press via a signal emission.