Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-release > by-pkgid > 22e237efd6851989a23adf3360bb53d0 > files > 151

gtkmm2.4-doc-2.20.3-1mdv2010.1.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>gtkmm: Gtk::AboutDialog Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="namespaceGtk.html">Gtk</a>::<a class="el" href="classGtk_1_1AboutDialog.html">AboutDialog</a>
  </div>
</div>
<div class="contents">
<h1>Gtk::AboutDialog Class Reference<br/>
<small>
[<a class="el" href="group__Dialogs.html">Dialogs</a>]</small>
</h1><!-- doxytag: class="Gtk::AboutDialog" --><!-- doxytag: inherits="Gtk::Dialog" -->
<p>The <a class="el" href="classGtk_1_1AboutDialog.html" title="The AboutDialog offers a simple way to display information about a program like its...">AboutDialog</a> offers a simple way to display information about a program like its logo, name, copyright, website and license. <a href="#_details">More...</a></p>

<p>Inherits <a class="el" href="classGtk_1_1Dialog.html">Gtk::Dialog</a>.</p>
<div class="dynheader">
Collaboration diagram for Gtk::AboutDialog:</div>
<div class="dynsection">
<div class="center"><img src="classGtk_1_1AboutDialog__coll__graph.png" border="0" usemap="#Gtk_1_1AboutDialog_coll__map" alt="Collaboration graph"/></div>
<map name="Gtk_1_1AboutDialog_coll__map" id="Gtk_1_1AboutDialog_coll__map">
<area shape="rect" href="classGtk_1_1Dialog.html" title="Create popup windows." alt="" coords="148,677,233,707"/><area shape="rect" href="classGtk_1_1Window.html" title="Toplevel Window This represents all widgets which are physical windows controlled..." alt="" coords="143,597,239,627"/><area shape="rect" href="classGtk_1_1Bin.html" title="A container with just one child." alt="" coords="63,501,132,531"/><area shape="rect" href="classGtk_1_1Container.html" title="Abstract container class." alt="" coords="37,405,141,435"/><area shape="rect" href="classGtk_1_1Widget.html" title="Abstract Widget (Base class for all widgets)." alt="" coords="44,325,135,355"/><area shape="rect" href="classGtk_1_1Object.html" title="Gtk::Object is the base class for all widgets, and for a few non&#45;widget objects such..." alt="" coords="5,245,93,275"/><area shape="rect" href="../../../glibmm-2.4/reference/html/classGlib_1_1Object.html" title="Glib::Object" alt="" coords="8,165,99,195"/><area shape="rect" href="../../../glibmm-2.4/reference/html/classGlib_1_1ObjectBase.html" title="Glib::ObjectBase" alt="" coords="64,85,184,115"/><area shape="rect" href="../../../glibmm-2.4/reference/html/classGlib_1_1Interface.html" title="Glib::Interface" alt="" coords="123,165,227,195"/><area shape="rect" href="../../../libsigc++-2.0/reference/html/structsigc_1_1trackable.html" title="sigc::trackable" alt="" coords="71,5,177,35"/><area shape="rect" href="classAtk_1_1Implementor.html" title="Atk::Implementor" alt="" coords="117,245,237,275"/><area shape="rect" href="../../../glibmm-2.4/reference/html/classGlib_1_1RefPtr.html" title="Glib::RefPtr\&lt; AccelGroup \&gt;" alt="" coords="167,501,348,531"/><area shape="rect" href="../../../glibmm-2.4/reference/html/classGlib_1_1RefPtr.html" title="Glib::RefPtr\&lt; T_CppObject \&gt;" alt="" coords="165,405,355,435"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="classGtk_1_1AboutDialog-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef <a class="elRef" href="../../../libsigc++-2.0/reference/html/classsigc_1_1slot.html">sigc::slot</a>&lt; void, <br class="typebreak"/>
<a class="el" href="classGtk_1_1AboutDialog.html">AboutDialog</a>&amp;, const <br class="typebreak"/>
<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#aad14950354fa1d9e7d02e951bd0f232e">SlotActivateLink</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">For instance, void on_activate_link_url(AboutDialog&amp; about_dialog, const Glib::ustring&amp; link);. <a href="#aad14950354fa1d9e7d02e951bd0f232e"></a><br/></td></tr>
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a47057f8bd15b11a02f75ad57dde19dbe">~AboutDialog</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">GtkAboutDialog*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a154a7b18752a8770891c424aee419763">gobj</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Provides access to the underlying C GtkObject. <a href="#a154a7b18752a8770891c424aee419763"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const GtkAboutDialog*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a72c054536026167d3c2b5fbb5773faff">gobj</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Provides access to the underlying C GtkObject. <a href="#a72c054536026167d3c2b5fbb5773faff"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a93f3de1d206303a208b5eaec8cd935d6">AboutDialog</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#ac1b9f1694f003422df5a59b53f871398">get_name</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the program name displayed in the about dialog. <a href="#ac1b9f1694f003422df5a59b53f871398"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a8541302b222887ded2b474b41387f503">set_name</a> (const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; name)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the name to display in the about dialog. <a href="#a8541302b222887ded2b474b41387f503"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#afbef4fd77af6f815e7108364c3c1d381">get_program_name</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Return value: The program name. <a href="#afbef4fd77af6f815e7108364c3c1d381"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a7a53fe5b7fcc8061a096a8183ae117e9">set_program_name</a> (const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; name)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the name to display in the about dialog. <a href="#a7a53fe5b7fcc8061a096a8183ae117e9"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a5ad52d2ff18abccf74f3eba51366a72a">get_version</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the version string. <a href="#a5ad52d2ff18abccf74f3eba51366a72a"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a46ba72a65a81ed6e528730de0fc02e29">set_version</a> (const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; version)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the version string to display in the about dialog. <a href="#a46ba72a65a81ed6e528730de0fc02e29"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#ad2eee859178bc4265efb9661e7b4fde2">get_copyright</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the copyright string. <a href="#ad2eee859178bc4265efb9661e7b4fde2"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a3a7889f5da5f0d92495628fa9d67580a">set_copyright</a> (const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; copyright)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the copyright string to display in the about dialog. <a href="#a3a7889f5da5f0d92495628fa9d67580a"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#aef0a9ea83b766b743bc3dacb7981068f">get_comments</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the comments string. <a href="#aef0a9ea83b766b743bc3dacb7981068f"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a90e175fa9d686f78f793dffe74fa9a64">set_comments</a> (const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; comments)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the comments string to display in the about dialog. <a href="#a90e175fa9d686f78f793dffe74fa9a64"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a2947b9c41fd03b1c80d7be655b1d25a2">get_license</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the license information. <a href="#a2947b9c41fd03b1c80d7be655b1d25a2"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#ace39ba43998ef0962da1f02830ab322c">set_license</a> (const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; license)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the license information to be displayed in the secondary license dialog. <a href="#ace39ba43998ef0962da1f02830ab322c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a383d689bdfbb11da01bb6e492a39ed96">get_website</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the website URL. <a href="#a383d689bdfbb11da01bb6e492a39ed96"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a34ba00172f995f95d9b70984df76b607">set_website</a> (const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; website)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the URL to use for the website link. <a href="#a34ba00172f995f95d9b70984df76b607"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a055e9bc4fb24f47480ac4589600d7615">get_website_label</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Return value: The label used for the website link. <a href="#a055e9bc4fb24f47480ac4589600d7615"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#aa3d04115d068363be314414899703caa">set_website_label</a> (const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; website_label)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the label to be used for the website link. <a href="#aa3d04115d068363be314414899703caa"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#ad29b9c3c1728add74c5d5dd5cef0625f">get_authors</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the string which are displayed in the authors tab of the secondary credits dialog. <a href="#ad29b9c3c1728add74c5d5dd5cef0625f"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a8eecc4b513a729b0cc90955d530161d6">set_authors</a> (const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a>&amp; authors) const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the strings which are displayed in the authors tab of the secondary credits dialog. <a href="#a8eecc4b513a729b0cc90955d530161d6"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#ae34227c586d71f6c7a9db1ff5fecf46b">get_documenters</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the string which are displayed in the documenters tab of the secondary credits dialog. <a href="#ae34227c586d71f6c7a9db1ff5fecf46b"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a0f9c4bdb7a38215bf552e0a508c83e49">set_documenters</a> (const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a>&amp; documenters)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the strings which are displayed in the documenters tab of the secondary credits dialog. <a href="#a0f9c4bdb7a38215bf552e0a508c83e49"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#ab0de2b53dfd0aaffcd0fe4db023beba8">get_artists</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the string which are displayed in the artists tab of the secondary credits dialog. <a href="#ab0de2b53dfd0aaffcd0fe4db023beba8"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a3ff0c19660e4aed43b0159006f8b005e">set_artists</a> (const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a>&amp; artists)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the strings which are displayed in the artists tab of the secondary credits dialog. <a href="#a3ff0c19660e4aed43b0159006f8b005e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#aeda6f20985d1fa0f1c635e0f382074e9">get_translator_credits</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the translator credits string which is displayed in the translators tab of the secondary credits dialog. <a href="#aeda6f20985d1fa0f1c635e0f382074e9"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#afbe5045ba430d8e882ec9753eece7a01">set_translator_credits</a> (const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; translator_credits)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the translator credits string which is displayed in the translators tab of the secondary credits dialog. <a href="#afbe5045ba430d8e882ec9753eece7a01"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt; <a class="el" href="classGdk_1_1Pixbuf.html">Gdk::Pixbuf</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#aad6620efface5326a3acf57113e36bc9">get_logo</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the pixbuf displayed as logo in the about dialog. <a href="#aad6620efface5326a3acf57113e36bc9"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt; const <a class="el" href="classGdk_1_1Pixbuf.html">Gdk::Pixbuf</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a06d80e08d2203100e3d11855a8d75c13">get_logo</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the pixbuf displayed as logo in the about dialog. <a href="#a06d80e08d2203100e3d11855a8d75c13"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#ad8087eac6ce1894b41f5f7215210703a">set_logo</a> (const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt; <a class="el" href="classGdk_1_1Pixbuf.html">Gdk::Pixbuf</a> &gt;&amp; logo)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the pixbuf to be displayed as logo in the about dialog. <a href="#ad8087eac6ce1894b41f5f7215210703a"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a8c19dc25f12b2b5aeba4b45c2af957b4">get_logo_icon_name</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the icon name displayed as logo in the about dialog. <a href="#a8c19dc25f12b2b5aeba4b45c2af957b4"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a8a22c3c62a25d80433276a5f1e8e79e6">set_logo_icon_name</a> (const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; icon_name)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the pixbuf to be displayed as logo in the about dialog. <a href="#a8a22c3c62a25d80433276a5f1e8e79e6"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a4563a8f18b7595f055d634203dede425">get_wrap_license</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns whether the license text in <em>about</em> is automatically wrapped. <a href="#a4563a8f18b7595f055d634203dede425"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#ad05699f5a01a4084f06a07aeaefcc0a1">set_wrap_license</a> (bool wrap_license)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets whether the license text in <em>about</em> is automatically wrapped. <a href="#ad05699f5a01a4084f06a07aeaefcc0a1"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a4b7f5ebf2e6c250a427fb7bb5860e109">property_name</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The name of the widget. <a href="#a4b7f5ebf2e6c250a427fb7bb5860e109"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a9f3ec072ab3ce31f3ae806e5db92482c">property_name</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The name of the widget. <a href="#a9f3ec072ab3ce31f3ae806e5db92482c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a04b259e5c8839975f918da56d5212213">property_program_name</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The name of the program. <a href="#a04b259e5c8839975f918da56d5212213"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a4838bfc422482545534cdf60b08a43ab">property_program_name</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The name of the program. <a href="#a4838bfc422482545534cdf60b08a43ab"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a8c6523076bb6b86f1b84feee85a6f4da">property_version</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The version of the program. <a href="#a8c6523076bb6b86f1b84feee85a6f4da"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#ac5fa0c322a0c50d5d89ab83dd97ec2ff">property_version</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The version of the program. <a href="#ac5fa0c322a0c50d5d89ab83dd97ec2ff"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#aab55a1edeeccf387f00f999cf81c7ef4">property_copyright</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Copyright information for the program. <a href="#aab55a1edeeccf387f00f999cf81c7ef4"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a2213056aab16c3665f5a42a622cc9bd1">property_copyright</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Copyright information for the program. <a href="#a2213056aab16c3665f5a42a622cc9bd1"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a7369ff8d97947da2b69689ca7c9ffc75">property_comments</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Comments about the program. <a href="#a7369ff8d97947da2b69689ca7c9ffc75"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#ad892d0a17d399c641f939cbe7e34d4b2">property_comments</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Comments about the program. <a href="#ad892d0a17d399c641f939cbe7e34d4b2"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#ae916e82d982580b66291333210d862ff">property_website</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The URL for the link to the website of the program. <a href="#ae916e82d982580b66291333210d862ff"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#abf607c299eb52dbac0bf54b2f6d0db75">property_website</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The URL for the link to the website of the program. <a href="#abf607c299eb52dbac0bf54b2f6d0db75"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a57bdce57ff1e07e6309fbf4e58642052">property_website_label</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The label for the link to the website of the program. <a href="#a57bdce57ff1e07e6309fbf4e58642052"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#aaec180c555298c29b33eaad5e0be0297">property_website_label</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The label for the link to the website of the program. <a href="#aaec180c555298c29b33eaad5e0be0297"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a118fbdf0877b6c9be4f2f3a15b097d8c">property_license</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The license of the program. <a href="#a118fbdf0877b6c9be4f2f3a15b097d8c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a746e7d31313742ca50bd085b53b55759">property_license</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The license of the program. <a href="#a746e7d31313742ca50bd085b53b55759"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a10c0628e2bdb676f3bcd5f79b94ae5c6">property_authors</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">List of authors of the program. <a href="#a10c0628e2bdb676f3bcd5f79b94ae5c6"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a27323d8d036215b63f3d848b5aeaa718">property_authors</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">List of authors of the program. <a href="#a27323d8d036215b63f3d848b5aeaa718"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#af14a5aba985f3dafbeaa31f830e350d8">property_documenters</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">List of people documenting the program. <a href="#af14a5aba985f3dafbeaa31f830e350d8"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#ab565687a92d15ef6e120615ef624c744">property_documenters</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">List of people documenting the program. <a href="#ab565687a92d15ef6e120615ef624c744"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#ae12cfa49931e12c348377050e5fc7526">property_translator_credits</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Credits to the translators. <a href="#ae12cfa49931e12c348377050e5fc7526"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a0284abcd5e3d6db3ad42f6aadda37534">property_translator_credits</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Credits to the translators. <a href="#a0284abcd5e3d6db3ad42f6aadda37534"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a80bec64391d4ad9f444dc890978cdc68">property_artists</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">List of people who have contributed artwork to the program. <a href="#a80bec64391d4ad9f444dc890978cdc68"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#ad642b07eb5623e9844dda4caf670f9e3">property_artists</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">List of people who have contributed artwork to the program. <a href="#ad642b07eb5623e9844dda4caf670f9e3"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt; <a class="el" href="classGdk_1_1Pixbuf.html">Gdk::Pixbuf</a> &gt; &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#acd77c1e72d69b1b7dcf2380f03601910">property_logo</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">A logo for the about box. <a href="#acd77c1e72d69b1b7dcf2380f03601910"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt; <a class="el" href="classGdk_1_1Pixbuf.html">Gdk::Pixbuf</a> &gt; &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a9e0bcae480ac466394b4a8da6b6cdd32">property_logo</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">A logo for the about box. <a href="#a9e0bcae480ac466394b4a8da6b6cdd32"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a516ed511ab5f2fcaeb2a7d0a6f918fab">property_logo_icon_name</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">A named icon to use as the logo for the about box. <a href="#a516ed511ab5f2fcaeb2a7d0a6f918fab"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#ad4af8b5fd9e7d8a5dac045901c3463bb">property_logo_icon_name</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">A named icon to use as the logo for the about box. <a href="#ad4af8b5fd9e7d8a5dac045901c3463bb"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a735de2696abadd9be22ce8fa1e010b96">property_wrap_license</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Whether to wrap the license text. <a href="#a735de2696abadd9be22ce8fa1e010b96"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a729783357b7efd3f5d701bc7a17d5c26">property_wrap_license</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Whether to wrap the license text. <a href="#a729783357b7efd3f5d701bc7a17d5c26"></a><br/></td></tr>
<tr><td colspan="2"><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#a3bddecbc076481ba1af82227072665c2">set_email_hook</a> (const <a class="elRef" href="../../../libsigc++-2.0/reference/html/classsigc_1_1slot.html">SlotActivateLink</a>&amp; slot)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Installs a global callback to be called whenever the user activates an email link in an about dialog. <a href="#a3bddecbc076481ba1af82227072665c2"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#ac95ce94cacea3b691018ad5157164d5b">set_url_hook</a> (const <a class="elRef" href="../../../libsigc++-2.0/reference/html/classsigc_1_1slot.html">SlotActivateLink</a>&amp; slot)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Installs a global callback to be called whenever the user activates a URL link in an about dialog. <a href="#ac95ce94cacea3b691018ad5157164d5b"></a><br/></td></tr>
<tr><td colspan="2"><h2>Related Functions</h2></td></tr>
<tr><td colspan="2"><p>(Note that these are not member functions.) </p>
<br/><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGtk_1_1AboutDialog.html">Gtk::AboutDialog</a>*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AboutDialog.html#aa5d5873b3e3da742bcefe338fd47d47b">wrap</a> (GtkAboutDialog* object, bool take_copy=false)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">A <a class="elRef" href="../../../glibmm-2.4/reference/html/namespaceGlib.html#a671306f4a3a0cae5ab4d7a9d54886592">Glib::wrap()</a> method for this object. <a href="#aa5d5873b3e3da742bcefe338fd47d47b"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>The <a class="el" href="classGtk_1_1AboutDialog.html" title="The AboutDialog offers a simple way to display information about a program like its...">AboutDialog</a> offers a simple way to display information about a program like its logo, name, copyright, website and license. </p>
<p>It is also possible to give credits to the authors, documenters, translators and artists who have worked on the program. An about dialog is typically opened when the user selects the About option from the Help menu. All parts of the dialog are optional.</p>
<p>About dialogs often contain links and email addresses. <a class="el" href="classGtk_1_1AboutDialog.html" title="The AboutDialog offers a simple way to display information about a program like its...">Gtk::AboutDialog</a> supports this by offering global hooks, which are called when the user clicks on a link or email address, see <a class="el" href="classGtk_1_1AboutDialog.html#a3bddecbc076481ba1af82227072665c2" title="Installs a global callback to be called whenever the user activates an email link...">set_email_hook()</a> and <a class="el" href="classGtk_1_1AboutDialog.html#ac95ce94cacea3b691018ad5157164d5b" title="Installs a global callback to be called whenever the user activates a URL link in...">set_url_hook()</a>. Email addresses in the authors, documenters and artists properties are recognized by looking for &lt;user&gt;, URLs are recognized by looking for <a href="http://url,">http://url,</a> with the URL extending to the next space, tab or line break.</p>
<p>An <a class="el" href="classGtk_1_1AboutDialog.html" title="The AboutDialog offers a simple way to display information about a program like its...">AboutDialog</a> looks like this: </p>
<div align="center">
<img src="aboutdialog1.png" alt="aboutdialog1.png"/>
</div>
 <hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="aad14950354fa1d9e7d02e951bd0f232e"></a><!-- doxytag: member="Gtk::AboutDialog::SlotActivateLink" ref="aad14950354fa1d9e7d02e951bd0f232e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="elRef" href="../../../libsigc++-2.0/reference/html/classsigc_1_1slot.html">sigc::slot</a>&lt;void, <a class="el" href="classGtk_1_1AboutDialog.html">AboutDialog</a>&amp; , const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; &gt; <a class="elRef" href="../../../libsigc++-2.0/reference/html/classsigc_1_1slot.html">Gtk::AboutDialog::SlotActivateLink</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>For instance, void on_activate_link_url(AboutDialog&amp; about_dialog, const Glib::ustring&amp; link);. </p>

