MANIFEST                        # This file
Makefile.PL                     # MakeMaker input file (run 'perl Makefile.PL')
Documentation/COPYING           # How we encourage copying
Documentation/Changelog         # History of the changes made
Documentation/FAQ               # Frequently asked questions
Documentation/INSTALL           # How to install and run Glade-Perl
Documentation/NEWS              # What is new in each version
Documentation/Gtk-Perl-Docs.txt # Some notes on Gtk-Perl documentation
Documentation/README            # Some documentation
Documentation/ROADMAP           # Where will the module go?
Documentation/TODO              # What still must be done <sigh>
Glade/PerlGenerate.pm           # Perl Generator toplevel
Glade/PerlSource.pm             # Source code generation module
Glade/PerlUI.pm                 # UI construction module
Glade/PerlUIGtk.pm              # Gtk widgets
Glade/PerlUIExtra.pm            # Gnome and other widgets
Glade/PerlProject.pm            # Project options module
Glade/PerlXML.pm                # XML load/save module
Glade/PerlRun.pm                # Run time module
pixmaps/Logo.xpm                # A test project logo
pixmaps/new.xpm                 # Some toolbar icons
pixmaps/open.xpm                #   "
pixmaps/save.xpm                #   "
Example/BusForm.glade           # A test Glade project file
Example/BusForm_mySUBS.pm       # A module containg some signal handlers
Example/SubBus.pm               # One way to subclass a generated UI class
Example/glade2perl              # Script to generate source code from Glade
test.pl                         # A test script to generate BusForm etc
