wexfordpress
unread,Feb 9, 2012, 4:59:41 PM2/9/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I am trying to resurrect an old Expect script I wrote and convert it
to straight Tcl/Tk. I find lines like this ;
:button .led001 -text "Initialize GL file " -command {exec
led001}
grid .led001 -row 00 -column 00 -sticky news
I understand everything except the last parameter. -sticky news. In
Tcl/tk or Expect, what does that
parameter do?
My memory is foggy on this very old script.
John Culleton