GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Tiler(3) User Contributed Perl Documentation Tiler(3)

Tk::Tiler - Scrollable frame with sub-widgets arranged into rows

  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);

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.

2013-11-15 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.