Home
last modified time | relevance | path

Searched refs:on_fontlist_select (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py545 self.fontlist.bind('<ButtonRelease-1>', self.on_fontlist_select)
546 self.fontlist.bind('<KeyRelease-Up>', self.on_fontlist_select)
547 self.fontlist.bind('<KeyRelease-Down>', self.on_fontlist_select)
638 def on_fontlist_select(self, event): member in FontPage