lo

Cerca

Heus ací els resultats de la cerca.

1.6 Events and how to handle them
3 Resultats, Darrera modificació:
ter as tk from tkinter import messagebox def hello(dummy): messagebox.showinfo("", "Hello!") window = tk.Tk() button = tk.Button(window, text="On/... 20) frame.pack() window.bind_all("<Button-1>", hello) window.mainloop() </code> Play with the code.