Preguntas con la etiqueta [tcl]

Lista tcl preguntas

Considere el siguiente ejemplo: import tkinter as tk root = tk.Tk() root.title("root") other_window = tk.Tk() other_window.title("other_window") root.mainloop() y también vea el siguiente ejemplo que crea instancias Tkconsecutivas en lugar de