File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Original file line number Diff line number Diff line change 45
45
interface to the Tk toolkit. The Tcl library has a C interface to
46
46
create and manage one or more instances of a Tcl interpreter, run Tcl
47
47
commands and scripts in those instances, and add custom commands
48
- implemented in either Tcl or C. Tcl provides for an event queue, used
49
- for I/O, timers, and by modules.
48
+ implemented in either Tcl or C. Each interpreter has an event queue,
49
+ and there are facilities to send events to it and process them.
50
+ Unlike Python, Tcl's execution model is designed around cooperative
51
+ multitasking, and Tkinter bridges this difference
52
+ (see `Threading model `_ for details).
50
53
51
54
Tk
52
55
Tk is a module that can be loaded into a Tcl interpreter instance. It adds
You can’t perform that action at this time.
0 commit comments