Re: [Java-gnome-developer] Glade and org.gnome.gtk.Builder
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2012-09-16 06:27:21
|
On Sat, 2012-09-15 at 06:21 -0400, Jason Martin wrote: > OK, got it to work but I had to define the object types to use first > or it would not parse the file. Hm, I thought I'd sent a reply to your first message, though all I was going to say is "can you show us the code that isn't working?" > So, that means I have to know what is in the builder/glade file before > hand? Um, no, you shouldn't; just getting a reference to the top level Window object should be more than enough. You did call w.showAll(); right? AfC Sydney |