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

NAME

Gapp::Meta::Widget::Native::Role::FileChooser - Role for FileChooser widgets

PROVIDED ATTRIBUTES

action

Can be 'open', 'save', 'select-folder', 'create-folder'.

is rw
isa Str
default 'open'
filters

List of file filters to add to the selection dialog.

is rw
isa ArrayRef
default []
handles
add_filter $filter

Add a file filter to the selection dialog.

filters

Returns a list of filters.

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.