Trees | Indices | Help |
---|
|
object --+ | threading._Verbose --+ | threading.Thread --+ | GtkInterpreter
Run a gtk main() in a separate thread. Python commands can be passed to the thread where they will be executed. This is implemented by periodically checking for passed code using a GTK timeout callback.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
TIMEOUT = 100
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
Execute waiting code. Called every timeout period. |
Feed a line of code to the thread. This function will block until the code checked by the GTK thread. Return true if executed the code. Returns false if deferring execution until complete block available. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Apr 11 07:40:27 2008 | http://epydoc.sourceforge.net |