Imported Upstream version 2.4.7

This commit is contained in:
Ari Pollak
2010-08-11 01:25:24 -04:00
parent 478f5ecc84
commit 826f4b0313
398 changed files with 34802 additions and 57532 deletions

View File

@ -47,27 +47,13 @@
<div class="refsynopsisdiv">
<a name="libgimp-gimpfontmenu.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>* <a class="link" href="libgimp-gimpfontmenu.html#gimp-font-select-widget-new" title="gimp_font_select_widget_new ()">gimp_font_select_widget_new</a> (const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *title,
const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *font_name,
GtkWidget* <a class="link" href="libgimp-gimpfontmenu.html#gimp-font-select-widget-new" title="gimp_font_select_widget_new ()">gimp_font_select_widget_new</a> (const gchar *title,
const gchar *font_name,
<a class="link" href="libgimp-gimpfontselect.html#GimpRunFontCallback" title="GimpRunFontCallback ()">GimpRunFontCallback</a> callback,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);
void <a class="link" href="libgimp-gimpfontmenu.html#gimp-font-select-widget-close" title="gimp_font_select_widget_close ()">gimp_font_select_widget_close</a> (<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget);
void <a class="link" href="libgimp-gimpfontmenu.html#gimp-font-select-widget-set" title="gimp_font_select_widget_set ()">gimp_font_select_widget_set</a> (<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget,
const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *font_name);
gpointer data);
void <a class="link" href="libgimp-gimpfontmenu.html#gimp-font-select-widget-close" title="gimp_font_select_widget_close ()">gimp_font_select_widget_close</a> (GtkWidget *widget);
void <a class="link" href="libgimp-gimpfontmenu.html#gimp-font-select-widget-set" title="gimp_font_select_widget_set ()">gimp_font_select_widget_set</a> (GtkWidget *widget,
const gchar *font_name);
</pre>
</div>
<div class="refsect1" lang="en">
@ -80,26 +66,16 @@ A widget for selecting fonts.
<a name="libgimp-gimpfontmenu.details"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="gimp-font-select-widget-new"></a><h3>gimp_font_select_widget_new ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>* gimp_font_select_widget_new (const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *title,
const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *font_name,
<pre class="programlisting">GtkWidget* gimp_font_select_widget_new (const gchar *title,
const gchar *font_name,
<a class="link" href="libgimp-gimpfontselect.html#GimpRunFontCallback" title="GimpRunFontCallback ()">GimpRunFontCallback</a> callback,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);</pre>
gpointer data);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_font_select_widget_new</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
Creates a new <a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
><span class="type">GtkWidget</span></a> that completely controls the selection of
Creates a new <span class="type">GtkWidget</span> that completely controls the selection of
a font. This widget is suitable for placement in a table in a
plug-in dialog.</p>
<p>
@ -110,9 +86,7 @@ plug-in dialog.</p>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
<td> Title of the dialog to use or <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
><code class="literal">NULL</code></a> to use the default title.
<td> Title of the dialog to use or <code class="literal">NULL</code> to use the default title.
</td>
</tr>
<tr>
@ -132,9 +106,7 @@ href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A <a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
><span class="type">GtkWidget</span></a> that you can use in your UI.
<td> A <span class="type">GtkWidget</span> that you can use in your UI.
</td>
</tr>
</tbody>
@ -143,9 +115,7 @@ href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
<hr>
<div class="refsect2" lang="en">
<a name="gimp-font-select-widget-close"></a><h3>gimp_font_select_widget_close ()</h3>
<pre class="programlisting">void gimp_font_select_widget_close (<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget);</pre>
<pre class="programlisting">void gimp_font_select_widget_close (GtkWidget *widget);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_font_select_widget_close</code> is deprecated and should not be used in newly-written code.</p>
@ -167,12 +137,8 @@ Closes the popup window associated with <em class="parameter"><code>widget</code
<hr>
<div class="refsect2" lang="en">
<a name="gimp-font-select-widget-set"></a><h3>gimp_font_select_widget_set ()</h3>
<pre class="programlisting">void gimp_font_select_widget_set (<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget,
const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *font_name);</pre>
<pre class="programlisting">void gimp_font_select_widget_set (GtkWidget *widget,
const gchar *font_name);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_font_select_widget_set</code> is deprecated and should not be used in newly-written code.</p>
@ -194,9 +160,7 @@ callback function if one was supplied in the call to
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>font_name</code></em> :</span></p></td>
<td> Font name to set; <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
><code class="literal">NULL</code></a> means no change.
<td> Font name to set; <code class="literal">NULL</code> means no change.
</td>
</tr>
</tbody>