blob: bee111bbe80deda6244abde660c25f32720c1c39 (
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 542 "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;
|