MCPcopy Create free account
hub / github.com/GStreamer/gst-python / remove_selected

Method remove_selected

old_examples/synchronizer.py:188–191  ·  view source on GitHub ↗
(*x)

Source from the content-addressed store, hash-verified

186 remove = gtk.Button(stock=gtk.STOCK_REMOVE)
187 remove.show()
188 def remove_selected(*x):
189 model, iter = self.view.get_selection().get_selected()
190 model.remove(iter)
191 self.changed()
192 remove.connect("clicked", remove_selected)
193 hbox.pack_end(remove, False, False, 0)
194

Callers

nothing calls this directly

Calls 1

changedMethod · 0.95

Tested by

no test coverage detected