my $fm = $menubar->entrycget('File', -menu); # *after* creating the File Menubutton in the $menubar sub select_file { $fm->entryconfigure('Edit', -state=>'normal') }