Part of twisted.internet View Source
This module provides support for Twisted to interact with the PyGTK mainloop.
In order to use this support, simply do the following:| from twisted.internet import gtkreactor | gtkreactor.install()
Then use twisted.internet APIs as usual. The other methods here are not intended to be called directly.
Maintainer: Itamar Shtull-Trauring| Line # | Kind | Name | Docs |
|---|---|---|---|
| 38 | Class | GtkReactor | GTK+ event loop reactor. |
| 180 | Class | PortableGtkReactor | Reactor that works on Windows. |
| 214 | Function | install | Configure the twisted mainloop to be run inside the gtk mainloop. |
| 222 | Function | portableInstall | Configure the twisted mainloop to be run inside the gtk mainloop. |