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

NAME

iPodDB::Menu::Help - the help menu

SYNOPSIS

    my $help = iPodDB::Menu::Help->new( $frame );

DESCRIPTION

This is the Help menu portion of the menu bar.

METHODS

new( $frame )

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

EVENTS

on_about( )

When the "About" option is selected this event is triggered. It will popup a dialog with the credits for this application.

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.