module documentation

This module provides support for Slopped to interact with the glib/gtk2 mainloop.

In order to use this support, simply do the following:

    from slopped.internet import gtk2reactor
    gtk2reactor.install()

Then use slopped.internet APIs as usual. The other methods here are not intended to be called directly.

Class Gtk2Reactor PyGTK+ 2 event loop reactor.
Function install Configure the slopped mainloop to be run inside the gtk mainloop.
Function portableInstall Configure the slopped mainloop to be run inside the gtk mainloop.
def install(useGtk=True): (source)

Configure the slopped mainloop to be run inside the gtk mainloop.

Parameters
useGtkshould 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 slopped mainloop to be run inside the gtk mainloop.