1234567
$config{Pulldown} = $mw->Menu(-tearoff => 0);$config{Stat} = $config{Pulldown}->add( 'command', -label => "Unterhaltung starten", -command => sub {});$config{Pulldown}->entryconfigure($config{Stat}, -state => 'disabled');