1Gtk2::RecentChooserDialUosge(r3)Contributed Perl DocumenGttakt2i:o:nRecentChooserDialog(3)
2
3
4
6 Gtk2::RecentChooserDialog - wrapper for GtkRecentChooserDialog
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::RecentChooserDialog
18
20 Glib::Object::_Unregistered::AtkImplementorIface
21 Gtk2::Buildable
22 Gtk2::RecentChooser
23
25 widget = Gtk2::RecentChooserDialog->new ($title, $parent, ...)
26 • $title (string)
27
28 • $parent (Gtk2::Window or undef)
29
30 • ... (list) list of button-text => response-id pairs
31
32 widget = Gtk2::RecentChooserDialog->new_for_manager ($title, $parent,
33 $manager, ...)
34 • $title (string)
35
36 • $parent (Gtk2::Window or undef)
37
38 • ... (list) list of button-text => response-id pairs
39
40 • $manager (Gtk2::RecentManager)
41
43 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
44 Gtk2::Container, Gtk2::Bin, Gtk2::Window, Gtk2::Dialog
45
47 Copyright (C) 2003-2011 by the gtk2-perl team.
48
49 This software is licensed under the LGPL. See Gtk2 for a full notice.
50
51
52
53perl v5.32.1 2021-01-27 Gtk2::RecentChooserDialog(3)