Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / sun4-solaris / auto / Tk / Table / totalColumns.al
CommitLineData
86530b38
AT
1# NOTE: Derived from blib/lib/Tk/Table.pm.
2# Changes made here will be lost when autosplit is run again.
3# See AutoSplit.pm.
4package Tk::Table;
5
6#line 484 "blib/lib/Tk/Table.pm (autosplit into blib/lib/auto/Tk/Table/totalColumns.al)"
7sub totalColumns
8{
9 scalar @{shift->{'Width'}};
10}
11
12# end of Tk::Table::totalColumns
131;