blob: 358f63e01b8d489323ad0c171c3074a016a9ac69 (
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 549 "blib\lib\Tk\Table.pm (autosplit into blib\lib\auto\Tk\Table\totalRows.al)"
sub totalRows
{
scalar @{shift->{'Height'}};
}
# end of Tk::Table::totalRows
1;
|