On Fri, 20 Nov 2015 19:34:01 +0000, TheDGuy wrote: > Thanks for your reply, > > is it also possible to do it like this? > Yeah, that'll work.
> but now i get the error: > > "rowDeleted is not callable using argument types (TreeIter)"? rowDeleted is just to emit the signal that a row has been removed, not actually remove it. You probably want to use the ListStore's remove method.