</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a47057f8bd15b11a02f75ad57dde19dbe"></a><!-- doxytag: member="Gtk::AboutDialog::~AboutDialog" ref="a47057f8bd15b11a02f75ad57dde19dbe" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual Gtk::AboutDialog::~AboutDialog </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<a class="anchor" id="a93f3de1d206303a208b5eaec8cd935d6"></a><!-- doxytag: member="Gtk::AboutDialog::AboutDialog" ref="a93f3de1d206303a208b5eaec8cd935d6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Gtk::AboutDialog::AboutDialog </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ab0de2b53dfd0aaffcd0fe4db023beba8"></a><!-- doxytag: member="Gtk::AboutDialog::get_artists" ref="ab0de2b53dfd0aaffcd0fe4db023beba8" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a> Gtk::AboutDialog::get_artists </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the string which are displayed in the artists tab of the secondary credits dialog. </p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000026">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A <code>0</code>-terminated string array containing the artists. The array is owned by the about dialog and must not be modified. </dd></dl>

</div>
</div>
<a class="anchor" id="ad29b9c3c1728add74c5d5dd5cef0625f"></a><!-- doxytag: member="Gtk::AboutDialog::get_authors" ref="ad29b9c3c1728add74c5d5dd5cef0625f" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a> Gtk::AboutDialog::get_authors </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the string which are displayed in the authors tab of the secondary credits dialog. </p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000022">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A <code>0</code>-terminated string array containing the authors. The array is owned by the about dialog and must not be modified. </dd></dl>

