class Gtk::BindingSet
Public Instance Methods
Source
# File lib/gtk3/binding-set.rb, line 19 def add_signal(description) BindingEntry.add_signal_from_string(self, description) end
Source
# File lib/gtk3/binding-set.rb, line 23 def remove(key, modifiers) BindingEntry.remove(self, key, modifiers) end
Source
# File lib/gtk3/binding-set.rb, line 27 def skip(key, modifiers) BindingEntry.skip(self, key, modifiers) end