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::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 re-load the 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.