</div>
</div>
<a class="anchor" id="aef0a9ea83b766b743bc3dacb7981068f"></a><!-- doxytag: member="Gtk::AboutDialog::get_comments" ref="aef0a9ea83b766b743bc3dacb7981068f" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> Gtk::AboutDialog::get_comments </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the comments string. </p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000014">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>The comments. The string is owned by the about dialog and must not be modified. </dd></dl>

</div>
</div>
<a class="anchor" id="ad2eee859178bc4265efb9661e7b4fde2"></a><!-- doxytag: member="Gtk::AboutDialog::get_copyright" ref="ad2eee859178bc4265efb9661e7b4fde2" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> Gtk::AboutDialog::get_copyright </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the copyright string. </p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000012">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>The copyright string. The string is owned by the about dialog and must not be modified. </dd></dl>

</div>
</div>
<a class="anchor" id="ae34227c586d71f6c7a9db1ff5fecf46b"></a><!-- doxytag: member="Gtk::AboutDialog::get_documenters" ref="ae34227c586d71f6c7a9db1ff5fecf46b" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a> Gtk::AboutDialog::get_documenters </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the string which are displayed in the documenters tab of the secondary credits dialog. </p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000024">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A <code>0</code>-terminated string array containing the documenters. The array is owned by the about dialog and must not be modified. </dd></dl>

