# 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 484 "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;