Is there a way to change the tab order in a Tk GUI? I can only find one reference in a book (Mastering Perl/Tk) that says to change the tab order you need to rearrange your packing order.
I spent a long, frustrating time getting the appearance of my GUI correct, and I only managed it by packing some of the bottom stuff first. I'd hate to have to go back to square one.
Barring a method for specifying tab order, is there a layperson's guide to packing somewhere?
Fondly thinking of my DevStudio environment where I can click on widgets in the order I want...