Python_2  1.0
Classes | Functions | Variables
mtTkinter Namespace Reference

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
 

Detailed Description

Thread-safe version of Tkinter.

Author
Allen B. Taylor

Function Documentation

◆ _CheckEvents()

def mtTkinter._CheckEvents (   tk)
private

◆ _pressOk()

def mtTkinter._pressOk (   root,
  button 
)
private

◆ _testThread()

def mtTkinter._testThread (   root)
private

◆ _Tk__init__()

def mtTkinter._Tk__init__ (   self,
args,
**  kwargs 
)
private

Variable Documentation

◆ root

mtTkinter.root = Tk(mtDebug = 1)

◆ thread

mtTkinter.thread = threading.Thread(target = _testThread, args=(root,))

◆ tk

mtTkinter.tk