1Gtk2::FileChooserDialogU(s3e)r Contributed Perl DocumentaGttiko2n::FileChooserDialog(3)
2
3
4
6 Gtk2::FileChooserDialog
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::FileChooser
22
24 widget = Gtk2::FileChooserDialog->new ($title, $parent, $action, ...)
25
26 * $title (string)
27 * $parent (Gtk2::Window or undef)
28 * $action (Gtk2::FileChooserAction)
29 * ... (list) list of button-text => response-id pairs
30
31 widget = Gtk2::FileChooserDialog->new_with_backend ($title, $parent,
32 $action, $backend, ...)
33
34 * $title (string)
35 * $parent (Gtk2::Window or undef)
36 * $action (Gtk2::FileChooserAction)
37 * ... (list) list of button-text => response-id pairs
38 * $backend (string)
39
41 enum Gtk2::FileChooserAction
42
43 * 'open' / 'GTK_FILE_CHOOSER_ACTION_OPEN'
44 * 'save' / 'GTK_FILE_CHOOSER_ACTION_SAVE'
45 * 'select-folder' / 'GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER'
46 * 'create-folder' / 'GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER'
47
49 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
50 Gtk2::Container, Gtk2::Bin, Gtk2::Window, Gtk2::Dialog
51
53 Copyright (C) 2003-2007 by the gtk2-perl team.
54
55 This software is licensed under the LGPL. See Gtk2 for a full notice.
56
57
58
59perl v5.8.8 2007-03-18 Gtk2::FileChooserDialog(3)