NAME
PNI::Node::Tk::MainWindow
DESCRIPTION
Every Tk program must have at least one MainWindow. That's why this node also handles Tk events so there is no need to call the Tk MainLoop. Thanks to Nick Ing-Simmons in Perl/Tk can co-exist multiple MainWindows, so it is possible to create more than one Tk::MainWindow PNI node, but normally just one should be enough.
AUTHOR
G. Casati , <fibo@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2010 by G. Casati
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.