1Gnome2::DruidPage(3) User Contributed Perl Documentation Gnome2::DruidPage(3)
2
3
4
6 Gnome2::DruidPage - wrapper for GnomeDruidPage
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Widget
13 +----Gtk2::Container
14 +----Gtk2::Bin
15 +----Gnome2::DruidPage
16
18 Glib::Object::_Unregistered::AtkImplementorIface
19 Gtk2::Buildable
20
22 widget = Gnome2::DruidPage->new
23 boolean = $druid_page->back
24 boolean = $druid_page->cancel
25 $druid_page->finish
26 boolean = $druid_page->next
27 $druid_page->prepare
29 boolean = back (Gnome2::DruidPage, Gtk2::Widget)
30 boolean = cancel (Gnome2::DruidPage, Gtk2::Widget)
31 finish (Gnome2::DruidPage, Gtk2::Widget)
32 boolean = next (Gnome2::DruidPage, Gtk2::Widget)
33 prepare (Gnome2::DruidPage, Gtk2::Widget)
34
36 Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
37 Gtk2::Widget, Gtk2::Container, Gtk2::Bin
38
40 Copyright (C) 2003-2004 by the gtk2-perl team.
41
42 This software is licensed under the LGPL. See Gnome2 for a full
43 notice.
44
45
46
47perl v5.28.0 2018-07-14 Gnome2::DruidPage(3)