Audio::GtkGramofile - a Gtk2-Perl interface to libgramofile.


Audio-GtkGramofile documentation Contained in the Audio-GtkGramofile distribution.

Index


Code Index:

NAME

Top

Audio::GtkGramofile - a Gtk2-Perl interface to libgramofile.

SYNOPSIS

Top

  use Audio::GtkGramofile;

DESCRIPTION

Top

This is a collection of modules, which enable the Gtk2 interface to libgramofile, gtkgramofile. That script is provided within this module. The individual modules are

Audio::GtkGramofile::GUI - a set of routines which provide the Gtk2 interface.

Audio::GtkGramofile::Logic - the underlying logic to enable the application.

Audio::GtkGramofile::Signals - the signal handlers for the GUI.

Audio::GtkGramofile::Settings - holds the current state of selections made.

SEE ALSO

Top

Audio::Gramofile, libgramofile at http://sourceforge.net/projects/libgramofile/ Gramofile at http://www.opensourcepartners.nl/~costar/gramofile/

If you have a mailing list set up for your module, mention it here.

If you have a web site set up for your module, mention it here.

AUTHOR

Top

Bob Wilkinson, <bob@>

COPYRIGHT AND LICENSE

Top


Audio-GtkGramofile documentation Contained in the Audio-GtkGramofile distribution.

package Audio::GtkGramofile;

use 5.006;
use strict;
use warnings;

our $VERSION = '0.10';

1;
__END__