![]() |
Python_2
1.0
|
Thread-safe version of Tkinter. More...
Classes | |
class | _Tk |
class | _TkAttr |
Functions | |
def | _Tk__init__ (self, *args, **kwargs) |
def | _CheckEvents (tk) |
def | _testThread (root) |
def | _pressOk (root, button) |
Variables | |
root = Tk(mtDebug = 1) | |
thread = threading.Thread(target = _testThread, args=(root,)) | |
tk | |
Thread-safe version of Tkinter.
|
private |
|
private |
|
private |
|
private |
mtTkinter.root = Tk(mtDebug = 1) |
mtTkinter.thread = threading.Thread(target = _testThread, args=(root,)) |
mtTkinter.tk |