blob: a93512dc36795a3df312b5a4132ff2e119354210 (
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;
|