I need to create an interface with multiple listbox widgets.
For example, in
#!/bin/ksh
# exec /bin/ksh \
exec wish "$0" "$@"
listbox .lb1 -selectmode extended
listbox .lb2 -selectmode extended
pack .lb1 .lb2
.lb1 insert end A B C D
.lb2 insert end E F G H
I want the user to be able to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.