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

NAME

Gapp::FileFilter - FileFilter Widget

OBJECT HIERARCHY

Gapp::Object
+-- Gapp::FileFilter

PROVIDED ATTRIBUTES

name
is rw
isa Str

The name of the filter. This will be displayed to the user.

mime_types
isa Array

The mime types to add to be included in the filter.

patterns
isa Array

The file glob patters to be included in the filter.

AUTHORS

Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>

COPYRIGHT & LICENSE

    Copyright (c) 2011-2012 Jeffrey Ray Hallock.

    This program is free software; you can redistribute it and/or
    modify it under the same terms as Perl itself.