</div>
</div>
<a class="anchor" id="a2947b9c41fd03b1c80d7be655b1d25a2"></a><!-- doxytag: member="Gtk::AboutDialog::get_license" ref="a2947b9c41fd03b1c80d7be655b1d25a2" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> Gtk::AboutDialog::get_license </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the license information. </p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000016">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>The license information. The string is owned by the about dialog and must not be modified. </dd></dl>

</div>
</div>
<a class="anchor" id="a06d80e08d2203100e3d11855a8d75c13"></a><!-- doxytag: member="Gtk::AboutDialog::get_logo" ref="a06d80e08d2203100e3d11855a8d75c13" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;const <a class="el" href="classGdk_1_1Pixbuf.html">Gdk::Pixbuf</a>&gt; Gtk::AboutDialog::get_logo </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the pixbuf displayed as logo in the about dialog. </p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000031">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>The pixbuf displayed as logo. The pixbuf is owned by the about dialog. If you want to keep a reference to it, you have to call Glib::object_ref() on it. </dd></dl>

</div>
</div>
<a class="anchor" id="aad6620efface5326a3acf57113e36bc9"></a><!-- doxytag: member="Gtk::AboutDialog::get_logo" ref="aad6620efface5326a3acf57113e36bc9" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGdk_1_1Pixbuf.html">Gdk::Pixbuf</a>&gt; Gtk::AboutDialog::get_logo </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the pixbuf displayed as logo in the about dialog. </p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000030">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>The pixbuf displayed as logo. The pixbuf is owned by the about dialog. If you want to keep a reference to it, you have to call Glib::object_ref() on it. </dd></dl>

</div>
</div>
<a class="anchor" id="a8c19dc25f12b2b5aeba4b45c2af957b4"></a><!-- doxytag: member="Gtk::AboutDialog::get_logo_icon_name" ref="a8c19dc25f12b2b5aeba4b45c2af957b4" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> Gtk::AboutDialog::get_logo_icon_name </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the icon name displayed as logo in the about dialog. </p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000033">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>The icon name displayed as logo. The string is owned by the dialog. If you want to keep a reference to it, you have to call Glib::strdup() on it. </dd></dl>

</div>
</div>
<a class="anchor" id="ac1b9f1694f003422df5a59b53f871398"></a><!-- doxytag: member="Gtk::AboutDialog::get_name" ref="ac1b9f1694f003422df5a59b53f871398" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> Gtk::AboutDialog::get_name </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the program name displayed in the about dialog. </p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000008">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<p>Deprecated: 2.12: Use <a class="el" href="classGtk_1_1AboutDialog.html#afbef4fd77af6f815e7108364c3c1d381" title="Return value: The program name.">get_program_name()</a> instead. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>The program name. The string is owned by the about dialog and must not be modified. </dd></dl>

<p>Reimplemented from <a class="el" href="classGtk_1_1Widget.html#a5a1aa918ace7dc441fc7b0fef61b14f3">Gtk::Widget</a>.</p>

