| Home | Trees | Index | Help |
|---|
| Package twisted :: Package internet :: Module gtk2reactor |
|
This module provides support for Twisted to interact with the PyGTK2 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.
API Stability: stable
Maintainer: Itamar Shtull-Trauring<mailto:twisted@itamarst.org>| Classes | |
|---|---|
Gtk2Reactor |
GTK+-2 event loop reactor. |
PortableGtkReactor |
Reactor that works on Windows. |
| Function Summary | |
|---|---|
Configure the twisted mainloop to be run inside the gtk mainloop. | |
Configure the twisted mainloop to be run inside the gtk mainloop. | |
| Variable Summary | |
|---|---|
FakeModule |
gtk
|
builtin_function_or_method |
has_key
|
builtin_function_or_method |
has_key
|
FakeModule |
pygtk
|
dict |
reads
|
dict |
writes
|
NoneType |
_simtag
|
| Function Details |
|---|
install()Configure the twisted mainloop to be run inside the gtk mainloop. |
portableInstall()Configure the twisted mainloop to be run inside the gtk mainloop. |
| Variable Details |
|---|
gtk
|
has_keyhas_key = __builtin__.dict.has_key
|
has_keyhas_key = __builtin__.dict.has_key
|
pygtk
|
reads
|
writes
|
_simtag
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:11 2003 | http://epydoc.sf.net |