BindingSet.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().

class BindingSet
static
find
(
string setName
)

Parameters

setName string

unique binding set name

Return Value

%NULL or the specified binding set

Meta