Imported Upstream version 2.3.8

This commit is contained in:
Ari Pollak
2010-08-11 01:18:57 -04:00
parent 5bef548947
commit 836308f327
1608 changed files with 147606 additions and 134671 deletions

View File

@ -65,7 +65,7 @@ href="../gtk/GtkWindow.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2652085"></a><h2>Description</h2>
<a name="id2654480"></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="id2652098"></a><h2>Details</h2>
<a name="id2654492"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2652104"></a><h3>
<a name="id2654499"></a><h3>
<a name="gimp-ui-init"></a>gimp_ui_init ()</h3>
<a class="indexterm" name="id2652113"></a><pre class="programlisting">void gimp_ui_init (const gchar *prog_name,
<a class="indexterm" name="id2654508"></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="id2653705"></a><h3>
<a name="id2655391"></a><h3>
<a name="gimp-ui-get-display-window"></a>gimp_ui_get_display_window ()</h3>
<a class="indexterm" name="id2653714"></a><pre class="programlisting"><a
<a class="indexterm" name="id2655400"></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="id2653831"></a><h3>
<a name="id2655163"></a><h3>
<a name="gimp-ui-get-progress-window"></a>gimp_ui_get_progress_window ()</h3>
<a class="indexterm" name="id2653840"></a><pre class="programlisting"><a
<a class="indexterm" name="id2655172"></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="id2655147"></a><h3>
<a name="id2656683"></a><h3>
<a name="gimp-window-set-transient"></a>gimp_window_set_transient ()</h3>
<a class="indexterm" name="id2655156"></a><pre class="programlisting">void gimp_window_set_transient (<a
<a class="indexterm" name="id2656692"></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="id2655231"></a><h3>
<a name="id2656768"></a><h3>
<a name="gimp-window-set-transient-for-display"></a>gimp_window_set_transient_for_display ()</h3>
<a class="indexterm" name="id2655240"></a><pre class="programlisting">void gimp_window_set_transient_for_display
<a class="indexterm" name="id2656777"></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="id2656669"></a><h2>See Also</h2>
<a name="id2656891"></a><h2>See Also</h2>
<p>
<a
href="../gtk/gtk-General.html#gtk-init"