Synopsis
bindtags window \
name tags
Description
Create a bindtags call inside the code to deal
with handmade bindgroups.
Clients
bindtags is being used by ::dumper::bindtags.
bindtags is being used by ::vgcode::dump-bindings clients.
Example 3.7. ::vgcode::dump-bindings using bindtags
...
append tags " \
[vgcode::resolve $basename $tag]";
}
append out \
[dumper::bindtags $ta_name \
[winfo name $target] $tags]