1Gtk2::FileChooserDialogU(s3e)r Contributed Perl DocumentaGttiko2n::FileChooserDialog(3)
2
3
4
6 Gtk2::FileChooserDialog - wrapper for GtkFileChooserDialog
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Widget
13 +----Gtk2::Container
14 +----Gtk2::Bin
15 +----Gtk2::Window
16 +----Gtk2::Dialog
17 +----Gtk2::FileChooserDialog
18
20 Glib::Object::_Unregistered::AtkImplementorIface
21 Gtk2::Buildable
22 Gtk2::FileChooser
23
25 widget = Gtk2::FileChooserDialog->new ($title, $parent, $action, ...)
26 · $title (string)
27
28 · $parent (Gtk2::Window or undef)
29
30 · $action (Gtk2::FileChooserAction)
31
32 · ... (list) list of button-text => response-id pairs
33
34 widget = Gtk2::FileChooserDialog->new_with_backend ($title, $parent,
35 $action, $backend, ...)
36 · $title (string)
37
38 · $parent (Gtk2::Window or undef)
39
40 · $action (Gtk2::FileChooserAction)
41
42 · ... (list) list of button-text => response-id pairs
43
44 · $backend (string)
45
47 enum Gtk2::FileChooserAction
48 · 'open' / 'GTK_FILE_CHOOSER_ACTION_OPEN'
49
50 · 'save' / 'GTK_FILE_CHOOSER_ACTION_SAVE'
51
52 · 'select-folder' / 'GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER'
53
54 · 'create-folder' / 'GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER'
55
57 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
58 Gtk2::Container, Gtk2::Bin, Gtk2::Window, Gtk2::Dialog
59
61 Copyright (C) 2003-2011 by the gtk2-perl team.
62
63 This software is licensed under the LGPL. See Gtk2 for a full notice.
64
65
66
67perl v5.28.0 2018-07-18 Gtk2::FileChooserDialog(3)