##
my @menu_items = (
{
path => '/_File',
type => ''
},
{
path => '/File/_Quit',
accelerator => 'Q',
callback => \&main_quit
},
{
path => '/_Hilfe',
type => ''
},
{
path => '/File/About',
callback => \&show_about_msg
}
);
## ##
Can't locate object method "create_items" via package "Gtk::ItemFactory" at ./itemfactory line 114