tk::tiler(3pm) debian man page | unix.com

Man Page: tk::tiler

Operating Environment: debian

Section: 3pm

Tiler(3pm)						User Contributed Perl Documentation						Tiler(3pm)

NAME
Tk::Tiler - Scrollable frame with sub-widgets arranged into rows
SYNOPSIS
use Tk::Tiler; my $tl = $parent->Scrolled('Tiler', -columns => n, -rows => n); my $a = $tl->Xxxxx(...); my $b = $tl->Xxxxx(...); my $c = $tl->Xxxxx(...); $tl->Manage($a,$b,$c);
DESCRIPTION
Tiler is derived form Tk::Frame. It is a geometry managing widget which accepts widgets to manage. It places the widgets in a grid with as many widgets as possible in a row. All the "slots" in the grid are the same size, which is determined by the largest managed widget. The grid may be scrolled vertically. perl v5.14.2 2010-05-29 Tiler(3pm)
Related Man Pages
ttk::frame(n) - centos
qgrid(3qt) - centos
tk::table(3) - centos
goo::canvas::table(3pm) - debian
tk::table(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
New UNIX and Linux History Sections