</div>
</div>
<a class="anchor" id="afbef4fd77af6f815e7108364c3c1d381"></a><!-- doxytag: member="Gtk::AboutDialog::get_program_name" ref="afbef4fd77af6f815e7108364c3c1d381" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> Gtk::AboutDialog::get_program_name </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Return value: The program name. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>The program name.</dd></dl>
<dl class="since_2_12"><dt><b><a class="el" href="since_2_12.html#_since_2_12000017">Since gtkmm 2.12:</a></b></dt><dd></dd></dl>

</div>
</div>
<a class="anchor" id="aeda6f20985d1fa0f1c635e0f382074e9"></a><!-- doxytag: member="Gtk::AboutDialog::get_translator_credits" ref="aeda6f20985d1fa0f1c635e0f382074e9" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> Gtk::AboutDialog::get_translator_credits </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the translator credits string which is displayed in the translators tab of the secondary credits dialog. </p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000028">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>The translator credits string. The string is owned by the about dialog and must not be modified. </dd></dl>

</div>
</div>
<a class="anchor" id="a5ad52d2ff18abccf74f3eba51366a72a"></a><!-- doxytag: member="Gtk::AboutDialog::get_version" ref="a5ad52d2ff18abccf74f3eba51366a72a" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> Gtk::AboutDialog::get_version </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the version string. </p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000010">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>The version string. The string is owned by the about dialog and must not be modified. </dd></dl>

</div>
</div>
<a class="anchor" id="a383d689bdfbb11da01bb6e492a39ed96"></a><!-- doxytag: member="Gtk::AboutDialog::get_website" ref="a383d689bdfbb11da01bb6e492a39ed96" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> Gtk::AboutDialog::get_website </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the website URL. </p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000018">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>The website URL. The string is owned by the about dialog and must not be modified. </dd></dl>

</div>
</div>
<a class="anchor" id="a055e9bc4fb24f47480ac4589600d7615"></a><!-- doxytag: member="Gtk::AboutDialog::get_website_label" ref="a055e9bc4fb24f47480ac4589600d7615" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> Gtk::AboutDialog::get_website_label </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Return value: The label used for the website link. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>The label used for the website link.</dd></dl>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000020">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>

</div>
</div>
<a class="anchor" id="a4563a8f18b7595f055d634203dede425"></a><!-- doxytag: member="Gtk::AboutDialog::get_wrap_license" ref="a4563a8f18b7595f055d634203dede425" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Gtk::AboutDialog::get_wrap_license </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns whether the license text in <em>about</em> is automatically wrapped. </p>
<dl class="since_2_8"><dt><b><a class="el" href="since_2_8.html#_since_2_8000010">Since gtkmm 2.8:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd><code>true</code> if the license text is wrapped. </dd></dl>

</div>
</div>
<a class="anchor" id="a72c054536026167d3c2b5fbb5773faff"></a><!-- doxytag: member="Gtk::AboutDialog::gobj" ref="a72c054536026167d3c2b5fbb5773faff" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const GtkAboutDialog* Gtk::AboutDialog::gobj </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Provides access to the underlying C GtkObject. </p>

<p>Reimplemented from <a class="el" href="classGtk_1_1Dialog.html#a534ffd24e55400a26aef733a7f588856">Gtk::Dialog</a>.</p>

</div>
</div>
<a class="anchor" id="a154a7b18752a8770891c424aee419763"></a><!-- doxytag: member="Gtk::AboutDialog::gobj" ref="a154a7b18752a8770891c424aee419763" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">GtkAboutDialog* Gtk::AboutDialog::gobj </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Provides access to the underlying C GtkObject. </p>

<p>Reimplemented from <a class="el" href="classGtk_1_1Dialog.html#aa3e8f3bdac15fac61128dc47c22ba4cd">Gtk::Dialog</a>.</p>

</div>
</div>
<a class="anchor" id="ad642b07eb5623e9844dda4caf670f9e3"></a><!-- doxytag: member="Gtk::AboutDialog::property_artists" ref="ad642b07eb5623e9844dda4caf670f9e3" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a>&gt; Gtk::AboutDialog::property_artists </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>List of people who have contributed artwork to the program. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="a80bec64391d4ad9f444dc890978cdc68"></a><!-- doxytag: member="Gtk::AboutDialog::property_artists" ref="a80bec64391d4ad9f444dc890978cdc68" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a>&gt; Gtk::AboutDialog::property_artists </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>List of people who have contributed artwork to the program. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="a27323d8d036215b63f3d848b5aeaa718"></a><!-- doxytag: member="Gtk::AboutDialog::property_authors" ref="a27323d8d036215b63f3d848b5aeaa718" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a>&gt; Gtk::AboutDialog::property_authors </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>List of authors of the program. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="a10c0628e2bdb676f3bcd5f79b94ae5c6"></a><!-- doxytag: member="Gtk::AboutDialog::property_authors" ref="a10c0628e2bdb676f3bcd5f79b94ae5c6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a>&gt; Gtk::AboutDialog::property_authors </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>List of authors of the program. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="ad892d0a17d399c641f939cbe7e34d4b2"></a><!-- doxytag: member="Gtk::AboutDialog::property_comments" ref="ad892d0a17d399c641f939cbe7e34d4b2" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&gt; Gtk::AboutDialog::property_comments </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Comments about the program. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="a7369ff8d97947da2b69689ca7c9ffc75"></a><!-- doxytag: member="Gtk::AboutDialog::property_comments" ref="a7369ff8d97947da2b69689ca7c9ffc75" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&gt; Gtk::AboutDialog::property_comments </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Comments about the program. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="a2213056aab16c3665f5a42a622cc9bd1"></a><!-- doxytag: member="Gtk::AboutDialog::property_copyright" ref="a2213056aab16c3665f5a42a622cc9bd1" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&gt; Gtk::AboutDialog::property_copyright </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Copyright information for the program. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="aab55a1edeeccf387f00f999cf81c7ef4"></a><!-- doxytag: member="Gtk::AboutDialog::property_copyright" ref="aab55a1edeeccf387f00f999cf81c7ef4" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&gt; Gtk::AboutDialog::property_copyright </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Copyright information for the program. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="ab565687a92d15ef6e120615ef624c744"></a><!-- doxytag: member="Gtk::AboutDialog::property_documenters" ref="ab565687a92d15ef6e120615ef624c744" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a>&gt; Gtk::AboutDialog::property_documenters </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>List of people documenting the program. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="af14a5aba985f3dafbeaa31f830e350d8"></a><!-- doxytag: member="Gtk::AboutDialog::property_documenters" ref="af14a5aba985f3dafbeaa31f830e350d8" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a>&gt; Gtk::AboutDialog::property_documenters </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>List of people documenting the program. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="a746e7d31313742ca50bd085b53b55759"></a><!-- doxytag: member="Gtk::AboutDialog::property_license" ref="a746e7d31313742ca50bd085b53b55759" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&gt; Gtk::AboutDialog::property_license </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The license of the program. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="a118fbdf0877b6c9be4f2f3a15b097d8c"></a><!-- doxytag: member="Gtk::AboutDialog::property_license" ref="a118fbdf0877b6c9be4f2f3a15b097d8c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&gt; Gtk::AboutDialog::property_license </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The license of the program. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="a9e0bcae480ac466394b4a8da6b6cdd32"></a><!-- doxytag: member="Gtk::AboutDialog::property_logo" ref="a9e0bcae480ac466394b4a8da6b6cdd32" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGdk_1_1Pixbuf.html">Gdk::Pixbuf</a>&gt; &gt; Gtk::AboutDialog::property_logo </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>A logo for the about box. </p>
<p>If this is not set</p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="acd77c1e72d69b1b7dcf2380f03601910"></a><!-- doxytag: member="Gtk::AboutDialog::property_logo" ref="acd77c1e72d69b1b7dcf2380f03601910" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt; <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGdk_1_1Pixbuf.html">Gdk::Pixbuf</a>&gt; &gt; Gtk::AboutDialog::property_logo </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>A logo for the about box. </p>
<p>If this is not set</p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="ad4af8b5fd9e7d8a5dac045901c3463bb"></a><!-- doxytag: member="Gtk::AboutDialog::property_logo_icon_name" ref="ad4af8b5fd9e7d8a5dac045901c3463bb" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&gt; Gtk::AboutDialog::property_logo_icon_name </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>A named icon to use as the logo for the about box. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="a516ed511ab5f2fcaeb2a7d0a6f918fab"></a><!-- doxytag: member="Gtk::AboutDialog::property_logo_icon_name" ref="a516ed511ab5f2fcaeb2a7d0a6f918fab" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&gt; Gtk::AboutDialog::property_logo_icon_name </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>A named icon to use as the logo for the about box. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="a9f3ec072ab3ce31f3ae806e5db92482c"></a><!-- doxytag: member="Gtk::AboutDialog::property_name" ref="a9f3ec072ab3ce31f3ae806e5db92482c" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&gt; Gtk::AboutDialog::property_name </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The name of the widget. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

