[Gtk-sharp-list] Using ListViews/TreeViews in Gtk#?

Charles-Louis charlouis.mono@wanadoo.be
04 Mar 2003 14:29:40 +0100


Hello,

I'm pretty new to programming with Gtk and Glade. I've designed an
application with Glade that should use ListViews (but I found out that
ListViews were deprecated... so I've used a TreeView instead).

I wanted to know how I can populate these Views 

eg. ---------------------------------------
    |First Name   |Last Name    | Info    |
    ---------------------------------------
    |Chuck        |Berry        | Artist  |
    ---------------------------------------
    |John         |Johnson      | Baker   |
    ---------------------------------------


Regards
-- 
Charles-Louis <charlouis.mono@wanadoo.be>