Class: Gtk::BindingSet

Inherits:
Object
  • Object
show all
Extended by:
GLib::Deprecatable
Defined in:
lib/gtk3/deprecated.rb,
lib/gtk3/binding-set.rb

Instance Method Summary collapse

Instance Method Details

#add_signal(description) ⇒ Object



19
20
21
# File 'lib/gtk3/binding-set.rb', line 19

def add_signal(description)
  BindingEntry.add_signal_from_string(self, description)
end

#remove(key, modifiers) ⇒ Object



23
24
25
# File 'lib/gtk3/binding-set.rb', line 23

def remove(key, modifiers)
  BindingEntry.remove(self, key, modifiers)
end

#skip(key, modifiers) ⇒ Object



27
28
29
# File 'lib/gtk3/binding-set.rb', line 27

def skip(key, modifiers)
  BindingEntry.skip(self, key, modifiers)
end