Python_2  1.0
Public Member Functions | Private Attributes | List of all members
mtTkinter._TkAttr Class Reference
Inheritance diagram for mtTkinter._TkAttr:
Inheritance graph
[legend]
Collaboration diagram for mtTkinter._TkAttr:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, tk, attr)
 
def __call__ (self, *args, **kwargs)
 

Private Attributes

 _tk
 
 _attr
 

Detailed Description

Thread-safe callable attribute wrapper.

Constructor & Destructor Documentation

◆ __init__()

def mtTkinter._TkAttr.__init__ (   self,
  tk,
  attr 
)

Member Function Documentation

◆ __call__()

def mtTkinter._TkAttr.__call__ (   self,
args,
**  kwargs 
)
Thread-safe method invocation.
Diverts out-of-thread calls through the event queue.
Forwards all other method calls to the underlying tk object directly.

References mtTkinter._TkAttr._attr, mtTkinter._Tk._tk, and mtTkinter._TkAttr._tk.

Member Data Documentation

◆ _attr

mtTkinter._TkAttr._attr
private

◆ _tk

mtTkinter._TkAttr._tk
private

The documentation for this class was generated from the following file: