Lines Matching defs:Tcl
1 """Wrapper functions for Tcl/Tk.
37 # Attempt to configure Tcl/Tk without requiring PATH
209 NAME is an optional Tcl name (defaults to PY_VARnum).
229 """Unset the variable in Tcl."""
232 """Return the name of the variable in Tcl."""
282 NAME is an optional Tcl name (defaults to PY_VARnum).
304 NAME is an optional Tcl name (defaults to PY_VARnum).
329 NAME is an optional Tcl name (defaults to PY_VARnum).
348 NAME is an optional Tcl name (defaults to PY_VARnum).
360 """Run the main loop of Tcl."""
382 Delete all Tcl commands created for
383 this widget in the Tcl interpreter."""
392 Delete the Tcl command provided in NAME."""
400 """Set Tcl internal variable, whether the look and feel
450 """Set Tcl variable NAME to VALUE."""
453 """Return value of Tcl variable NAME."""
458 """Return a boolean value for Tcl boolean values true and false given as parameter."""
540 """Call FUNC once if the Tcl main loop has no event to
712 """Send Tcl command CMD to different interpreter INTERP to be executed."""
743 # Tcl sometimes returns extra windows, e.g. for
788 """Return the name of all Tcl interpreters for this display."""
961 """Enter event loop until all pending events have been processed by Tcl."""
1070 """Quit the Tcl interpreter. All widgets will be destroyed."""
1120 # format it to proper Tcl code if it contains space
1128 its Tcl name NAME."""
1144 """Return a newly created Tcl function. If this
1459 defined Tcl function is called e.g. after an event occurred."""
1723 of an application. It has an associated Tcl interpreter."""
1727 """Return a new Toplevel widget on screen SCREENNAME. A new Tcl interpreter will
1768 "tcl.h version (%s) doesn't match libtcl.a version (%s)" \
1788 end the application of this Tcl interpreter."""
1796 """Internal function. It reads BASENAME.tcl and CLASSNAME.tcl into
1797 the Tcl Interpreter and calls execfile on BASENAME.py and CLASSNAME.py if
1802 class_tcl = os.path.join(home, '.%s.tcl' % className)
1804 base_tcl = os.path.join(home, '.%s.tcl' % baseName)
1843 def Tcl(screenName=None, baseName=None, className='Tk', useTk=0):
2938 # output could involve Tcl quoting and would be a pain to parse
3771 text = "This is Tcl/Tk version %s" % TclVersion