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

NAME

Gapp::FileChooserDialog - FileChooserDialog Widget

OBJECT HIERARCHY

Gapp::Object
+-- Gapp::Widget
....+-- Gapp::Container
........+-- Gapp::Window
............+-- Gapp::Dialog
................+-- Gapp::FileChooserDialog

PROVIDED ATTRIBUTES

action
is rw
isa Str
default open

Describes whether the FileChooser is being used to open an existing file or to save to a possibly new file. The available options are: open, save, select-folder, create-folder.

filters
is rw
isa ArrayRef[Gapp::FileFilter]

The file filters available to the user in the dialog.

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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 100:

'=item' outside of any '=over'