Hi Matteo,

I'm not totally sure if I get your question right, but it seems to me you
should just create a new top-level window. With
gtk.Window.set_transient_for() you're able to create a parent-child relation
for this (utility) window.

Regards,

Arjan
Op 4 mrt. 2011 22:55 schreef "Matteo Boscolo" <matteo.bosc...@boscolini.eu>
het volgende:
> Hi All,
> I'm developing an application inside a cad package written in c++ using
> a python Com server.
> in this application I would like to create a windows form with a list
> view reading data from a database ..
>
> I would like to have a no modal window so the user can leave the gtk
> application open.
>
> my problem is that if I use the gtk.mainloop()the code is into the gtk
> application and I cannot use the cad application..
>
> I do some test with python thread ..
> there is other way to do such a think ?
>
> Regards,
> Matteo
>
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to