$self->{_listbox} = $self->{_mw}->Scrolled( 'HList', -head => 1, -columns => scalar @headers, -scrollbars => 'e', -width => 100, -height => 10, -browsecmd => sub {   ; # if job is selected my $index = shift; $self->{_job_id} = $list[$index][5]; # set jobID $self->fill_box($list[$index][5]); # fill content and description box $self->crontab_button($list[$index][5]); # color crontab button }, -background => 'white')->place(-x => 5, -y => 75); $self->{_listbox}->bind('',\%{$self->woissn()});