Imported Upstream version 2.3.7

This commit is contained in:
Ari Pollak
2010-08-11 01:18:40 -04:00
parent de5dc4f4c2
commit 5bef548947
772 changed files with 75842 additions and 66943 deletions

View File

@ -65,7 +65,7 @@ href="../gtk/GtkWindow.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2650666"></a><h2>Description</h2>
<a name="id2652085"></a><h2>Description</h2>
<p>
Common user interface functions. This header includes all other GIMP User
Interface Library headers.
@ -73,11 +73,11 @@ Interface Library headers.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2650678"></a><h2>Details</h2>
<a name="id2652098"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2650685"></a><h3>
<a name="id2652104"></a><h3>
<a name="gimp-ui-init"></a>gimp_ui_init ()</h3>
<a class="indexterm" name="id2650694"></a><pre class="programlisting">void gimp_ui_init (const gchar *prog_name,
<a class="indexterm" name="id2652113"></a><pre class="programlisting">void gimp_ui_init (const gchar *prog_name,
gboolean preview);</pre>
<p>
This function initializes GTK+ with <a
@ -117,9 +117,9 @@ href="../gtk/gtk-General.html#gtk-init"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2650078"></a><h3>
<a name="id2653705"></a><h3>
<a name="gimp-ui-get-display-window"></a>gimp_ui_get_display_window ()</h3>
<a class="indexterm" name="id2650087"></a><pre class="programlisting"><a
<a class="indexterm" name="id2653714"></a><pre class="programlisting"><a
href="../gdk/gdk-Windows.html#GdkWindow"
>GdkWindow</a>* gimp_ui_get_display_window (guint32 gdisp_ID);</pre>
<p>
@ -164,9 +164,9 @@ href="../gdk/gdk-Windows.html#GdkWindow"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648175"></a><h3>
<a name="id2653831"></a><h3>
<a name="gimp-ui-get-progress-window"></a>gimp_ui_get_progress_window ()</h3>
<a class="indexterm" name="id2648184"></a><pre class="programlisting"><a
<a class="indexterm" name="id2653840"></a><pre class="programlisting"><a
href="../gdk/gdk-Windows.html#GdkWindow"
>GdkWindow</a>* gimp_ui_get_progress_window (void);</pre>
<p>
@ -203,9 +203,9 @@ href="../gdk/gdk-Windows.html#GdkWindow"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2651684"></a><h3>
<a name="id2655147"></a><h3>
<a name="gimp-window-set-transient"></a>gimp_window_set_transient ()</h3>
<a class="indexterm" name="id2651693"></a><pre class="programlisting">void gimp_window_set_transient (<a
<a class="indexterm" name="id2655156"></a><pre class="programlisting">void gimp_window_set_transient (<a
href="../gtk/GtkWindow.html"
>GtkWindow</a> *window);</pre>
<p>
@ -231,9 +231,9 @@ href="../gtk/GtkWindow.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2651768"></a><h3>
<a name="id2655231"></a><h3>
<a name="gimp-window-set-transient-for-display"></a>gimp_window_set_transient_for_display ()</h3>
<a class="indexterm" name="id2651778"></a><pre class="programlisting">void gimp_window_set_transient_for_display
<a class="indexterm" name="id2655240"></a><pre class="programlisting">void gimp_window_set_transient_for_display
(<a
href="../gtk/GtkWindow.html"
>GtkWindow</a> *window,
@ -275,7 +275,7 @@ href="../gtk/GtkWindow.html"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2651892"></a><h2>See Also</h2>
<a name="id2656669"></a><h2>See Also</h2>
<p>
<a
href="../gtk/gtk-General.html#gtk-init"