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::Extension.
CONFIG VARIABLES
-
Default value 'LEFT'. Sets the name of the panel home to NavigatorPanel.
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 navigator panel.
- pageDelete($name)
-
Deletes a page from the navigator panel.
AUTHOR
Hans Jeuken (hanje at cpan dot org)
BUGS
Unknown. If you find any, please contact the author.
SEE ALSO
- Tk::AppWindow
- Tk::AppWindow::BaseClasses::Extension
- Tk::AppWindow::BaseClasses::SidePanel
- Tk::AppWindow::Ext::Panels
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 58:
You forgot a '=back' before '=head1'