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::Extension.
CONFIG VARIABLES
- -toolpanel
-
Default value 'RIGHT'. Sets the name of the panel home to ToolPanel.
Only available at create time.
METHODS
- addPage
-
Deprecated. Use pageAdd.
- deletePage($name)
-
Deprecated. Use pageDelete.
- pageAdd($name, $image, $text, $statustext, $initialsize)
-
Adds a page to the tool panel.
- pageDelete($name)
-
Deletes a page from the tool panel.
AUTHOR
Hans Jeuken (hanje at cpan dot org)
BUGS
Unknown. If you find any, please contact the author.