I have a script that generates a wish/Tk menu.
Some of the menus have many items and they drop off the bottom of the screen.
Is there any way to get the menu to wrap to a second column?
Thanks,
Mike.
example code:
menu .live.sybase.server1 -tearoff 0
foreach account { a b c d e f g h i j k l m n o p q r s }
{ .live.sybase.server1 add command -label $account -command "connect-x live server1 $account" }
Some of the menus have many items and they drop off the bottom of the screen.
Is there any way to get the menu to wrap to a second column?
Thanks,
Mike.
example code:
menu .live.sybase.server1 -tearoff 0
foreach account { a b c d e f g h i j k l m n o p q r s }
{ .live.sybase.server1 add command -label $account -command "connect-x live server1 $account" }