MCPcopy Index your code
hub / github.com/python/cpython / on_bindingslist_select

Method on_bindingslist_select

Lib/idlelib/configdialog.py:1429–1431  ·  view source on GitHub ↗

Activate button to assign new keys to selected action.

(self, event)

Source from the content-addressed store, hash-verified

1427 self.create_new_key_set(new_keys_name)
1428
1429 def on_bindingslist_select(self, event):
1430 "Activate button to assign new keys to selected action."
1431 self.button_new_keys.state(('!disabled',))
1432
1433 def create_new_key_set(self, new_key_set_name):
1434 """Create a new custom key set with the given name.

Callers

nothing calls this directly

Calls 1

stateMethod · 0.45

Tested by

no test coverage detected