List (treeview)

Hello !

I need help with treeview, I’m trying to learn it again, again and
agin…

Can anybody show me simple example how to create a list with 2 columns
and put to this list some text data ?

I need your help ! please

Sergio F. wrote:

Hello !

I need help with treeview, I’m trying to learn it again, again and
agin…

Can anybody show me simple example how to create a list with 2 columns
and put to this list some text data ?

I need your help ! please

Did you look at

http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-treeview

specifically at

http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-treeview-renderer-renderer

The example shows a treestore, but it is mostly identical with a
ListStore. You only don’t care about the parent.

Simon

Thanks !