<p>Reimplemented from <a class="el" href="classGtk_1_1Widget.html#ac54df5f6effed3703a6d4b5012a308a5">Gtk::Widget</a>.</p>

</div>
</div>
<a class="anchor" id="a4b7f5ebf2e6c250a427fb7bb5860e109"></a><!-- doxytag: member="Gtk::AboutDialog::property_name" ref="a4b7f5ebf2e6c250a427fb7bb5860e109" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&gt; Gtk::AboutDialog::property_name </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The name of the widget. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

<p>Reimplemented from <a class="el" href="classGtk_1_1Widget.html#a2fd4b178b82613c89a15392e4277d347">Gtk::Widget</a>.</p>

</div>
</div>
<a class="anchor" id="a4838bfc422482545534cdf60b08a43ab"></a><!-- doxytag: member="Gtk::AboutDialog::property_program_name" ref="a4838bfc422482545534cdf60b08a43ab" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&gt; Gtk::AboutDialog::property_program_name </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The name of the program. </p>
<p>If this is not set</p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="a04b259e5c8839975f918da56d5212213"></a><!-- doxytag: member="Gtk::AboutDialog::property_program_name" ref="a04b259e5c8839975f918da56d5212213" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&gt; Gtk::AboutDialog::property_program_name </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The name of the program. </p>
<p>If this is not set</p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="a0284abcd5e3d6db3ad42f6aadda37534"></a><!-- doxytag: member="Gtk::AboutDialog::property_translator_credits" ref="a0284abcd5e3d6db3ad42f6aadda37534" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a>&gt; Gtk::AboutDialog::property_translator_credits </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Credits to the translators. </p>
<p>This string should be marked as translatable.</p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="ae12cfa49931e12c348377050e5fc7526"></a><!-- doxytag: member="Gtk::AboutDialog::property_translator_credits" ref="ae12cfa49931e12c348377050e5fc7526" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a>&gt; Gtk::AboutDialog::property_translator_credits </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Credits to the translators. </p>
<p>This string should be marked as translatable.</p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="ac5fa0c322a0c50d5d89ab83dd97ec2ff"></a><!-- doxytag: member="Gtk::AboutDialog::property_version" ref="ac5fa0c322a0c50d5d89ab83dd97ec2ff" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&gt; Gtk::AboutDialog::property_version </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The version of the program. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="a8c6523076bb6b86f1b84feee85a6f4da"></a><!-- doxytag: member="Gtk::AboutDialog::property_version" ref="a8c6523076bb6b86f1b84feee85a6f4da" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&gt; Gtk::AboutDialog::property_version </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The version of the program. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="abf607c299eb52dbac0bf54b2f6d0db75"></a><!-- doxytag: member="Gtk::AboutDialog::property_website" ref="abf607c299eb52dbac0bf54b2f6d0db75" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&gt; Gtk::AboutDialog::property_website </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The URL for the link to the website of the program. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="ae916e82d982580b66291333210d862ff"></a><!-- doxytag: member="Gtk::AboutDialog::property_website" ref="ae916e82d982580b66291333210d862ff" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&gt; Gtk::AboutDialog::property_website </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The URL for the link to the website of the program. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="aaec180c555298c29b33eaad5e0be0297"></a><!-- doxytag: member="Gtk::AboutDialog::property_website_label" ref="aaec180c555298c29b33eaad5e0be0297" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&gt; Gtk::AboutDialog::property_website_label </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The label for the link to the website of the program. </p>
<p>If this is not set</p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="a57bdce57ff1e07e6309fbf4e58642052"></a><!-- doxytag: member="Gtk::AboutDialog::property_website_label" ref="a57bdce57ff1e07e6309fbf4e58642052" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&gt; Gtk::AboutDialog::property_website_label </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The label for the link to the website of the program. </p>
<p>If this is not set</p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="a729783357b7efd3f5d701bc7a17d5c26"></a><!-- doxytag: member="Gtk::AboutDialog::property_wrap_license" ref="a729783357b7efd3f5d701bc7a17d5c26" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;bool&gt; Gtk::AboutDialog::property_wrap_license </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Whether to wrap the license text. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="a735de2696abadd9be22ce8fa1e010b96"></a><!-- doxytag: member="Gtk::AboutDialog::property_wrap_license" ref="a735de2696abadd9be22ce8fa1e010b96" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;bool&gt; Gtk::AboutDialog::property_wrap_license </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Whether to wrap the license text. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="a3ff0c19660e4aed43b0159006f8b005e"></a><!-- doxytag: member="Gtk::AboutDialog::set_artists" ref="a3ff0c19660e4aed43b0159006f8b005e" args="(const Glib::StringArrayHandle &amp;artists)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::AboutDialog::set_artists </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a> &amp;&#160;</td>
          <td class="paramname"> <em>artists</em></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the strings which are displayed in the artists tab of the secondary credits dialog. </p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000027">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>artists</em>&#160;</td><td>A <code>0</code>-terminated array of strings. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a8eecc4b513a729b0cc90955d530161d6"></a><!-- doxytag: member="Gtk::AboutDialog::set_authors" ref="a8eecc4b513a729b0cc90955d530161d6" args="(const Glib::StringArrayHandle &amp;authors) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::AboutDialog::set_authors </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a> &amp;&#160;</td>
          <td class="paramname"> <em>authors</em></td>
          <td>&#160;)&#160;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the strings which are displayed in the authors tab of the secondary credits dialog. </p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000023">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>authors</em>&#160;</td><td>A <code>0</code>-terminated array of strings. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a90e175fa9d686f78f793dffe74fa9a64"></a><!-- doxytag: member="Gtk::AboutDialog::set_comments" ref="a90e175fa9d686f78f793dffe74fa9a64" args="(const Glib::ustring &amp;comments)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::AboutDialog::set_comments </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &amp;&#160;</td>
          <td class="paramname"> <em>comments</em></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the comments string to display in the about dialog. </p>
