
iPodDB::Menu::File - the file menu

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

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

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

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.
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.


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.