BindingSet.find
gtk.binding_set.BindingSet find(string setName)Find a binding set by its globally unique name.
The set_name can either be a name used for gtk.binding_set.BindingSet.new_ or the type name of a class used in gtk.binding_set.BindingSet.byClass.
Parameters
setName | unique binding set name |
Returns
null or the specified binding set