man Gtk2::AboutDialog () - Gtk2::AboutDialog
NAME
Gtk2::AboutDialog
HIERARCHY
Glib::Object +----Glib::Object::_Unregistered::GInitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Window +----Gtk2::Dialog +----Gtk2::AboutDialog
INTERFACES
Gtk2::Atk::ImplementorIface
METHODS
widget = Gtk2::AboutDialog->new
$about->set_artists ($artist1, ...)
- * ... (list)
$about->set_authors ($author1, ...)
- * ... (list)
$about->set_comments ($comments)
$about->set_copyright ($copyright)
$about->set_documenters ($documenter1, ...)
- * ... (list)
$about->set_license ($license)
$about->set_logo_icon_name ($icon_name)
$about->set_logo ($logo)
$about->set_name ($name)
- * ... (list) the rest of a list of name=>property value pairs.
- This is a convenience function for showing an application's about box. The constructed dialog is associated with the parent window and reused for future invocations of this function.
$about->set_translator_credits ($translator_credits)
$about->set_version ($version)
$about->set_website_label ($website_label)
$about->set_website ($website)
PROPERTIES
- 'artists' (Glib::Strv : readable / writable / private)
- List of people who have contributed artwork to the program
- 'authors' (Glib::Strv : readable / writable / private)
- List of authors of the program
- 'comments' (string : readable / writable / private)
- Comments about the program
- 'copyright' (string : readable / writable / private)
- Copyright information for the program
- 'documenters' (Glib::Strv : readable / writable / private)
- List of people documenting the program
- 'license' (string : readable / writable / private)
- The license of the program
- 'logo' (Gtk2::Gdk::Pixbuf : readable / writable / private)
- A logo for the about box. If this is not set, it defaults to gtk_window_get_default_icon_list()
- 'logo-icon-name' (string : readable / writable / private)
- A named icon to use as the logo for the about box.
- 'name' (string : readable / writable / private)
- The name of the program. If this is not set, it defaults to g_get_application_name()
- 'translator-credits' (string : readable / writable / private)
- Credits to the translators. This string should be marked as translatable
- 'version' (string : readable / writable / private)
- The version of the program
- 'website' (string : readable / writable / private)
- The URL for the link to the website of the program
- 'website-label' (string : readable / writable / private)
- The label for the link to the website of the program. If this is not set, it defaults to the URL
- 'wrap-license' (boolean : readable / writable / private)
- Whether to wrap the license text.
SEE ALSO
Gtk2, Glib::Object, Glib::Object::_Unregistered::GInitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Window, Gtk2::Dialog
COPYRIGHT
Copyright (C) 2003-2005 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.