Imported Upstream version 2.4.1
This commit is contained in:
@ -62,19 +62,19 @@
|
||||
|
||||
<a class="link" href="GimpFontSelectButton.html#GimpFontSelectButton-struct">GimpFontSelectButton</a>;
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* <a class="link" href="GimpFontSelectButton.html#gimp-font-select-button-new">gimp_font_select_button_new</a> (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *title,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font_name);
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* <a class="link" href="GimpFontSelectButton.html#gimp-font-select-button-get-font">gimp_font_select_button_get_font</a> (<a class="link" href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *button);
|
||||
void <a class="link" href="GimpFontSelectButton.html#gimp-font-select-button-set-font">gimp_font_select_button_set_font</a> (<a class="link" href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *button,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font_name);
|
||||
|
||||
</pre>
|
||||
@ -84,25 +84,25 @@ href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
<pre class="synopsis">
|
||||
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
|
||||
>GInitiallyUnowned</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
|
||||
href="../gtk/GtkObject.html"
|
||||
>GtkObject</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
|
||||
href="../gtk/GtkContainer.html"
|
||||
>GtkContainer</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkBox.html"
|
||||
href="../gtk/GtkBox.html"
|
||||
>GtkBox</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkHBox.html"
|
||||
href="../gtk/GtkHBox.html"
|
||||
>GtkHBox</a>
|
||||
+----<a class="link" href="GimpSelectButton.html" title="GimpSelectButton">GimpSelectButton</a>
|
||||
+----GimpFontSelectButton
|
||||
@ -119,10 +119,10 @@ GimpFontSelectButton implements
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a class="link" href="GimpFontSelectButton.html#GimpFontSelectButton--font-name">font-name</a>" <a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
>gchararray</a> : Read / Write
|
||||
"<a class="link" href="GimpFontSelectButton.html#GimpFontSelectButton--title">title</a>" <a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
>gchararray</a> : Read / Write / Construct Only
|
||||
</pre>
|
||||
</div>
|
||||
@ -154,16 +154,16 @@ href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types
|
||||
<a name="id2712228"></a><h3>
|
||||
<a name="gimp-font-select-button-new"></a>gimp_font_select_button_new ()</h3>
|
||||
<a class="indexterm" name="id2712242"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* gimp_font_select_button_new (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *title,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font_name);</pre>
|
||||
<p>
|
||||
Creates a new <a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
href="../gtk/GtkWidget.html"
|
||||
><span class="type">GtkWidget</span></a> that completely controls the selection of
|
||||
a font. This widget is suitable for placement in a table in a
|
||||
plug-in dialog.</p>
|
||||
@ -176,7 +176,7 @@ plug-in dialog.</p>
|
||||
<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"
|
||||
href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><code class="literal">NULL</code></a> to use the default title.
|
||||
</td>
|
||||
</tr>
|
||||
@ -188,7 +188,7 @@ href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
<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"
|
||||
href="../gtk/GtkWidget.html"
|
||||
><span class="type">GtkWidget</span></a> that you can use in your UI.
|
||||
|
||||
</td>
|
||||
@ -203,7 +203,7 @@ href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
<a name="id2721197"></a><h3>
|
||||
<a name="gimp-font-select-button-get-font"></a>gimp_font_select_button_get_font ()</h3>
|
||||
<a class="indexterm" name="id2721210"></a><pre class="programlisting">const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_font_select_button_get_font (<a class="link" href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *button);</pre>
|
||||
<p>
|
||||
Retrieves the name of currently selected font.</p>
|
||||
@ -235,7 +235,7 @@ Retrieves the name of currently selected font.</p>
|
||||
<a name="gimp-font-select-button-set-font"></a>gimp_font_select_button_set_font ()</h3>
|
||||
<a class="indexterm" name="id2721298"></a><pre class="programlisting">void gimp_font_select_button_set_font (<a class="link" href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *button,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font_name);</pre>
|
||||
<p>
|
||||
Sets the current font for the font select button.</p>
|
||||
@ -253,7 +253,7 @@ Sets the current font for the font select button.</p>
|
||||
<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"
|
||||
href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><code class="literal">NULL</code></a> means no change.
|
||||
</td>
|
||||
</tr>
|
||||
@ -269,7 +269,7 @@ href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
<a name="id2721402"></a><h3>
|
||||
<a name="GimpFontSelectButton--font-name"></a>The <code class="literal">"font-name"</code> property</h3>
|
||||
<a class="indexterm" name="id2721416"></a><pre class="programlisting"> "font-name" <a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
>gchararray</a> : Read / Write</pre>
|
||||
<p>
|
||||
The name of the currently selected font.</p>
|
||||
@ -285,7 +285,7 @@ The name of the currently selected font.</p>
|
||||
<a name="id2719554"></a><h3>
|
||||
<a name="GimpFontSelectButton--title"></a>The <code class="literal">"title"</code> property</h3>
|
||||
<a class="indexterm" name="id2719567"></a><pre class="programlisting"> "title" <a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
>gchararray</a> : Read / Write / Construct Only</pre>
|
||||
<p>
|
||||
The title to be used for the font selection popup dialog.</p>
|
||||
@ -304,13 +304,13 @@ The title to be used for the font selection popup dialog.</p>
|
||||
<a name="GimpFontSelectButton-font-set"></a>The <code class="literal">"font-set"</code> signal</h3>
|
||||
<a class="indexterm" name="id2719629"></a><pre class="programlisting">void user_function (<a class="link" href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *widget,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font_name,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> dialog_closing,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> user_data) : Run First</pre>
|
||||
<p>
|
||||
The ::font-set signal is emitted when the user selects a font.</p>
|
||||
|
||||
Reference in New Issue
Block a user