The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

iPodDB::Menu - iPodDB Menu bar

SYNOPSIS

    my $menu = iPodDB::Menu->new( $frame );

DESCRIPTION

This adds a menu bar to the main iPodDB window. It has three menus: File, Edit and Help.

METHODS

new( $frame )

Creates the menu bar and adds the File, Edit and Help menus to it.

AUTHOR

  • Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2004 by Brian Cassidy

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.