Imported Upstream version 2.3.9
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
@ -7,7 +8,7 @@
|
||||
<link rel="up" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
|
||||
<link rel="prev" href="libgimp-gimpbrushselect.html" title="gimpbrushselect">
|
||||
<link rel="next" href="libgimp-gimpfontselect.html" title="gimpfontselect">
|
||||
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="gimpdefinitions.html" title="Part I. GIMP Constants">
|
||||
<link rel="part" href="libgimp.html" title="Part II. GIMP Library">
|
||||
@ -23,32 +24,41 @@
|
||||
<link rel="index" href="ix04.html" title="Index of deprecated symbols">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
||||
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
||||
<tr valign="middle">
|
||||
<td><a accesskey="p" href="libgimp-gimpbrushselect.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
||||
<td><a accesskey="u" href="libgimp-selectors.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
||||
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
||||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimp-gimpfontselect.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr></table>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#top_of_page" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#properties" class="shortcut">Properties</a>
|
||||
 | 
|
||||
<a href="#signal_proto" class="shortcut">Signals</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="GimpFontSelectButton"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2><span class="refentrytitle">GimpFontSelectButton</span></h2>
|
||||
<h2><span class="refentrytitle"><a name="top_of_page"></a>GimpFontSelectButton</span></h2>
|
||||
<p>GimpFontSelectButton — </p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<h2>Synopsis</h2>
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
|
||||
<a href="GimpFontSelectButton.html#GimpFontSelectButton-struct">GimpFontSelectButton</a>;
|
||||
<a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* <a href="GimpFontSelectButton.html#gimp-font-select-button-new">gimp_font_select_button_new</a> (const gchar *title,
|
||||
GtkWidget* <a href="GimpFontSelectButton.html#gimp-font-select-button-new">gimp_font_select_button_new</a> (const gchar *title,
|
||||
const gchar *font_name);
|
||||
const gchar* <a href="GimpFontSelectButton.html#gimp-font-select-button-get-font-name">gimp_font_select_button_get_font_name</a>
|
||||
(<a href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *button);
|
||||
@ -61,37 +71,27 @@ void <a href="GimpFontSelectButton.html#gimp-font-select-button-close-pop
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2532079"></a><h2>Object Hierarchy</h2>
|
||||
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
+----GInitiallyUnowned
|
||||
+----<a
|
||||
href="../gtk/GtkObject.html"
|
||||
>GtkObject</a>
|
||||
+----<a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>
|
||||
+----<a
|
||||
href="../gtk/GtkContainer.html"
|
||||
>GtkContainer</a>
|
||||
+----<a
|
||||
href="../gtk/GtkBin.html"
|
||||
>GtkBin</a>
|
||||
+----<a
|
||||
href="../gtk/GtkButton.html"
|
||||
>GtkButton</a>
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBin
|
||||
+----GtkButton
|
||||
+----GimpFontSelectButton
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2651952"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="impl_interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpFontSelectButton implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2651968"></a><h2>Properties</h2>
|
||||
<a name="properties"></a><h2>Properties</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpFontSelectButton.html#GimpFontSelectButton--font-name">font-name</a>" gchararray : Read / Write
|
||||
@ -99,43 +99,39 @@ GimpFontSelectButton implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2652005"></a><h2>Signal Prototypes</h2>
|
||||
<a name="signal_proto"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpFontSelectButton.html#GimpFontSelectButton-font-set">font-set</a>" void user_function (<a href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *widget,
|
||||
gchar *font_name,
|
||||
gboolean dialog_closing,
|
||||
gpointer user_data);
|
||||
gchar *font_name,
|
||||
gboolean dialog_closing,
|
||||
gpointer user_data) : Run first
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2652055"></a><h2>Description</h2>
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2643966"></a><h2>Details</h2>
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2643972"></a><h3>
|
||||
<a name="id2648358"></a><h3>
|
||||
<a name="GimpFontSelectButton-struct"></a>GimpFontSelectButton</h3>
|
||||
<a class="indexterm" name="id2643981"></a><pre class="programlisting">typedef struct _GimpFontSelectButton GimpFontSelectButton;</pre>
|
||||
<a class="indexterm" name="id2648369"></a><pre class="programlisting">typedef struct _GimpFontSelectButton GimpFontSelectButton;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2643996"></a><h3>
|
||||
<a name="id2648384"></a><h3>
|
||||
<a name="gimp-font-select-button-new"></a>gimp_font_select_button_new ()</h3>
|
||||
<a class="indexterm" name="id2644005"></a><pre class="programlisting"><a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* gimp_font_select_button_new (const gchar *title,
|
||||
<a class="indexterm" name="id2648396"></a><pre class="programlisting">GtkWidget* gimp_font_select_button_new (const gchar *title,
|
||||
const gchar *font_name);</pre>
|
||||
<p>
|
||||
Creates a new <a
|
||||
href="../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>
|
||||
@ -160,9 +156,7 @@ plug-in dialog.</p>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A <a
|
||||
href="../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>
|
||||
@ -170,9 +164,9 @@ href="../gtk/GtkWidget.html"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2644107"></a><h3>
|
||||
<a name="id2647968"></a><h3>
|
||||
<a name="gimp-font-select-button-get-font-name"></a>gimp_font_select_button_get_font_name ()</h3>
|
||||
<a class="indexterm" name="id2644116"></a><pre class="programlisting">const gchar* gimp_font_select_button_get_font_name
|
||||
<a class="indexterm" name="id2647981"></a><pre class="programlisting">const gchar* gimp_font_select_button_get_font_name
|
||||
(<a href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *button);</pre>
|
||||
<p>
|
||||
Retrieves the name of currently selected font.</p>
|
||||
@ -202,9 +196,9 @@ Retrieves the name of currently selected font.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2651405"></a><h3>
|
||||
<a name="id2648055"></a><h3>
|
||||
<a name="gimp-font-select-button-set-font-name"></a>gimp_font_select_button_set_font_name ()</h3>
|
||||
<a class="indexterm" name="id2651414"></a><pre class="programlisting">void gimp_font_select_button_set_font_name
|
||||
<a class="indexterm" name="id2648069"></a><pre class="programlisting">void gimp_font_select_button_set_font_name
|
||||
(<a href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *button,
|
||||
const gchar *font_name);</pre>
|
||||
<p>
|
||||
@ -234,9 +228,9 @@ Sets the current font for the font select button.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2651502"></a><h3>
|
||||
<a name="id2657436"></a><h3>
|
||||
<a name="gimp-font-select-button-close-popup"></a>gimp_font_select_button_close_popup ()</h3>
|
||||
<a class="indexterm" name="id2651511"></a><pre class="programlisting">void gimp_font_select_button_close_popup
|
||||
<a class="indexterm" name="id2657448"></a><pre class="programlisting">void gimp_font_select_button_close_popup
|
||||
(<a href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *button);</pre>
|
||||
<p>
|
||||
Closes the popup window associated with <em class="parameter"><code>button</code></em>.</p>
|
||||
@ -255,11 +249,11 @@ Closes the popup window associated with <em class="parameter"><code>button</code
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2651575"></a><h2>Properties</h2>
|
||||
<a name="property_details"></a><h2>Property Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2651581"></a><h3>
|
||||
<a name="id2657521"></a><h3>
|
||||
<a name="GimpFontSelectButton--font-name"></a>The "<code class="literal">font-name</code>" property</h3>
|
||||
<pre class="programlisting"> "font-name" gchararray : Read / Write</pre>
|
||||
<a class="indexterm" name="id2657535"></a><pre class="programlisting"> "font-name" gchararray : Read / Write</pre>
|
||||
<p>
|
||||
The name of the currently selected font.</p>
|
||||
<p>
|
||||
@ -271,9 +265,9 @@ The name of the currently selected font.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2641632"></a><h3>
|
||||
<a name="id2657569"></a><h3>
|
||||
<a name="GimpFontSelectButton--title"></a>The "<code class="literal">title</code>" property</h3>
|
||||
<pre class="programlisting"> "title" gchararray : Read / Write / Construct Only</pre>
|
||||
<a class="indexterm" name="id2657583"></a><pre class="programlisting"> "title" gchararray : Read / Write / Construct Only</pre>
|
||||
<p>
|
||||
The title to be used for the font selection dialog.</p>
|
||||
<p>
|
||||
@ -285,14 +279,14 @@ The title to be used for the font selection dialog.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2641674"></a><h2>Signals</h2>
|
||||
<a name="signals"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2641680"></a><h3>
|
||||
<a name="id2657629"></a><h3>
|
||||
<a name="GimpFontSelectButton-font-set"></a>The "font-set" signal</h3>
|
||||
<pre class="programlisting">void user_function (<a href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *widget,
|
||||
gchar *font_name,
|
||||
gboolean dialog_closing,
|
||||
gpointer user_data);</pre>
|
||||
<a class="indexterm" name="id2657637"></a><pre class="programlisting">void user_function (<a href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *widget,
|
||||
gchar *font_name,
|
||||
gboolean dialog_closing,
|
||||
gpointer user_data) : Run first</pre>
|
||||
<p>
|
||||
The ::font-set signal is emitted when the user selects a font.</p>
|
||||
<p>
|
||||
@ -331,9 +325,5 @@ The ::font-set signal is emitted when the user selects a font.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
|
||||
<td align="left"><a accesskey="p" href="libgimp-gimpbrushselect.html"><b><< gimpbrushselect</b></a></td>
|
||||
<td align="right"><a accesskey="n" href="libgimp-gimpfontselect.html"><b>gimpfontselect >></b></a></td>
|
||||
</tr></table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user