in reply to Tk::pack help

If you want a grid, use Tk::grid or Tk::form. I'm not sure it's even possible to do what you want with Tk::pack.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

Replies are listed 'Best First'.
Re^2: Tk::pack help
by gri6507 (Deacon) on Aug 03, 2004 at 19:43 UTC
    The rest of my GUI is a pack geometry. how can i mix pack and grid?