[Glade-users] Destroy and rebuild a treeview widget

Tristan Van Berkom tvb at gnome.org
Mon Jun 5 09:37:49 EDT 2006


Mehdi Rabah wrote:
> Hi Guillaume,
> 
> I'm quite new to gtk/glade but I understand you can't manage the rows of a
> treeview from glade2.
> So you have to manage treeViewColumn or dataColumn from within your code,
> and if you want to remove/add column, you have to use the method of the
> treeView class

Hi,
     Currently with glade-2 or glade-3 there is still no real support
for treeview editing (should be in glade-3 sometime this year...).

If your going to rebuild your treeview I'd suggest you dont bother
building it in glade at all at this point (since you need to setup
all the columns and renderers yourself).

Basicly... after creating and adding the treeview...
gtk_container_remove() should be enough to remove the treeview
from its container and destroy it... at which point you should
create your new treeview and add it to the hierarchy.

Cheers,
                          -Tristan



More information about the Glade-users mailing list