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

NAME

iPodDB::Menu::File - the file menu

SYNOPSIS

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

DESCRIPTION

This is the File menu portion of the menu bar. It is also a popup menu when a user right-clicks a song.

METHODS

new( $frame )

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

EVENTS

on_copyto( )

When the "Copy To..." option is selected this event is triggered. It will popup a dialog asking the user to select a destination directory, then a progress dialog to show them the progress of the copy operation.

on_copy( )

When the "Copy" option is selected this event is triggered. It simply copies the list of selected files to the clipboard. Thus, a user can do a paste operation in to any folder they desire.

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.