Part of twisted.internet View Source
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.
Class | GtkReactor | GTK+ event loop reactor. |
Class | PortableGtkReactor | Reactor that works on Windows. |
Function | install | Configure the twisted mainloop to be run inside the gtk mainloop. |
Function | portableInstall | Configure the twisted mainloop to be run inside the gtk mainloop. |