NAME
Gapp::FileChooserDialog - FileChooserDialog Widget
OBJECT HIERARCHY
- Gapp::Object
- +-- Gapp::Widget
- ....+-- Gapp::Container
- ........+-- Gapp::Window
- ............+-- Gapp::Dialog
- ................+-- Gapp::FileChooserDialog
PROVIDED ATTRIBUTES
- action
-
Describes whether the
FileChooseris 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 87:
'=item' outside of any '=over'