Internal class. More...
Methods defined here: | |
def | __call__ |
def | __init__ |
Internal class.
Stores function to call when some user defined Tcl function is called e.g. after an event occurred.
def Tkinter.CallWrapper.__init__ | ( | args | ) |
Store FUNC, SUBST and WIDGET as members.
def Tkinter.CallWrapper.__call__ | ( | args | ) |
Apply first function SUBST to arguments, than FUNC.