summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/auto/Tk/Table/totalRows.al
blob: 88591cc7cab81d7498fe9242adf3f930c6275d99 (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 547 "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;