Re: removing single rows from liststore?



> Am i missing something here.. how do i do i only remove one row, i saw
> a function to clear them all
> i saw funcitons for adding, and moving, but i havent found one to
> remove a single line

Obtain an iterator pointing towards the row to be removed and use
Gtk::ListStore::erase() provided that iterator to remove it from the
list store.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]