Re: [gtkmm] Gtk::TreeView questions
- From: Carlos Ble <carlosble neuroomante com>
- To: gtkmm-list gnome org
- Subject: Re: [gtkmm] Gtk::TreeView questions
- Date: Sat, 24 Jul 2004 18:22:06 +0100
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]