Gtk2-Ex-Dialogs version 0.09 ============================ This package contains useful classes for Gnome2/Gtk2 Perl GUI design. The following modules are contained herein: Gtk2::Ex::Dialogs - Autoload Gtk2::Ex::Dialogs:: ErrorMsg, Message and Question Gtk2::Ex::Dialogs::ChooseDirectory - Provides a directory selection dialog. Gtk2::Ex::Dialogs::ChooseFile - Provides a file selection dialog. Gtk2::Ex::Dialogs::ChoosePreviewFile - Provides a file preview selection dialog. Gtk2::Ex::Dialogs::ErrorMsg - Provides a simple error message dialog. Gtk2::Ex::Dialogs::Message - Provides a simple message dialog. Gtk2::Ex::Dialogs::Question - Provides a simple question dialog. For more information, please read the POD from the appropriate module. This README file should be updated with more detail sometime in the relatively near future. INSTALLATION To install this module type the following: perl Makefile.PL make make test # optional step make install # most likely requires su/sudo DEPENDENCIES This package requires Gtk2-Perl available from: http://gtk2-perl.sourceforge.net COPYRIGHT AND LICENCE Gtk2::Ex::Dialogs - Useful tools for Gnome2/Gtk2 Perl GUI design. Copyright (C) 2005 Open Door Software Inc. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA