Re: [gtkmm] Gtk::TreeView questions



On Sábado, 24 de Julio de 2004 15:59, PenguinMan wrote:
> Hello,
>
> I like to have treeview like this:
>
> Name
>  Billy
>    Son of Billy
>    Daughter of Billy
>  Susan
>    Son of Susan
>    Father of Susan
>  Mammo
>    Gates
>    Bla bla bla
>
> Here is my header:
> < snip >
> Glib::RefPtr<Gnome::Glade::Xml> m_refGlade;
> Gtk::ScrolledWindow* m_ScrolledWindow;
> Glib::RefPtr<Gtk::ListStore> m_refTreeModel;

Try with TreeStore:
http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/ch08s07.html#id2511390



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