NAME
Tk::Pane - A window panner
SYNOPSIS
use Tk::Pane;
$pane = $mw->Scrolled(Pane, Name => 'fred',
-scrollbars => 'soe',
-sticky => 'we',
-gridded => 'y'
);
$pane->Frame;
$pane->pack;
DESCRIPTION
Tk::Pane
provides creates a widget which allows you to view only part of a sub-widget.
AUTHOR
Graham Barr <bodg@ti.com>
COPYRIGHT
Copyright (c) 1997 Graham Barr. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.