New upstream version 2.10.24

This commit is contained in:
Jeremy Bicha
2021-07-18 14:31:43 -04:00
639 changed files with 135814 additions and 378935 deletions

View File

@ -8,7 +8,7 @@
<link rel="up" href="libgimpui.html" title="Part II. GIMP User Interface Library">
<link rel="prev" href="libgimp-gimppatternmenu.html" title="gimppatternmenu">
<link rel="next" href="libgimp-GimpProcView.html" title="GimpProcView">
<meta name="generator" content="GTK-Doc V1.32 (XML mode)">
<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -44,7 +44,7 @@
<tbody>
<tr>
<td class="function_type">
<a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> *
<span class="returnvalue">GtkWidget</span> *
</td>
<td class="function_name">
<a class="link" href="GimpProcBrowserDialog.html#gimp-proc-browser-dialog-new" title="gimp_proc_browser_dialog_new ()">gimp_proc_browser_dialog_new</a> <span class="c_punctuation">()</span>
@ -101,11 +101,11 @@
<pre class="screen"> GObject
<span class="lineart">╰──</span> GInitiallyUnowned
<span class="lineart">╰──</span> GtkObject
<span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a>
<span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a>
<span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkBin.html#GtkBin-struct">GtkBin</a>
<span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkWindow.html#GtkWindow-struct">GtkWindow</a>
<span class="lineart">╰──</span> <a href="https://developer.gnome.org/gtk3/GtkDialog.html#GtkDialog-struct">GtkDialog</a>
<span class="lineart">╰──</span> GtkWidget
<span class="lineart">╰──</span> GtkContainer
<span class="lineart">╰──</span> GtkBin
<span class="lineart">╰──</span> GtkWindow
<span class="lineart">╰──</span> GtkDialog
<span class="lineart">╰──</span> <a href="../html/GimpDialog.html#GimpDialog-struct">GimpDialog</a>
<span class="lineart">╰──</span> GimpProcBrowserDialog
</pre>
@ -114,7 +114,7 @@
<a name="GimpProcBrowserDialog.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
<p>
GimpProcBrowserDialog implements
AtkImplementorIface and <a href="https://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>.</p>
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1">
<a name="GimpProcBrowserDialog.description"></a><h2>Description</h2>
@ -124,7 +124,7 @@ GimpProcBrowserDialog implements
<a name="GimpProcBrowserDialog.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="gimp-proc-browser-dialog-new"></a><h3>gimp_proc_browser_dialog_new ()</h3>
<pre class="programlisting"><a href="https://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> *
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *
gimp_proc_browser_dialog_new (<em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *role</code></em>,
<em class="parameter"><code><a href="../html/libgimpwidgets-GimpHelpUI.html#GimpHelpFunc"><span class="type">GimpHelpFunc</span></a> help_func</code></em>,
@ -147,7 +147,7 @@ gimp_proc_browser_dialog_new (<em class="parameter"><code>const <span class="typ
</tr>
<tr>
<td class="parameter_name"><p>role</p></td>
<td class="parameter_description"><p>The dialog's role, see <a href="https://developer.gnome.org/gtk3/GtkWindow.html#gtk-window-set-role"><code class="function">gtk_window_set_role()</code></a>.</p></td>
<td class="parameter_description"><p>The dialog's role, see <code class="function">gtk_window_set_role()</code>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -218,7 +218,7 @@ procedure is selected.</p>
<pre class="programlisting"><span class="returnvalue">void</span>
user_function (<a class="link" href="GimpProcBrowserDialog.html" title="GimpProcBrowserDialog"><span class="type">GimpProcBrowserDialog</span></a> *dialog,
<span class="type">gpointer</span> user_data)</pre>
<p>Emitted when one of the rows in the contained <a href="https://developer.gnome.org/gtk3/GtkTreeView.html#GtkTreeView-struct"><span class="type">GtkTreeView</span></a> is activated.</p>
<p>Emitted when one of the rows in the contained <span class="type">GtkTreeView</span> is activated.</p>
<div class="refsect3">
<a name="GimpProcBrowserDialog-row-activated.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -249,7 +249,7 @@ user_function (<a class="link" href="GimpProcBrowserDialog.html" title="GimpProc
<pre class="programlisting"><span class="returnvalue">void</span>
user_function (<a class="link" href="GimpProcBrowserDialog.html" title="GimpProcBrowserDialog"><span class="type">GimpProcBrowserDialog</span></a> *dialog,
<span class="type">gpointer</span> user_data)</pre>
<p>Emitted when the selection in the contained <a href="https://developer.gnome.org/gtk3/GtkTreeView.html#GtkTreeView-struct"><span class="type">GtkTreeView</span></a> changes.</p>
<p>Emitted when the selection in the contained <span class="type">GtkTreeView</span> changes.</p>
<div class="refsect3">
<a name="GimpProcBrowserDialog-selection-changed.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -277,6 +277,6 @@ user_function (<a class="link" href="GimpProcBrowserDialog.html" title="GimpProc
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.32</div>
<hr>Generated by GTK-Doc V1.33.1</div>
</body>
</html>