#!/usr/bin/perl use strict; use warnings; use Tk; my $mw = MainWindow->new(); my $c = $mw->Canvas(-width => 600, -height => 600); $c->pack; MainLoop;
I hope this helps.
In reply to Re: Perl/TK: How to set the width and height of the main window?
by Khen1950fx
in thread Perl/TK: How to set the width and height of the main window?
by MyFSL
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |