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