Lines Matching refs:Tcl

1 """Wrapper functions for Tcl/Tk.
125 """Return a properly formatted dict built from Tcl list pairs.
130 Tcl list is expected to contain an even number of elements.
134 raise RuntimeError('Tcl list representing a dict is expected '
381 NAME is an optional Tcl name (defaults to PY_VARnum).
407 """Unset the variable in Tcl."""
419 """Return the name of the variable in Tcl."""
498 This deprecated method wraps a deprecated Tcl method that will
514 This deprecated method wraps a deprecated Tcl method that will
533 This deprecated method wraps a deprecated Tcl method that will
557 NAME is an optional Tcl name (defaults to PY_VARnum).
581 NAME is an optional Tcl name (defaults to PY_VARnum).
606 NAME is an optional Tcl name (defaults to PY_VARnum).
627 NAME is an optional Tcl name (defaults to PY_VARnum).
649 """Run the main loop of Tcl."""
659 """Convert Tcl object to True or False."""
682 Delete all Tcl commands created for
683 this widget in the Tcl interpreter."""
693 Delete the Tcl command provided in NAME."""
702 """Set Tcl internal variable, whether the look and feel
755 """Set Tcl variable NAME to VALUE."""
759 """Return value of Tcl variable NAME."""
775 """Return a boolean value for Tcl boolean values true and false given as parameter."""
876 """Call FUNC once if the Tcl main loop has no event to
1068 """Send Tcl command CMD to different interpreter INTERP to be executed."""
1082 """Returns the exact version of the Tcl library."""
1108 # Tcl sometimes returns extra windows, e.g. for
1161 """Return the name of all Tcl interpreters for this display."""
1369 """Enter event loop until all pending events have been processed by Tcl."""
1488 """Quit the Tcl interpreter. All widgets will be destroyed."""
1552 its Tcl name NAME."""
1570 """Return a newly created Tcl function. If this
1671 """Call Tcl configure command and return the result as a dict."""
1935 defined Tcl function is called e.g. after an event occurred."""
2303 of an application. It has an associated Tcl interpreter."""
2308 """Return a new top level widget on screen SCREENNAME. A new Tcl interpreter will
2366 end the application of this Tcl interpreter."""
2376 the Tcl Interpreter and calls exec on the contents of .BASENAME.py and
2427 def Tcl(screenName=None, baseName=None, className='Tk', useTk=False):
3692 # output could involve Tcl quoting and would be a pain to parse
4623 text = "This is Tcl/Tk version %s" % TclVersion