The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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 two menus: File and Edit.

METHODS

new( $frame )

Creates the menu bar and adds the File and Edit 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.