Re: Question: TreeView insert row



On Aug 16, 2010, at 7:35 PM, Pedro Santos <pedroking2 hotmail com> wrote:


Hello

I development the treeview, and already insert row's one after another.
But now wanted to insert one row between two row's already
existing.

Example:

I have the following column:

String1
String2

I want to do insert the string3 between string1 and string2

String1
String3
String2

Use Gtk::TreeModel::insert().  For more information see the TreeView section of the online book[1].  In particular, the section on iterators.


--
José


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