Re: [Java-gnome-developer] building trees in glade
Brought to you by:
afcowie
From: Ray A. <ra...@do...> - 2004-01-28 04:34:43
|
On Tue, 2004-01-27 at 14:35, Alex Moreno wrote: > Hi, > > I suppose that the problem must be in capturing the model... > but as i explained few days ago, i tried to do it as i do in swing > without success. > TreeView treeWidget = (TreeView) libglade.getWidget("treeview"); > //new TreeView( store ); treeWidget.setModel(store); That's all your missing. Just went through this myself. Ray Auge |