<p>This should be a short string of one or two lines.</p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000015">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>comments</em>&#160;</td><td>A comments string. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a3a7889f5da5f0d92495628fa9d67580a"></a><!-- doxytag: member="Gtk::AboutDialog::set_copyright" ref="a3a7889f5da5f0d92495628fa9d67580a" args="(const Glib::ustring &amp;copyright)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::AboutDialog::set_copyright </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &amp;&#160;</td>
          <td class="paramname"> <em>copyright</em></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the copyright string to display in the about dialog. </p>
<p>This should be a short string of one or two lines.</p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000013">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>copyright</em>&#160;</td><td>(allow-none) the copyright string. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a0f9c4bdb7a38215bf552e0a508c83e49"></a><!-- doxytag: member="Gtk::AboutDialog::set_documenters" ref="a0f9c4bdb7a38215bf552e0a508c83e49" args="(const Glib::StringArrayHandle &amp;documenters)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::AboutDialog::set_documenters </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html">Glib::StringArrayHandle</a> &amp;&#160;</td>
          <td class="paramname"> <em>documenters</em></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the strings which are displayed in the documenters tab of the secondary credits dialog. </p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000025">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>documenters</em>&#160;</td><td>A <code>0</code>-terminated array of strings. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a3bddecbc076481ba1af82227072665c2"></a><!-- doxytag: member="Gtk::AboutDialog::set_email_hook" ref="a3bddecbc076481ba1af82227072665c2" args="(const SlotActivateLink &amp;slot)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static void Gtk::AboutDialog::set_email_hook </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="../../../libsigc++-2.0/reference/html/classsigc_1_1slot.html">SlotActivateLink</a> &amp;&#160;</td>
          <td class="paramname"> <em>slot</em></td>
          <td>&#160;)&#160;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Installs a global callback to be called whenever the user activates an email link in an about dialog. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>slot</em>&#160;</td><td>A function or method to call when an email link is activated. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="ace39ba43998ef0962da1f02830ab322c"></a><!-- doxytag: member="Gtk::AboutDialog::set_license" ref="ace39ba43998ef0962da1f02830ab322c" args="(const Glib::ustring &amp;license)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::AboutDialog::set_license </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &amp;&#160;</td>
          <td class="paramname"> <em>license</em></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the license information to be displayed in the secondary license dialog. </p>
<p>If <em>license</em> is <code>0</code>, the license button is hidden.</p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000017">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>license</em>&#160;</td><td>The license information or <code>0</code>. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="ad8087eac6ce1894b41f5f7215210703a"></a><!-- doxytag: member="Gtk::AboutDialog::set_logo" ref="ad8087eac6ce1894b41f5f7215210703a" args="(const Glib::RefPtr&lt; Gdk::Pixbuf &gt; &amp;logo)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::AboutDialog::set_logo </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt; <a class="el" href="classGdk_1_1Pixbuf.html">Gdk::Pixbuf</a> &gt;&amp;&#160;</td>
          <td class="paramname"> <em>logo</em></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the pixbuf to be displayed as logo in the about dialog. </p>
<p>If it is <code>0</code>, the default window icon set with <a class="el" href="classGtk_1_1Window.html#a355e4704d6b2f24de627f182946f8782" title="Sets an icon to be used as fallback for windows that haven&#39;t had set_icon() called...">Gtk::Window::set_default_icon()</a> will be used.</p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000032">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>logo</em>&#160;</td><td>A <a class="el" href="classGdk_1_1Pixbuf.html">Gdk::Pixbuf</a>, or <code>0</code>. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a8a22c3c62a25d80433276a5f1e8e79e6"></a><!-- doxytag: member="Gtk::AboutDialog::set_logo_icon_name" ref="a8a22c3c62a25d80433276a5f1e8e79e6" args="(const Glib::ustring &amp;icon_name)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::AboutDialog::set_logo_icon_name </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &amp;&#160;</td>
          <td class="paramname"> <em>icon_name</em></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the pixbuf to be displayed as logo in the about dialog. </p>
<p>If it is <code>0</code>, the default window icon set with <a class="el" href="classGtk_1_1Window.html#a355e4704d6b2f24de627f182946f8782" title="Sets an icon to be used as fallback for windows that haven&#39;t had set_icon() called...">Gtk::Window::set_default_icon()</a> will be used.</p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000034">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>icon_name</em>&#160;</td><td>An icon name, or <code>0</code>. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a8541302b222887ded2b474b41387f503"></a><!-- doxytag: member="Gtk::AboutDialog::set_name" ref="a8541302b222887ded2b474b41387f503" args="(const Glib::ustring &amp;name)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::AboutDialog::set_name </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &amp;&#160;</td>
          <td class="paramname"> <em>name</em></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the name to display in the about dialog. </p>
