On 20 Mar 2001, Rob Brown-Bayliss wrote:
> Hi.
>
> I want to build an application based around a frame work or shell in a
> manner similar to Evolution or the Gnome Control Center. Is this
> possible with Python and PyGnome?
>
> To be more specific I want to build a container window that then loads
> other apps into it's window to run. The Other apps will be written
> specifically for the container, I don't expect to be able to load any
> old thing.
>
> I guess Bonobo is one solution, but I do not really need to use Bonobo
> as I do not expect my modules will be usefull in other apps.
Well, if all the things you are going to be putting in this container are
python programs, why not say that they all have to be python modules which
have a function called get_toplevel(), which returns the toplevel widget
for that module, which can then be shown in your container.
If you need languages other than python, or multiple processes, you may be
able to do something with the GtkPlug/GtkSocket widgets.
James.
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk