Help for this page

Select Code to Download


  1. or download this
    sub section_del {
        return $Section_tblw->clear;
    
  2. or download this
    sub my_clear {
        my $self = shift;
        my $rows = $self->cget( -rows );
    ...
        $self->_init;
        $self->QueueLayout( Tk::Table::_SlaveSize() );
    } ## end sub my_clear