Master list of all Tkinter Events?

前端 未结 3 1730
旧巷少年郎
旧巷少年郎 2020-12-31 14:33

I\'m searching for a master list of all Tkinter events. I\'ve been googling for such a list all all morning without success. Any references for such a list woul

3条回答
  •  春和景丽
    2020-12-31 15:02

    I found a more complete listing of known events, including some marked as "Undocumented", in Python's own tkinter module. Start here, and scroll down to class EventType: https://github.com/python/cpython/blob/master/Lib/tkinter/init.py

    Whether that's the penultimate list or not....who knows. It seems Tk/Tkinter documentation is spread fairly thinly, like vegemite on toast, across the entirety of the Internet.

提交回复
热议问题