Re: removing single rows from liststore?
- From: Dick Eimers <d eimers marin nl>
- To: gtkmm-list gnome org
- Subject: Re: removing single rows from liststore?
- Date: Thu, 01 Dec 2005 10:03:52 +0100
> 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]