Re: example from Mastering Perl/Tk
by Slaven Rezic other posts by this author
May 8 2003 7:31PM messages near this date
Ever wanted a Radioentry?
|
Re: example from Mastering Perl/Tk (correction)
Marc Dashevsky <marc@[...].com> writes:
> At 01:26 PM 5/8/2003, Michael van Nieuwenhuize wrote:
> >Try changing
> >
> >$tl = $mw->TopLevel();
> >
> >to
> >
> >$tl = $mw->toplevel();
> >
> >This seemed to work on my machine.
>
> I'm very surprised to hear this. Toplevel requires an upper-case
> 'T'.
This is valid, but has different semantics. $w-> toplevel returns the
toplevel widget where $w is in. See the Tk::Widget manpage.
Regards,
Slaven
--
Slaven Rezic - slaven@[...].de
Berlin Perl Mongers - http://berliner.pm.org
-++**==--++**==--++**==--++**==--++**==--++**==--++**==
This message was posted through the Stanford campus mailing list
server. If you wish to unsubscribe from this mailing list, send the
message body of "unsubscribe ptk" to majordomo@lists.stanford.edu
|