main = Tk() def clickEvent: #insert code that will execute here lb = Listbox(main) lb.bind('< >', clickEvent)
確定! 回上一頁