NAME
Renard::Curie::Component::FileChooser - Component that implements a file chooser dialog
VERSION
version 0.001
EXTENDS
CONSUMES
ATTRIBUTES
all_filter
A Gtk3::FileFilter that displays all files.
pdf_filter
A Gtk3::FileFilter that displays only application/pdf
files.
METHODS
get_open_file_dialog
method get_open_file_dialog() :ReturnType(InstanceOf[
'Gtk3::FileChooserDialog'
])
Returns an instance of Gtk3::FileChooserDialog for opening files.
get_open_file_dialog_with_filters
method get_open_file_dialog_with_filters() :ReturnType(InstanceOf[
'Gtk3::FileChooserDialog'
])
Same as "get_open_file_dialog" but with the following filters added:
AUTHOR
Project Renard
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Project Renard.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.