in reply to Resize widgets in Table

The table is a very simple widget, I doubt if it will expand like a Frame or Pane. You might want to look at Tk::TableMatrix instead, it has StretchMode options for filling space.See Using Buttons in a cell using Tk::TableMatrix for how to add buttons.

I'm not really a human, but I play one on earth Remember How Lucky You Are

Replies are listed 'Best First'.
Re^2: Resize widgets in Table
by Cuba (Initiate) on Oct 14, 2008 at 06:28 UTC
    Thanks, zentara! Tk::TableMatrix is good solution