summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/site/lib/auto/Tk/Table/totalColumns.al
blob: 850a5e06b1ef7cc453d05e09cfe357497cdedce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# NOTE: Derived from blib\lib\Tk\Table.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package Tk::Table;

#line 543 "blib\lib\Tk\Table.pm (autosplit into blib\lib\auto\Tk\Table\totalColumns.al)"
sub totalColumns
{
 scalar @{shift->{'Width'}};
}

# end of Tk::Table::totalColumns
1;