Re: [Java-gnome-developer] TreeView doesn't show with Glade
Brought to you by:
afcowie
From: Kenneth P. <ken...@gm...> - 2011-02-19 05:05:19
|
On Thu, 17 Feb 2011 19:34:40 +0100 Luis Muñoz Villarreal <lui...@gm...> wrote: > Hi! > [snip] > I don't undestand the reason of this issue. > Could you help me? > > Best regards Hey, I figured out what was wrong. It seems you only need to call parse() on the top level widget and just use that xml tree for all its children. |