NAME

PNI::Node::Tk::MainWindow - creates a Tk main window

SYNOPSIS

use PNI ':-D';

node 'Tk::MainWindow';

loop;

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.

INPUTS

responsiveness

OUTPUTS

object