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

NAME

iPodDB::Menu::Edit - the edit menu

SYNOPSIS

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

DESCRIPTION

This is the Edit menu portion of the menu bar.

METHODS

new( $frame )

Creates the menu and sets up the callbacks when menu items are clicked.

EVENTS

on_preferences( )

When the "Preferences" option is selected this event is triggered. It will popup the preferences dialog for the user to modify then attempt to load the new database.

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.