Rick Hightower wrote: > I have an existing C/GTK application. I would like to write all new > features in Python using PyGTK. > Is there any way to write widgets in PyGTK and use them easily in a > C/GTK based application? > > Are there examples of this somewhere? > > Essentially I want to add a Widget to a parent where the Widget is > managed by PyGTK and the parent is in the C/GTK application. It might be easier to rewrite the C/GTK app in Python if possible.
John _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
