aslewis has asked for the wisdom of the Perl Monks concerning the following question:
Is there a good way to set the width and height of the cells in this table?
The only method I can think of is to set the size of each cell individually:
$widget->set_size_request(x, y);That would be acceptable for a 3x3 table, but perhaps not for a 100x100 table. Is there a more efficient way to do it?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Homogenous gtk2::table cell size
by zentara (Cardinal) on Jan 19, 2012 at 12:26 UTC |