Package vwidget :: Module main
[hide private]
[frames] | no frames]

Module main

source code

Functions [hide private]
 
idlethread(func)
A decorator which causes the function to be called by the gtk main iteration loop rather than synchronously...
source code
 
idlethreadsync(func)
Similar to idlethread except that it is synchronous and able to return values.
source code
 
shutdown(*args, **kwargs) source code
 
mainthread() source code
 
main() source code
 
doiterations() source code
Variables [hide private]
  __package__ = 'vwidget'
Function Details [hide private]

idlethread(func)

source code 

A decorator which causes the function to be called by the gtk main iteration loop rather than synchronously...

NOTE: This makes the call async handled by the gtk main loop code. you can NOT return anything.

shutdown(*args, **kwargs)

source code 
Decorators:
  • @idlethread