Re: [Java-gnome-developer] Glade file question
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2005-12-19 23:11:45
|
On Mon, 2005-19-12 at 22:33 +0100, bas...@li... wrote: > how can I load a particular > form, defined in my foo.glade, in which there are three forms (main, > search, about)? LibGlade glade =3D new LibGlade("foo.glade", this); ... Window mainForm =3D (Window) glade.getWidget("main"); Window searchForm =3D (Window) glade.getWidget("search"); Window aboutForm =3D (Window) glade.getWidget("about"); AfC Sydney --=20 Andrew Frederick Cowie Managing Director Operational Dynamics Consulting Pty Ltd http://www.operationaldynamics.com/ Management Consultants specializing in strategy, organizational architecture, procedures to survive change, and performance hardening for the people and systems behind the mission critical enterprise. Worldwide: Sydney +61 2 9977 6866 New York +1 646 472 5054 Toronto +1 416 848 6072 London +44 207 1019201 |