RE: [gtkmm] Gtk::ListStore::insert, i can't get it working :(



> From: bart [mailto:bart hakvoort castel nl] 
> I'm always posting a little bit to soon ;) I just found out how to do
> it: ==================================================================
> Gtk::TreeIter test = liststore->children().begin();
> //here i can do something with test
> row = *(liststore->insert(test) ); 

I think that prepend() does the same thing, with less code.

Murray Cumming
www.murrayc.com
murrayc usa net



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