NAME
Tk::AppWindow::Ext::SDI - single document interface
SYNOPSIS
my $app = new Tk::AppWindow(@options,
-contentmanagerclass => 'Tk::MyContentHandler',
-extensions => ['SDI'],
);
$app->MainLoop;
DESCRIPTION
Provides a single document interface to your application. Inherits Tk::AppWindow::Ext::MDI. See also there.
AUTHOR
Hans Jeuken (hanje at cpan dot org)
BUGS
Unknown. If you find any, please contact the author.