0

Where can I find a list of all the samples of events for the command "bind" in TCL?

#For example:
bind .listbox <<ListboxSelect>> {...}

1 Answer 1

2

The various virtual events are documented in each widget's manual page.

Since the virtual events can be defined and configured by any widget, and some virtual events are defined and used internally by widgets, there's no easy way to create a master list.

Sign up to request clarification or add additional context in comments.

1 Comment

The lists on the documentation web pages were made by grepping the source code.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.