Hi,

Le 01/05/2011 15:03, Pavol Klačanský a écrit :
> Hi, I need in my about 5 and more treeviews. I created one using glade,
> but I don't know how can I use it multiple times, gtk says something
> like this
> 
>> (client:25913): Gtk-WARNING **: Attempting to add a widget with type
>> GtkTreeView to a container of type GtkHBox, but the widget is already
>> inside a container of type GtkHBox, the GTK+ FAQ at
>>  http://library.gnome.org/devel/gtk-faq/stable/ explains how to reparent 
>> a widget.

You cannot pack a widget at more that one place at a time, you'll need
to create 5 tree views.
Though, if you want to display the same content in more than one tree
view, you can share the TreeModel IIRC.

Regards,
Colomban
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to