[Glade-users] Possible bug with File-chooser dialog?

Tristan Van Berkom tristan.van.berkom at gmail.com
Thu Jan 7 20:26:04 EST 2010


On Thu, Jan 7, 2010 at 9:03 PM, alsaf <alfraealba at googlemail.com> wrote:
[...]
>
> I am in the process of converting pyGTK code to glade in my program. The
> program is split into a number of files stored in packages. I want to
> store the glade files in the packages and call them up on the fly inside
> the packages. Is this possible or do I have to create all widgets at
> startup and pass the builder objects to the package classes?
>

Sure, some people like to write an object class to handle a portion
of the interface, and distribute separate Glade files for each of these
portions, whether they are distributed together or separately shouldnt
change the fact that you can mesh the interfaces together by way
of parenting them or having separate toplevels etc.

Cheers,
      -Tristan


More information about the Glade-users mailing list