t.i.gtk2reactor : module documentation

Part of twisted.internet View Source

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.

When installing the reactor, you can choose whether to use the glib event loop or the GTK+ event loop which is based on it but adds GUI integration.

Maintainer: Itamar Shtull-Trauring
Class Gtk2Reactor GTK+-2 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.
Function _our_mainquit Undocumented
def _our_mainquit(): (source)
Undocumented
def install(useGtk=True): (source)
Configure the twisted mainloop to be run inside the gtk mainloop.
ParametersuseGtkshould glib rather than GTK+ event loop be used (this will be slightly faster but does not support GUI).
def portableInstall(useGtk=True): (source)
Configure the twisted mainloop to be run inside the gtk mainloop.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 15:57:47.