~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/libgimp-gimpfontmenu.html

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-22 11:50:05 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20080822115005-yxj5svf3v9x1mkr7
Tags: upstream-2.4.7
Import upstream version 2.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
<div class="refsynopsisdiv">
48
48
<a name="libgimp-gimpfontmenu.synopsis"></a><h2>Synopsis</h2>
49
49
<pre class="synopsis">
50
 
<a
51
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
52
 
>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
53
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
54
 
>gchar</a> *title,
55
 
                                                         const <a
56
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
57
 
>gchar</a> *font_name,
 
50
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,
 
51
                                                         const gchar *font_name,
58
52
                                                         <a class="link" href="libgimp-gimpfontselect.html#GimpRunFontCallback" title="GimpRunFontCallback ()">GimpRunFontCallback</a> callback,
59
 
                                                         <a
60
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
61
 
>gpointer</a> data);
62
 
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
63
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
64
 
>GtkWidget</a> *widget);
65
 
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
66
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
67
 
>GtkWidget</a> *widget,
68
 
                                                         const <a
69
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
70
 
>gchar</a> *font_name);
 
53
                                                         gpointer data);
 
54
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);
 
55
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,
 
56
                                                         const gchar *font_name);
71
57
</pre>
72
58
</div>
73
59
<div class="refsect1" lang="en">
80
66
<a name="libgimp-gimpfontmenu.details"></a><h2>Details</h2>
81
67
<div class="refsect2" lang="en">
82
68
<a name="gimp-font-select-widget-new"></a><h3>gimp_font_select_widget_new ()</h3>
83
 
<pre class="programlisting"><a
84
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
85
 
>GtkWidget</a>*          gimp_font_select_widget_new         (const <a
86
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
87
 
>gchar</a> *title,
88
 
                                                         const <a
89
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
90
 
>gchar</a> *font_name,
 
69
<pre class="programlisting">GtkWidget*          gimp_font_select_widget_new         (const gchar *title,
 
70
                                                         const gchar *font_name,
91
71
                                                         <a class="link" href="libgimp-gimpfontselect.html#GimpRunFontCallback" title="GimpRunFontCallback ()">GimpRunFontCallback</a> callback,
92
 
                                                         <a
93
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
94
 
>gpointer</a> data);</pre>
 
72
                                                         gpointer data);</pre>
95
73
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
96
74
<h3 class="title">Warning</h3>
97
75
<p><code class="literal">gimp_font_select_widget_new</code> is deprecated and should not be used in newly-written code.</p>
98
76
</div>
99
77
<p>
100
 
Creates a new <a
101
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
102
 
><span class="type">GtkWidget</span></a> that completely controls the selection of
 
78
Creates a new <span class="type">GtkWidget</span> that completely controls the selection of
103
79
a font.  This widget is suitable for placement in a table in a
104
80
plug-in dialog.</p>
105
81
<p>
110
86
<tbody>
111
87
<tr>
112
88
<td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
113
 
<td>     Title of the dialog to use or <a
114
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
115
 
><code class="literal">NULL</code></a> to use the default title.
 
89
<td>     Title of the dialog to use or <code class="literal">NULL</code> to use the default title.
116
90
</td>
117
91
</tr>
118
92
<tr>
132
106
</tr>
133
107
<tr>
134
108
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
135
 
<td> A <a
136
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
137
 
><span class="type">GtkWidget</span></a> that you can use in your UI.
 
109
<td> A <span class="type">GtkWidget</span> that you can use in your UI.
138
110
</td>
139
111
</tr>
140
112
</tbody>
143
115
<hr>
144
116
<div class="refsect2" lang="en">
145
117
<a name="gimp-font-select-widget-close"></a><h3>gimp_font_select_widget_close ()</h3>
146
 
<pre class="programlisting">void                gimp_font_select_widget_close       (<a
147
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
148
 
>GtkWidget</a> *widget);</pre>
 
118
<pre class="programlisting">void                gimp_font_select_widget_close       (GtkWidget *widget);</pre>
149
119
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
150
120
<h3 class="title">Warning</h3>
151
121
<p><code class="literal">gimp_font_select_widget_close</code> is deprecated and should not be used in newly-written code.</p>
167
137
<hr>
168
138
<div class="refsect2" lang="en">
169
139
<a name="gimp-font-select-widget-set"></a><h3>gimp_font_select_widget_set ()</h3>
170
 
<pre class="programlisting">void                gimp_font_select_widget_set         (<a
171
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
172
 
>GtkWidget</a> *widget,
173
 
                                                         const <a
174
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
175
 
>gchar</a> *font_name);</pre>
 
140
<pre class="programlisting">void                gimp_font_select_widget_set         (GtkWidget *widget,
 
141
                                                         const gchar *font_name);</pre>
176
142
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
177
143
<h3 class="title">Warning</h3>
178
144
<p><code class="literal">gimp_font_select_widget_set</code> is deprecated and should not be used in newly-written code.</p>
194
160
</tr>
195
161
<tr>
196
162
<td><p><span class="term"><em class="parameter"><code>font_name</code></em> :</span></p></td>
197
 
<td> Font name to set; <a
198
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
199
 
><code class="literal">NULL</code></a> means no change.
 
163
<td> Font name to set; <code class="literal">NULL</code> means no change.
200
164
</td>
201
165
</tr>
202
166
</tbody>