1Gnome2::About(3) User Contributed Perl Documentation Gnome2::About(3)
2
3
4
6 Gnome2::About - wrapper for GnomeAbout
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 +----Gnome2::About
18
20 Glib::Object::_Unregistered::AtkImplementorIface
21 Gtk2::Buildable
22
24 widget = Gnome2::About->new ($name, $version, $copyright, $comments,
25 $authors, $documenters=undef, $translator_credits=undef,
26 $logo_pixbuf=undef)
27 • $name (string)
28
29 • $version (string)
30
31 • $copyright (string)
32
33 • $comments (string)
34
35 • $authors (scalar) - either a reference to an array of strings or a
36 plain string
37
38 • $documenters (scalar) - either a reference to an array of strings
39 or a plain string
40
41 • $translator_credits (string)
42
43 • $logo_pixbuf (Gtk2::Gdk::Pixbuf or undef)
44
46 'authors' (GValueArray : default undef : writable)
47 List of authors of the programs
48
49 'comments' (string : default undef : readable / writable)
50 Comments about the program
51
52 'copyright' (string : default undef : readable / writable)
53 Copyright information for the program
54
55 'documenters' (GValueArray : default undef : writable)
56 List of people documenting the program
57
58 'logo' (Gtk2::Gdk::Pixbuf : default undef : writable)
59 A logo for the about box
60
61 'name' (string : default undef : readable / writable)
62 The name of the program
63
64 'translator-credits' (string : default undef : readable / writable)
65 Credits to the translators. This string should be marked as
66 translatable
67
68 'version' (string : default undef : readable / writable)
69 The version of the program
70
72 Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
73 Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Window, Gtk2::Dialog
74
76 Copyright (C) 2003-2004 by the gtk2-perl team.
77
78 This software is licensed under the LGPL. See Gnome2 for a full
79 notice.
80
81
82
83perl v5.34.0 2022-01-21 Gnome2::About(3)