⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gtkaboutdialog.html

📁 最新gtk中文资料集
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<p>Sets whether the license text in <em class="parameter"><code>about</code></em> is automatically wrapped.</p><p></p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="parameter"><code>about</code></em>&#160;:</span></p></td><td> a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a></td></tr><tr><td><p><span class="term"><em class="parameter"><code>wrap_license</code></em>&#160;:</span></p></td><td> whether to wrap the license</td></tr></tbody></table></div><p class="since">Since  2.8</p></div><hr><div class="refsect2" lang="en"><a name="id3416591"></a><h3><a name="gtk-about-dialog-get-website"></a>gtk_about_dialog_get_website ()</h3><a class="indexterm" name="id3416607"></a><pre class="programlisting">const <ahref="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar">gchar</a>*        gtk_about_dialog_get_website        (<a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog">GtkAboutDialog</a> *about);</pre><p>Returns the website URL.</p><p></p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="parameter"><code>about</code></em>&#160;:</span></p></td><td> a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a></td></tr><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td><td> The website URL. The string is owned by the about dialog and must not be modified.</td></tr></tbody></table></div><p class="since">Since  2.6</p></div><hr><div class="refsect2" lang="en"><a name="id3416685"></a><h3><a name="gtk-about-dialog-set-website"></a>gtk_about_dialog_set_website ()</h3><a class="indexterm" name="id3416701"></a><pre class="programlisting">void                gtk_about_dialog_set_website        (<a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog">GtkAboutDialog</a> *about,                                                         const <ahref="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar">gchar</a> *website);</pre><p>Sets the URL to use for the website link.</p><p></p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="parameter"><code>about</code></em>&#160;:</span></p></td><td> a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a></td></tr><tr><td><p><span class="term"><em class="parameter"><code>website</code></em>&#160;:</span></p></td><td> a URL string starting with "http://"</td></tr></tbody></table></div><p class="since">Since  2.6</p></div><hr><div class="refsect2" lang="en"><a name="id3416789"></a><h3><a name="gtk-about-dialog-get-website-label"></a>gtk_about_dialog_get_website_label ()</h3><a class="indexterm" name="id3416805"></a><pre class="programlisting">const <ahref="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar">gchar</a>*        gtk_about_dialog_get_website_label  (<a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog">GtkAboutDialog</a> *about);</pre><p>Returns the label used for the website link.</p><p></p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="parameter"><code>about</code></em>&#160;:</span></p></td><td> a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a></td></tr><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td><td> The label used for the website link. The string is owned by the about dialog and must not be modified.</td></tr></tbody></table></div><p class="since">Since  2.6</p></div><hr><div class="refsect2" lang="en"><a name="id3416884"></a><h3><a name="gtk-about-dialog-set-website-label"></a>gtk_about_dialog_set_website_label ()</h3><a class="indexterm" name="id3416900"></a><pre class="programlisting">void                gtk_about_dialog_set_website_label  (<a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog">GtkAboutDialog</a> *about,                                                         const <ahref="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar">gchar</a> *website_label);</pre><p>Sets the label to be used for the website link.It defaults to the website URL.</p><p></p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="parameter"><code>about</code></em>&#160;:</span></p></td><td> a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a></td></tr><tr><td><p><span class="term"><em class="parameter"><code>website_label</code></em>&#160;:</span></p></td><td> the label used for the website link</td></tr></tbody></table></div><p class="since">Since  2.6</p></div><hr><div class="refsect2" lang="en"><a name="id3416989"></a><h3><a name="gtk-about-dialog-get-authors"></a>gtk_about_dialog_get_authors ()</h3><a class="indexterm" name="id3417004"></a><pre class="programlisting">const <ahref="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar">gchar</a>* const * gtk_about_dialog_get_authors       (<a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog">GtkAboutDialog</a> *about);</pre><p>Returns the string which are displayed in the authors tabof the secondary credits dialog.</p><p></p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="parameter"><code>about</code></em>&#160;:</span></p></td><td> a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a></td></tr><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td><td> A <ahref="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated string array containing the authors. The array is owned by the about dialog  and must not be modified.</td></tr></tbody></table></div><p class="since">Since  2.6</p></div><hr><div class="refsect2" lang="en"><a name="id3417094"></a><h3><a name="gtk-about-dialog-set-authors"></a>gtk_about_dialog_set_authors ()</h3><a class="indexterm" name="id3417109"></a><pre class="programlisting">void                gtk_about_dialog_set_authors        (<a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog">GtkAboutDialog</a> *about,                                                         const <ahref="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar">gchar</a> **authors);</pre><p>Sets the strings which are displayed in the authors tabof the secondary credits dialog.</p><p></p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="parameter"><code>about</code></em>&#160;:</span></p></td><td> a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a></td></tr><tr><td><p><span class="term"><em class="parameter"><code>authors</code></em>&#160;:</span></p></td><td> a <ahref="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings </td></tr></tbody></table></div><p class="since">Since  2.6</p></div><hr><div class="refsect2" lang="en"><a name="id3417208"></a><h3><a name="gtk-about-dialog-get-artists"></a>gtk_about_dialog_get_artists ()</h3><a class="indexterm" name="id3417224"></a><pre class="programlisting">const <ahref="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar">gchar</a>* const * gtk_about_dialog_get_artists       (<a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog">GtkAboutDialog</a> *about);</pre><p>Returns the string which are displayed in the artists tabof the secondary credits dialog.</p><p></p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="parameter"><code>about</code></em>&#160;:</span></p></td><td> a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a></td></tr><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td><td> A <ahref="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated string array containing the artists. The array is owned by the about dialog  and must not be modified.</td></tr></tbody></table></div><p class="since">Since  2.6</p></div><hr><div class="refsect2" lang="en"><a name="id3417313"></a><h3><a name="gtk-about-dialog-set-artists"></a>gtk_about_dialog_set_artists ()</h3><a class="indexterm" name="id3417329"></a><pre class="programlisting">void                gtk_about_dialog_set_artists        (<a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog">GtkAboutDialog</a> *about,                                                         const <ahref="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar">gchar</a> **artists);</pre><p>Sets the strings which are displayed in the artists tabof the secondary credits dialog.</p><p></p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="parameter"><code>about</code></em>&#160;:</span></p></td><td> a <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a></td></tr>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -