The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

SEE ALSO

Tk::AppWindow
Tk::AppWindow::BaseClasses::Extension
Tk::AppWindow::BaseClasses::SidePanel
Tk::AppWindow::Ext::Panels