~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): Sebastien Bacher
  • Date: 2008-10-10 00:13:42 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20081010001342-uja9qine9uybggd9
Tags: 2.6.1-1ubuntu1
* Sync new bugfix version on debian (lp: #280345, #280848)
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch:
  - updated some strings for ubuntu
* debian/rules:
  - updated translation templates

Show diffs side-by-side

added added

removed removed

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