Imported Upstream version 2.3.15
This commit is contained in:
@ -33,22 +33,22 @@
|
||||
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="GimpEnumStore.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="#id2560838" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2554899" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2596018" class="shortcut">Description</a>
|
||||
<a href="#id2587292" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2596512" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2574135" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2596580" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2574202" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2595974" class="shortcut">Properties</a></nobr></td></tr>
|
||||
<a href="#id2574224" class="shortcut">Properties</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="GimpDialog"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2560838"></a><span class="refentrytitle">GimpDialog</span>
|
||||
<a name="id2554899"></a><span class="refentrytitle">GimpDialog</span>
|
||||
</h2>
|
||||
<p>GimpDialog — Constructors for <span class="type">GtkDialog</span>'s and action_areas as well as other
|
||||
dialog-related stuff.</p>
|
||||
@ -89,7 +89,7 @@ void <a href="GimpDialog.html#gimp-dialogs-show-help-button">gimp_dialogs
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2596512"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2574135"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -104,13 +104,13 @@ void <a href="GimpDialog.html#gimp-dialogs-show-help-button">gimp_dialogs
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2596580"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2574202"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpDialog implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2595974"></a><h2>Properties</h2>
|
||||
<a name="id2574224"></a><h2>Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpDialog.html#GimpDialog--help-func">help-func</a>" gpointer : Read / Write / Construct Only
|
||||
@ -118,26 +118,26 @@ GimpDialog implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2596018"></a><h2>Description</h2>
|
||||
<a name="id2587292"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2596034"></a><h2>Details</h2>
|
||||
<a name="id2587307"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596044"></a><h3>
|
||||
<a name="id2587318"></a><h3>
|
||||
<a name="GimpDialog-struct"></a>GimpDialog</h3>
|
||||
<a class="indexterm" name="id2596057"></a><pre class="programlisting">typedef struct _GimpDialog GimpDialog;</pre>
|
||||
<a class="indexterm" name="id2587331"></a><pre class="programlisting">typedef struct _GimpDialog GimpDialog;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596072"></a><h3>
|
||||
<a name="id2587346"></a><h3>
|
||||
<a name="gimp-dialog-new"></a>gimp_dialog_new ()</h3>
|
||||
<a class="indexterm" name="id2596084"></a><pre class="programlisting">GtkWidget* gimp_dialog_new (const gchar *title,
|
||||
<a class="indexterm" name="id2587358"></a><pre class="programlisting">GtkWidget* gimp_dialog_new (const gchar *title,
|
||||
const gchar *role,
|
||||
GtkWidget *parent,
|
||||
GtkDialogFlags flags,
|
||||
@ -208,9 +208,9 @@ action_area buttons see <code class="function">gtk_dialog_new_with_buttons()</co
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2595838"></a><h3>
|
||||
<a name="id2595880"></a><h3>
|
||||
<a name="gimp-dialog-new-valist"></a>gimp_dialog_new_valist ()</h3>
|
||||
<a class="indexterm" name="id2595849"></a><pre class="programlisting">GtkWidget* gimp_dialog_new_valist (const gchar *title,
|
||||
<a class="indexterm" name="id2595891"></a><pre class="programlisting">GtkWidget* gimp_dialog_new_valist (const gchar *title,
|
||||
const gchar *role,
|
||||
GtkWidget *parent,
|
||||
GtkDialogFlags flags,
|
||||
@ -277,9 +277,9 @@ action_area buttons see <code class="function">gtk_dialog_new_with_buttons()</co
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2599891"></a><h3>
|
||||
<a name="id2599923"></a><h3>
|
||||
<a name="gimp-dialog-add-button"></a>gimp_dialog_add_button ()</h3>
|
||||
<a class="indexterm" name="id2599903"></a><pre class="programlisting">GtkWidget* gimp_dialog_add_button (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
|
||||
<a class="indexterm" name="id2599934"></a><pre class="programlisting">GtkWidget* gimp_dialog_add_button (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
|
||||
const gchar *button_text,
|
||||
gint response_id);</pre>
|
||||
<p>
|
||||
@ -317,9 +317,9 @@ sets the RESPONSE_OK widget as the default response.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2600023"></a><h3>
|
||||
<a name="id2600055"></a><h3>
|
||||
<a name="gimp-dialog-add-buttons"></a>gimp_dialog_add_buttons ()</h3>
|
||||
<a class="indexterm" name="id2600034"></a><pre class="programlisting">void gimp_dialog_add_buttons (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
|
||||
<a class="indexterm" name="id2600066"></a><pre class="programlisting">void gimp_dialog_add_buttons (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
|
||||
...);</pre>
|
||||
<p>
|
||||
This function is essentially the same as <code class="function">gtk_dialog_add_buttons()</code>
|
||||
@ -345,9 +345,9 @@ except it calls <a href="GimpDialog.html#gimp-dialog-add-button"><code class="fu
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2600131"></a><h3>
|
||||
<a name="id2600162"></a><h3>
|
||||
<a name="gimp-dialog-add-buttons-valist"></a>gimp_dialog_add_buttons_valist ()</h3>
|
||||
<a class="indexterm" name="id2600144"></a><pre class="programlisting">void gimp_dialog_add_buttons_valist (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
|
||||
<a class="indexterm" name="id2600175"></a><pre class="programlisting">void gimp_dialog_add_buttons_valist (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
|
||||
va_list args);</pre>
|
||||
<p>
|
||||
This function is essentially the same as <a href="GimpDialog.html#gimp-dialog-add-buttons"><code class="function">gimp_dialog_add_buttons()</code></a>
|
||||
@ -373,9 +373,9 @@ except it takes a va_list instead of '...'</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2600230"></a><h3>
|
||||
<a name="id2600242"></a><h3>
|
||||
<a name="gimp-dialog-run"></a>gimp_dialog_run ()</h3>
|
||||
<a class="indexterm" name="id2600243"></a><pre class="programlisting">gint gimp_dialog_run (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog);</pre>
|
||||
<a class="indexterm" name="id2600252"></a><pre class="programlisting">gint gimp_dialog_run (<a href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog);</pre>
|
||||
<p>
|
||||
This function does exactly the same as <code class="function">gtk_dialog_run()</code> except it
|
||||
does not make the dialog modal while the <span class="type">GMainLoop</span> is running.</p>
|
||||
@ -402,7 +402,7 @@ does not make the dialog modal while the <span class="type">GMainLoop</span> is
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2600328"></a><h3>
|
||||
<a name="gimp-dialogs-show-help-button"></a>gimp_dialogs_show_help_button ()</h3>
|
||||
<a class="indexterm" name="id2600344"></a><pre class="programlisting">void gimp_dialogs_show_help_button (gboolean show);</pre>
|
||||
<a class="indexterm" name="id2600342"></a><pre class="programlisting">void gimp_dialogs_show_help_button (gboolean show);</pre>
|
||||
<p>
|
||||
This function is for internal use only.</p>
|
||||
<p>
|
||||
@ -421,18 +421,18 @@ This function is for internal use only.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2600401"></a><h2>Property Details</h2>
|
||||
<a name="id2600393"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2600412"></a><h3>
|
||||
<a name="id2600403"></a><h3>
|
||||
<a name="GimpDialog--help-func"></a>The "<code class="literal">help-func</code>" property</h3>
|
||||
<a class="indexterm" name="id2600426"></a><pre class="programlisting"> "help-func" gpointer : Read / Write / Construct Only</pre>
|
||||
<a class="indexterm" name="id2600415"></a><pre class="programlisting"> "help-func" gpointer : Read / Write / Construct Only</pre>
|
||||
<p></p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2600446"></a><h3>
|
||||
<a name="id2600434"></a><h3>
|
||||
<a name="GimpDialog--help-id"></a>The "<code class="literal">help-id</code>" property</h3>
|
||||
<a class="indexterm" name="id2600461"></a><pre class="programlisting"> "help-id" gchararray : Read / Write / Construct Only</pre>
|
||||
<a class="indexterm" name="id2600446"></a><pre class="programlisting"> "help-id" gchararray : Read / Write / Construct Only</pre>
|
||||
<p></p>
|
||||
<p>Default value: NULL</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user