Re: [Java-gnome-developer] building trees in glade
Brought to you by:
afcowie
From: Alex M. <ale...@fa...> - 2004-01-28 10:34:18
|
Nice, one problem less :-). Thanks a lot. On 27 Jan 2004 23:34:37 -0500, "Ray Auge" <ra...@do...> said: > 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 > -- Alex Moreno |