<p>If this is not set, it defaults to <a class="elRef" href="../../../glibmm-2.4/reference/html/group__MiscUtils.html#ga9c2f67828083d74925b23c59ab868698">Glib::get_application_name()</a>.</p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000009">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<p>Deprecated: 2.12: Use <a class="el" href="classGtk_1_1AboutDialog.html#a7a53fe5b7fcc8061a096a8183ae117e9" title="Sets the name to display in the about dialog.">set_program_name()</a> instead. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>name</em>&#160;</td><td>The program name. </td></tr>
  </table>
  </dd>
</dl>

<p>Reimplemented from <a class="el" href="classGtk_1_1Widget.html#a12b052fca2ace42902e0448862fbf189">Gtk::Widget</a>.</p>

</div>
</div>
<a class="anchor" id="a7a53fe5b7fcc8061a096a8183ae117e9"></a><!-- doxytag: member="Gtk::AboutDialog::set_program_name" ref="a7a53fe5b7fcc8061a096a8183ae117e9" args="(const Glib::ustring &amp;name)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::AboutDialog::set_program_name </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &amp;&#160;</td>
          <td class="paramname"> <em>name</em></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the name to display in the about dialog. </p>
<p>If this is not set, it defaults to <a class="elRef" href="../../../glibmm-2.4/reference/html/group__MiscUtils.html#ga9c2f67828083d74925b23c59ab868698">Glib::get_application_name()</a>.</p>
<dl class="since_2_12"><dt><b><a class="el" href="since_2_12.html#_since_2_12000018">Since gtkmm 2.12:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>name</em>&#160;</td><td>The program name. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="afbe5045ba430d8e882ec9753eece7a01"></a><!-- doxytag: member="Gtk::AboutDialog::set_translator_credits" ref="afbe5045ba430d8e882ec9753eece7a01" args="(const Glib::ustring &amp;translator_credits)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::AboutDialog::set_translator_credits </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &amp;&#160;</td>
          <td class="paramname"> <em>translator_credits</em></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the translator credits string which is displayed in the translators tab of the secondary credits dialog. </p>
<p>The intended use for this string is to display the translator of the language which is currently used in the user interface. Using gettext(), a simple way to achieve that is to mark the string for translation: |[ gtk_about_dialog_set_translator_credits (about, _("translator-credits")); ]| It is a good idea to use the customary msgid "translator-credits" for this purpose, since translators will already know the purpose of that msgid, and since <a class="el" href="classGtk_1_1AboutDialog.html" title="The AboutDialog offers a simple way to display information about a program like its...">Gtk::AboutDialog</a> will detect if "translator-credits" is untranslated and hide the tab.</p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000029">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>translator_credits</em>&#160;</td><td>The translator credits. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="ac95ce94cacea3b691018ad5157164d5b"></a><!-- doxytag: member="Gtk::AboutDialog::set_url_hook" ref="ac95ce94cacea3b691018ad5157164d5b" args="(const SlotActivateLink &amp;slot)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static void Gtk::AboutDialog::set_url_hook </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="../../../libsigc++-2.0/reference/html/classsigc_1_1slot.html">SlotActivateLink</a> &amp;&#160;</td>
          <td class="paramname"> <em>slot</em></td>
          <td>&#160;)&#160;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Installs a global callback to be called whenever the user activates a URL link in an about dialog. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>slot</em>&#160;</td><td>A function or method to call when a URL link is activated. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a46ba72a65a81ed6e528730de0fc02e29"></a><!-- doxytag: member="Gtk::AboutDialog::set_version" ref="a46ba72a65a81ed6e528730de0fc02e29" args="(const Glib::ustring &amp;version)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::AboutDialog::set_version </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &amp;&#160;</td>
          <td class="paramname"> <em>version</em></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the version string to display in the about dialog. </p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000011">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>version</em>&#160;</td><td>The version string. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a34ba00172f995f95d9b70984df76b607"></a><!-- doxytag: member="Gtk::AboutDialog::set_website" ref="a34ba00172f995f95d9b70984df76b607" args="(const Glib::ustring &amp;website)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::AboutDialog::set_website </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &amp;&#160;</td>
          <td class="paramname"> <em>website</em></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the URL to use for the website link. </p>
<p>Note that that the hook functions need to be set up before calling this function.</p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000019">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>website</em>&#160;</td><td>A URL string starting with "http://". </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="aa3d04115d068363be314414899703caa"></a><!-- doxytag: member="Gtk::AboutDialog::set_website_label" ref="aa3d04115d068363be314414899703caa" args="(const Glib::ustring &amp;website_label)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::AboutDialog::set_website_label </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &amp;&#160;</td>
          <td class="paramname"> <em>website_label</em></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the label to be used for the website link. </p>
<p>It defaults to the website URL.</p>
<dl class="since_2_6"><dt><b><a class="el" href="since_2_6.html#_since_2_6000021">Since gtkmm 2.6:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>website_label</em>&#160;</td><td>The label used for the website link. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="ad05699f5a01a4084f06a07aeaefcc0a1"></a><!-- doxytag: member="Gtk::AboutDialog::set_wrap_license" ref="ad05699f5a01a4084f06a07aeaefcc0a1" args="(bool wrap_license)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::AboutDialog::set_wrap_license </td>
          <td>(</td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"> <em>wrap_license</em></td>
          <td>&#160;)&#160;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets whether the license text in <em>about</em> is automatically wrapped. </p>
<dl class="since_2_8"><dt><b><a class="el" href="since_2_8.html#_since_2_8000011">Since gtkmm 2.8:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>wrap_license</em>&#160;</td><td>Whether to wrap the license. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<hr/><h2>Friends And Related Function Documentation</h2>
<a class="anchor" id="aa5d5873b3e3da742bcefe338fd47d47b"></a><!-- doxytag: member="Gtk::AboutDialog::wrap" ref="aa5d5873b3e3da742bcefe338fd47d47b" args="(GtkAboutDialog *object, bool take_copy=false)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classGtk_1_1AboutDialog.html">Gtk::AboutDialog</a>* wrap </td>
          <td>(</td>
          <td class="paramtype">GtkAboutDialog *&#160;</td>
          <td class="paramname"> <em>object</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"> <em>take_copy</em> = <code>false</code></td><td>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [related]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>A <a class="elRef" href="../../../glibmm-2.4/reference/html/namespaceGlib.html#a671306f4a3a0cae5ab4d7a9d54886592">Glib::wrap()</a> method for this object. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>object</em>&#160;</td><td>The C instance. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>take_copy</em>&#160;</td><td>False if the result should take ownership of the C instance. True if it should take a new copy or ref. </td></tr>
  </table>
  </dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A C++ instance that wraps this C instance. </dd></dl>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>gtkmm/aboutdialog.h</li>
</ul>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Tue May 4 13:21:45 2010 for gtkmm by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>