Re: [Java-gnome-developer] building trees in glade
Brought to you by:
afcowie
From: Luca De R. <pie...@li...> - 2004-01-28 14:00:51
|
Il mer, 2004-01-28 alle 05:34, Ray Auge ha scritto: > 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); Exactly. You have to dig in the javadocs to discover such cool things ;) -- Luca De Rugeriis <pie...@li...> |