Imported Upstream version 2.3.14

This commit is contained in:
Ari Pollak
2010-08-11 01:20:46 -04:00
parent bbd6d9844c
commit aca02f7697
2412 changed files with 114847 additions and 56535 deletions

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpFrame.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="#id2553235" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2565303" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2594791" class="shortcut">Description</a>
<a href="#id2553307" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2589569" class="shortcut">Object Hierarchy</a>
<a href="#id2599407" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2589629" class="shortcut">Implemented Interfaces</a>
<a href="#id2599467" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2594749" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2553264" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpFileEntry"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2553235"></a><span class="refentrytitle">GimpFileEntry</span>
<a name="id2565303"></a><span class="refentrytitle">GimpFileEntry</span>
</h2>
<p>GimpFileEntry &#8212; Widget for entering a filename.</p>
</td>
@ -72,7 +72,7 @@ void <a href="GimpFileEntry.html#gimp-file-entry-set-filename">gimp_file_
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2589569"></a><h2>Object Hierarchy</h2>
<a name="id2599407"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -86,13 +86,13 @@ void <a href="GimpFileEntry.html#gimp-file-entry-set-filename">gimp_file_
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2589629"></a><h2>Implemented Interfaces</h2>
<a name="id2599467"></a><h2>Implemented Interfaces</h2>
<p>
GimpFileEntry implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2594749"></a><h2>Signals</h2>
<a name="id2553264"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpFileEntry.html#GimpFileEntry-filename-changed">filename-changed</a>"
@ -101,7 +101,7 @@ GimpFileEntry implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2594791"></a><h2>Description</h2>
<a name="id2553307"></a><h2>Description</h2>
<p>
This widget is used to enter filenames or directories.
</p>
@ -124,11 +124,11 @@ will be emitted.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2594879"></a><h2>Details</h2>
<a name="id2553394"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2594890"></a><h3>
<a name="id2553405"></a><h3>
<a name="GimpFileEntry-struct"></a>GimpFileEntry</h3>
<a class="indexterm" name="id2594901"></a><pre class="programlisting">typedef struct _GimpFileEntry GimpFileEntry;</pre>
<a class="indexterm" name="id2553417"></a><pre class="programlisting">typedef struct _GimpFileEntry GimpFileEntry;</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">GimpFileEntry</code> is deprecated and should not be used in newly-written code.</p>
@ -139,9 +139,9 @@ will be emitted.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597172"></a><h3>
<a name="id2601872"></a><h3>
<a name="gimp-file-entry-new"></a>gimp_file_entry_new ()</h3>
<a class="indexterm" name="id2597187"></a><pre class="programlisting">GtkWidget* gimp_file_entry_new (const gchar *title,
<a class="indexterm" name="id2601887"></a><pre class="programlisting">GtkWidget* gimp_file_entry_new (const gchar *title,
const gchar *filename,
gboolean dir_only,
gboolean check_valid);</pre>
@ -188,9 +188,9 @@ You should use <span class="type">GtkFileChooserButton</span> instead.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597363"></a><h3>
<a name="id2602063"></a><h3>
<a name="gimp-file-entry-get-filename"></a>gimp_file_entry_get_filename ()</h3>
<a class="indexterm" name="id2597376"></a><pre class="programlisting">gchar* gimp_file_entry_get_filename (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *entry);</pre>
<a class="indexterm" name="id2602076"></a><pre class="programlisting">gchar* gimp_file_entry_get_filename (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *entry);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_file_entry_get_filename</code> is deprecated and should not be used in newly-written code.</p>
@ -218,9 +218,9 @@ Note that you have to <code class="function">g_free()</code> the returned string
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2600761"></a><h3>
<a name="id2570086"></a><h3>
<a name="gimp-file-entry-set-filename"></a>gimp_file_entry_set_filename ()</h3>
<a class="indexterm" name="id2600776"></a><pre class="programlisting">void gimp_file_entry_set_filename (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *entry,
<a class="indexterm" name="id2570100"></a><pre class="programlisting">void gimp_file_entry_set_filename (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *entry,
const gchar *filename);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -251,11 +251,11 @@ name.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2600895"></a><h2>Signal Details</h2>
<a name="id2570217"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2600906"></a><h3>
<a name="id2570228"></a><h3>
<a name="GimpFileEntry-filename-changed"></a>The "filename-changed" signal</h3>
<a class="indexterm" name="id2600916"></a><pre class="programlisting">void user_function (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *arg0,
<a class="indexterm" name="id2570236"></a><pre class="programlisting">void user_function (<a href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *arg0,
gpointer user_data) : Run first</pre>
<p>
This signal is emitted whenever the user changes the filename.</p>
@ -272,7 +272,7 @@ This signal is emitted whenever the user changes the filename.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2600975"></a><h2>See Also</h2>
<a name="id2570296"></a><h2>See Also</h2>
<p>
<a href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a>
</p>