module documentation
This module provides support for Twisted to interact with the glib/gtk2 mainloop.
In order to use this support, simply do the following:
from twisted.internet import gtk2reactor gtk2reactor.install()
Then use twisted.internet APIs as usual. The other methods here are not intended to be called directly.
Class |
|
PyGTK+ 2 event loop reactor. |
Function | install |
Configure the twisted mainloop to be run inside the gtk mainloop. |
Function | portable |
Configure the twisted mainloop to be run inside the gtk mainloop. |