Gtk2::Phat - Perl interface to the Phat widget collection


Gtk2-Phat documentation Contained in the Gtk2-Phat distribution.

Index


Code Index:

NAME

Top

Gtk2::Phat - Perl interface to the Phat widget collection

DESCRIPTION

Top

This module allows a perl developer to access the widgets of the Phat widget collection which is geared toward pro-audio apps. The goal is to eliminate duplication of effort and provide some standardization.

SEE ALSO

Top

Gtk2(3pm), Gtk2::Phat::index(3pm)

AUTHOR

Top

Florian Ragwitz <rafl@debian.org>

COPYRIGHT AND LICENSE

Top


Gtk2-Phat documentation Contained in the Gtk2-Phat distribution.

use strict;
use warnings;

package Gtk2::Phat;

use Gtk2;

our @ISA = qw(DynaLoader);
our $VERSION = '0.08';

require DynaLoader;

sub dl_load_flags { 0x01 };

Gtk2::Phat->bootstrap($VERSION);

1;