1Gnome2::DruidPageStandaUrsde(r3)Contributed Perl DocumenGtnaotmieo2n::DruidPageStandard(3)
2
3
4
6 Gnome2::DruidPageStandard - wrapper for GnomeDruidPageStandard
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Widget
13 +----Gtk2::Container
14 +----Gtk2::Bin
15 +----Gnome2::DruidPage
16 +----Gnome2::DruidPageStandard
17
19 Glib::Object::_Unregistered::AtkImplementorIface
20 Gtk2::Buildable
21
23 widget = Gnome2::DruidPageStandard->new
24 widget = Gnome2::DruidPageStandard->new_with_vals ($title, $logo=undef,
25 $top_watermark=undef)
26 · $title (string)
27
28 · $logo (Gtk2::Gdk::Pixbuf or undef)
29
30 · $top_watermark (Gtk2::Gdk::Pixbuf or undef)
31
32 $druid_page_standard->append_item ($question, $item, $additional_info)
33 · $question (string)
34
35 · $item (Gtk2::Widget)
36
37 · $additional_info (string)
38
39 $druid_page_standard->set_background ($color)
40 · $color (Gtk2::Gdk::Color)
41
42 $druid_page_standard->set_contents_background ($color)
43 · $color (Gtk2::Gdk::Color)
44
45 $druid_page_standard->set_logo_background ($color)
46 · $color (Gtk2::Gdk::Color)
47
48 $druid_page_standard->set_logo ($logo_image)
49 · $logo_image (Gtk2::Gdk::Pixbuf or undef)
50
51 $druid_page_standard->set_title_foreground ($color)
52 · $color (Gtk2::Gdk::Color)
53
54 $druid_page_standard->set_title ($title)
55 · $title (string)
56
57 $druid_page_standard->set_top_watermark ($top_watermark_image)
58 · $top_watermark_image (Gtk2::Gdk::Pixbuf or undef)
59
60 widget = $druid_page_standard->vbox
62 'background' (string : default undef : writable)
63 Background color
64
65 'background-gdk' (Gtk2::Gdk::Color : default undef : readable /
66 writable)
67 Background color as a GdkColor
68
69 'background-set' (boolean : default false : readable / writable)
70 Background color is set
71
72 'contents-background' (string : default undef : writable)
73 Contents Background color
74
75 'contents-background-gdk' (Gtk2::Gdk::Color : default undef : readable
76 / writable)
77 Contents Background color as a GdkColor
78
79 'contents-background-set' (boolean : default false : readable /
80 writable)
81 Contents Background color is set
82
83 'logo' (Gtk2::Gdk::Pixbuf : default undef : readable / writable)
84 Logo image
85
86 'logo-background' (string : default undef : writable)
87 Logo Background color
88
89 'logo-background-gdk' (Gtk2::Gdk::Color : default undef : readable /
90 writable)
91 Logo Background color as a GdkColor
92
93 'logo-background-set' (boolean : default false : readable / writable)
94 Logo Background color is set
95
96 'title' (string : default undef : readable / writable)
97 Title of the druid
98
99 'title-foreground' (string : default undef : writable)
100 Foreground color of the title
101
102 'title-foreground-gdk' (Gtk2::Gdk::Color : default undef : readable /
103 writable)
104 Foreground color of the title as a GdkColor
105
106 'title-foreground-set' (boolean : default false : readable / writable)
107 Foreground color of the title is set
108
109 'top-watermark' (Gtk2::Gdk::Pixbuf : default undef : readable /
110 writable)
111 Watermark image for the top
112
114 Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
115 Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gnome2::DruidPage
116
118 Copyright (C) 2003-2004 by the gtk2-perl team.
119
120 This software is licensed under the LGPL. See Gnome2 for a full
121 notice.
122
123
124
125perl v5.28.0 2018-07-14 Gnome2::DruidPageStandard(3)