Imported Upstream version 2.4.0~rc1
This commit is contained in:
@ -31,22 +31,22 @@
|
||||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimp-gimpprocview.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2612664" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2594490" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2722315" class="shortcut">Description</a>
|
||||
<a href="#id2722636" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2718184" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2560290" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2722266" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2715449" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2722286" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2715469" class="shortcut">Signals</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="GimpProcBrowserDialog"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2612664"></a><span class="refentrytitle">GimpProcBrowserDialog</span>
|
||||
<a name="id2594490"></a><span class="refentrytitle">GimpProcBrowserDialog</span>
|
||||
</h2>
|
||||
<p>GimpProcBrowserDialog</p>
|
||||
</td>
|
||||
@ -59,30 +59,56 @@
|
||||
|
||||
|
||||
<a href="GimpProcBrowserDialog.html#GimpProcBrowserDialog-struct">GimpProcBrowserDialog</a>;
|
||||
GtkWidget* <a href="GimpProcBrowserDialog.html#gimp-proc-browser-dialog-new">gimp_proc_browser_dialog_new</a> (const gchar *title,
|
||||
const gchar *role,
|
||||
<a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* <a href="GimpProcBrowserDialog.html#gimp-proc-browser-dialog-new">gimp_proc_browser_dialog_new</a> (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *title,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *role,
|
||||
<a
|
||||
href="../libgimpwidgets/libgimpwidgets-GimpHelpUI.html#GimpHelpFunc"
|
||||
>GimpHelpFunc</a> help_func,
|
||||
const gchar *help_id,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *help_id,
|
||||
...);
|
||||
gchar* <a href="GimpProcBrowserDialog.html#gimp-proc-browser-dialog-get-selected">gimp_proc_browser_dialog_get_selected</a>
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* <a href="GimpProcBrowserDialog.html#gimp-proc-browser-dialog-get-selected">gimp_proc_browser_dialog_get_selected</a>
|
||||
(<a href="GimpProcBrowserDialog.html" title="GimpProcBrowserDialog">GimpProcBrowserDialog</a> *dialog);
|
||||
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2718184"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2560290"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GInitiallyUnowned
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBin
|
||||
+----GtkWindow
|
||||
+----GtkDialog
|
||||
<a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a>
|
||||
+----<a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
|
||||
>GInitiallyUnowned</a>
|
||||
+----<a
|
||||
href="../gtk/GtkObject.html"
|
||||
>GtkObject</a>
|
||||
+----<a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>
|
||||
+----<a
|
||||
href="../gtk/GtkContainer.html"
|
||||
>GtkContainer</a>
|
||||
+----<a
|
||||
href="../gtk/GtkBin.html"
|
||||
>GtkBin</a>
|
||||
+----<a
|
||||
href="../gtk/GtkWindow.html"
|
||||
>GtkWindow</a>
|
||||
+----<a
|
||||
href="../gtk/GtkDialog.html"
|
||||
>GtkDialog</a>
|
||||
+----<a
|
||||
href="../libgimpwidgets/GimpDialog.html"
|
||||
>GimpDialog</a>
|
||||
@ -90,13 +116,13 @@ href="../libgimpwidgets/GimpDialog.html"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2722266"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2715449"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpProcBrowserDialog implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2722286"></a><h2>Signals</h2>
|
||||
<a name="id2715469"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpProcBrowserDialog.html#GimpProcBrowserDialog-row-activated">row-activated</a>" : Run Last
|
||||
@ -104,31 +130,39 @@ GimpProcBrowserDialog implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2722315"></a><h2>Description</h2>
|
||||
<a name="id2722636"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2722330"></a><h2>Details</h2>
|
||||
<a name="id2722652"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2722341"></a><h3>
|
||||
<a name="id2722662"></a><h3>
|
||||
<a name="GimpProcBrowserDialog-struct"></a>GimpProcBrowserDialog</h3>
|
||||
<a class="indexterm" name="id2717430"></a><pre class="programlisting">typedef struct _GimpProcBrowserDialog GimpProcBrowserDialog;</pre>
|
||||
<a class="indexterm" name="id2722673"></a><pre class="programlisting">typedef struct _GimpProcBrowserDialog GimpProcBrowserDialog;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2717445"></a><h3>
|
||||
<a name="id2722689"></a><h3>
|
||||
<a name="gimp-proc-browser-dialog-new"></a>gimp_proc_browser_dialog_new ()</h3>
|
||||
<a class="indexterm" name="id2717458"></a><pre class="programlisting">GtkWidget* gimp_proc_browser_dialog_new (const gchar *title,
|
||||
const gchar *role,
|
||||
<a class="indexterm" name="id2722702"></a><pre class="programlisting"><a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* gimp_proc_browser_dialog_new (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *title,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *role,
|
||||
<a
|
||||
href="../libgimpwidgets/libgimpwidgets-GimpHelpUI.html#GimpHelpFunc"
|
||||
>GimpHelpFunc</a> help_func,
|
||||
const gchar *help_id,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *help_id,
|
||||
...);</pre>
|
||||
<p>
|
||||
Create a new <a href="GimpProcBrowserDialog.html" title="GimpProcBrowserDialog"><span class="type">GimpProcBrowserDialog</span></a>.</p>
|
||||
@ -145,7 +179,9 @@ Create a new <a href="GimpProcBrowserDialog.html" title="GimpProcBrowserDialog">
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>role</code></em> :</span></td>
|
||||
<td> The dialog's role, see <code class="function">gtk_window_set_role()</code>.
|
||||
<td> The dialog's role, see <a
|
||||
href="../gtk/GtkWindow.html#gtk-window-set-role"
|
||||
><code class="function">gtk_window_set_role()</code></a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -160,7 +196,9 @@ Create a new <a href="GimpProcBrowserDialog.html" title="GimpProcBrowserDialog">
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>...</code></em> :</span></td>
|
||||
<td> A <code class="literal">NULL</code>-terminated list destribing the action_area buttons.
|
||||
<td> A <a
|
||||
href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><code class="literal">NULL</code></a>-terminated list destribing the action_area buttons.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -176,9 +214,11 @@ Create a new <a href="GimpProcBrowserDialog.html" title="GimpProcBrowserDialog">
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2725106"></a><h3>
|
||||
<a name="id2719792"></a><h3>
|
||||
<a name="gimp-proc-browser-dialog-get-selected"></a>gimp_proc_browser_dialog_get_selected ()</h3>
|
||||
<a class="indexterm" name="id2725120"></a><pre class="programlisting">gchar* gimp_proc_browser_dialog_get_selected
|
||||
<a class="indexterm" name="id2719805"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_proc_browser_dialog_get_selected
|
||||
(<a href="GimpProcBrowserDialog.html" title="GimpProcBrowserDialog">GimpProcBrowserDialog</a> *dialog);</pre>
|
||||
<p>
|
||||
Retrieves the name of the currently selected procedure.</p>
|
||||
@ -195,7 +235,9 @@ Retrieves the name of the currently selected procedure.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> The name of the selected procedure of <code class="literal">NULL</code> if no
|
||||
<td> The name of the selected procedure of <a
|
||||
href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><code class="literal">NULL</code></a> if no
|
||||
procedure is selected.
|
||||
|
||||
</td>
|
||||
@ -207,14 +249,18 @@ Retrieves the name of the currently selected procedure.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2725205"></a><h2>Signal Details</h2>
|
||||
<a name="id2723769"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2725215"></a><h3>
|
||||
<a name="id2723779"></a><h3>
|
||||
<a name="GimpProcBrowserDialog-row-activated"></a>The "row-activated" signal</h3>
|
||||
<a class="indexterm" name="id2725223"></a><pre class="programlisting">void user_function (<a href="GimpProcBrowserDialog.html" title="GimpProcBrowserDialog">GimpProcBrowserDialog</a> *dialog,
|
||||
gpointer user_data) : Run Last</pre>
|
||||
<a class="indexterm" name="id2723787"></a><pre class="programlisting">void user_function (<a href="GimpProcBrowserDialog.html" title="GimpProcBrowserDialog">GimpProcBrowserDialog</a> *dialog,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> user_data) : Run Last</pre>
|
||||
<p>
|
||||
Emitted when one of the rows in the contained <span class="type">GtkTreeView</span> is activated.</p>
|
||||
Emitted when one of the rows in the contained <a
|
||||
href="../gtk/GtkTreeView.html"
|
||||
><span class="type">GtkTreeView</span></a> is activated.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -235,12 +281,16 @@ Emitted when one of the rows in the contained <span class="type">GtkTreeView</sp
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2725300"></a><h3>
|
||||
<a name="id2723864"></a><h3>
|
||||
<a name="GimpProcBrowserDialog-selection-changed"></a>The "selection-changed" signal</h3>
|
||||
<a class="indexterm" name="id2723132"></a><pre class="programlisting">void user_function (<a href="GimpProcBrowserDialog.html" title="GimpProcBrowserDialog">GimpProcBrowserDialog</a> *dialog,
|
||||
gpointer user_data) : Run Last</pre>
|
||||
<a class="indexterm" name="id2723874"></a><pre class="programlisting">void user_function (<a href="GimpProcBrowserDialog.html" title="GimpProcBrowserDialog">GimpProcBrowserDialog</a> *dialog,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> user_data) : Run Last</pre>
|
||||
<p>
|
||||
Emitted when the selection in the contained <span class="type">GtkTreeView</span> changes.</p>
|
||||
Emitted when the selection in the contained <a
|
||||
href="../gtk/GtkTreeView.html"
|
||||
><span class="type">GtkTreeView</span></a> changes.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user