|
|
| laziness, impatience, and hubris | |
| PerlMonks |
Homogenous gtk2::table cell sizeby aslewis (Novice) |
| on Jan 18, 2012 at 15:12 UTC ( #948566=perlquestion: print w/ replies, xml ) | Need Help?? |
|
aslewis has asked for the
wisdom of the Perl Monks concerning the following question:
Gtk2::Table->new(3, 3, TRUE);
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?
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||