For instance, if I execute the following code:
> wish
% info tclversion
8.5
% bind Treeview
<Button-4> <Button-5> <Shift-Button-4> <Shift-Button-5> <Control-
Button-1> <Shift-Button-1> <Key-space> <Key-Return> <Key-Next> <Key-
Prior> <Key-Left> <Key-Right> <Key-Down> <Key-Up> <B1-Motion>
<ButtonRelease-1> <Double-Button-1> <Button-1> <Leave> <B1-Leave>
<Motion>
I was hoping to see in the above list the virtual events :
<<TreeviewSelect>>, <<TreeviewOpen>>, and <<TreeviewClose>> which
are listed in the Treeview man page. Is there a way of a list of
virtual events associated with a widget?
Thanks in Advance,
Don
At the software level? No, because it's not a closed set (you can do
your own easily enough). That's *why* the ones Tk generates are
documented on the manual pages.
Donal.