find
function find(set_name:String):Gtk.BindingSet {
// Gjs wrapper for gtk_binding_set_find()
}Find a binding set by its globally unique name.
The set_name can either be a name used for Gtk.binding_set_new or the type name of a class used in Gtk.binding_set_by_class.
- set_name
unique binding set name
- Returns
null or the specified binding set