NAME
Tk::AppWindow::Ext::Navigator - Navigate opened documents and files
SYNOPSIS
my $app = new Tk::AppWindow(@options,
-extensions => ['ToolPanel'],
);
$app->MainLoop;
DESCRIPTION
Adds a navigator panel to your application. By default it sits on the left side of your application. You can add items to it's notebook.
Inherits Tk::AppWindow::BaseClasses::SidePanel.
CONFIG VARIABLES
-
Default value 'LEFT'. Sets the name of the panel home to NavigatorPanel.
-
Default value 32.
-
Default value 'left'. At which side of the notebook do you place your tabs.
-
Default value 1. Show or hide navigator panel.
AUTHOR
Hans Jeuken (hanje at cpan dot org)
BUGS
Unknown. If you find any, please contact the author.