Sebastien> I would like to know if there is a method for using a Tkinter
    Sebastien> widget inside a PyGtk or wxPython interface.

If you're willing to use two separate processes perhaps you can use the
gtk.Socket and/or gtk.Plug widgets:

    http://www.pygtk.org/pygtk2reference/class-gtkplug.html
    http://www.pygtk.org/pygtk2reference/class-gtksocket.html

Here's an example from the PyGtk docs:

    http://www.pygtk.org/pygtk2tutorial/sec-PlugsAndSockets.html

Skip
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to