~ubuntu-branches/ubuntu/jaunty/goffice/jaunty-updates

« back to all changes in this revision

Viewing changes to docs/reference/html/goffice-GoFontSel.html

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-07-24 19:38:48 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20070724193848-1drk5szc3ykeud8f
Tags: 0.4.2-0ubuntu1
* New upstream release:
  - Foocanvas bug that scaled images by 1 extra pixel. [#314864]
  - Fix compilation for Gtk+ trunk.
  - Fix chart guru help button. [#394181]
  - Minor memory leak.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
<th width="100%" align="center">Goffice Reference Manual</th>
35
35
<td><a accesskey="n" href="goffice-GoFormatSel.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
36
36
</tr>
37
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2565885" class="shortcut">Top</a>
 
37
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2594277" class="shortcut">Top</a>
38
38
                  &#160;|&#160;
39
 
                  <a href="#id2642486" class="shortcut">Description</a></nobr></td></tr>
 
39
                  <a href="#id2643346" class="shortcut">Description</a></nobr></td></tr>
40
40
</table>
41
41
<div class="refentry" lang="en">
42
42
<a name="goffice-GoFontSel"></a><div class="titlepage"></div>
43
43
<div class="refnamediv"><table width="100%"><tr>
44
44
<td valign="top">
45
45
<h2>
46
 
<a name="id2565885"></a><span class="refentrytitle">GoFontSel</span>
 
46
<a name="id2594277"></a><span class="refentrytitle">GoFontSel</span>
47
47
</h2>
48
48
<p>GoFontSel</p>
49
49
</td>
71
71
</pre>
72
72
</div>
73
73
<div class="refsect1" lang="en">
74
 
<a name="id2642486"></a><h2>Description</h2>
 
74
<a name="id2643346"></a><h2>Description</h2>
75
75
<p>
76
76
 
77
77
</p>
78
78
</div>
79
79
<div class="refsect1" lang="en">
80
 
<a name="id2642501"></a><h2>Details</h2>
 
80
<a name="id2643362"></a><h2>Details</h2>
81
81
<div class="refsect2" lang="en">
82
 
<a name="id2642512"></a><h3>
 
82
<a name="id2643372"></a><h3>
83
83
<a name="GO-FONT-SEL-TYPE:CAPS"></a>GO_FONT_SEL_TYPE</h3>
84
 
<a class="indexterm" name="id2642524"></a><pre class="programlisting">#define GO_FONT_SEL_TYPE  (go_font_sel_get_type ())
 
84
<a class="indexterm" name="id2643383"></a><pre class="programlisting">#define GO_FONT_SEL_TYPE  (go_font_sel_get_type ())
85
85
</pre>
86
86
<p>
87
87
 
89
89
</div>
90
90
<hr>
91
91
<div class="refsect2" lang="en">
92
 
<a name="id2642540"></a><h3>
 
92
<a name="id2643399"></a><h3>
93
93
<a name="GO-FONT-SEL:CAPS"></a>GO_FONT_SEL()</h3>
94
 
<a class="indexterm" name="id2646176"></a><pre class="programlisting">#define GO_FONT_SEL(obj)  (G_TYPE_CHECK_INSTANCE_CAST((obj), GO_FONT_SEL_TYPE, GOFontSel))
 
94
<a class="indexterm" name="id2643410"></a><pre class="programlisting">#define GO_FONT_SEL(obj)  (G_TYPE_CHECK_INSTANCE_CAST((obj), GO_FONT_SEL_TYPE, GOFontSel))
95
95
</pre>
96
96
<p>
97
97
 
109
109
</div>
110
110
<hr>
111
111
<div class="refsect2" lang="en">
112
 
<a name="id2646212"></a><h3>
 
112
<a name="id2646077"></a><h3>
113
113
<a name="IS-GO-FONT-SEL:CAPS"></a>IS_GO_FONT_SEL()</h3>
114
 
<a class="indexterm" name="id2646225"></a><pre class="programlisting">#define IS_GO_FONT_SEL(obj)       (G_TYPE_CHECK_INSTANCE_TYPE((obj), GO_FONT_SEL_TYPE))
 
114
<a class="indexterm" name="id2646088"></a><pre class="programlisting">#define IS_GO_FONT_SEL(obj)       (G_TYPE_CHECK_INSTANCE_TYPE((obj), GO_FONT_SEL_TYPE))
115
115
</pre>
116
116
<p>
117
117
 
129
129
</div>
130
130
<hr>
131
131
<div class="refsect2" lang="en">
132
 
<a name="id2646261"></a><h3>
 
132
<a name="id2646123"></a><h3>
133
133
<a name="GOFontSel"></a>GOFontSel</h3>
134
 
<a class="indexterm" name="id2646273"></a><pre class="programlisting">typedef struct _GOFontSel GOFontSel;</pre>
 
134
<a class="indexterm" name="id2646135"></a><pre class="programlisting">typedef struct _GOFontSel GOFontSel;</pre>
135
135
<p>
136
136
 
137
137
</p>
138
138
</div>
139
139
<hr>
140
140
<div class="refsect2" lang="en">
141
 
<a name="id2646288"></a><h3>
 
141
<a name="id2646150"></a><h3>
142
142
<a name="go-font-sel-get-type"></a>go_font_sel_get_type ()</h3>
143
 
<a class="indexterm" name="id2646299"></a><pre class="programlisting">GType               go_font_sel_get_type                (void);</pre>
 
143
<a class="indexterm" name="id2646161"></a><pre class="programlisting">GType               go_font_sel_get_type                (void);</pre>
144
144
<p>
145
145
 
146
146
</p>
157
157
</div>
158
158
<hr>
159
159
<div class="refsect2" lang="en">
160
 
<a name="id2647141"></a><h3>
 
160
<a name="id2646197"></a><h3>
161
161
<a name="go-font-sel-new"></a>go_font_sel_new ()</h3>
162
 
<a class="indexterm" name="id2647153"></a><pre class="programlisting">GtkWidget*          go_font_sel_new                     (void);</pre>
 
162
<a class="indexterm" name="id2646208"></a><pre class="programlisting">GtkWidget*          go_font_sel_new                     (void);</pre>
163
163
<p>
164
164
 
165
165
</p>
176
176
</div>
177
177
<hr>
178
178
<div class="refsect2" lang="en">
179
 
<a name="id2647190"></a><h3>
 
179
<a name="id2646244"></a><h3>
180
180
<a name="go-font-sel-set-font"></a>go_font_sel_set_font ()</h3>
181
 
<a class="indexterm" name="id2647201"></a><pre class="programlisting">void                go_font_sel_set_font                (<a href="goffice-GoFontSel.html#GOFontSel">GOFontSel</a> *fs,
 
181
<a class="indexterm" name="id2646255"></a><pre class="programlisting">void                go_font_sel_set_font                (<a href="goffice-GoFontSel.html#GOFontSel">GOFontSel</a> *fs,
182
182
                                                         GOFont const *font);</pre>
183
183
<p>
184
184
 
203
203
</div>
204
204
<hr>
205
205
<div class="refsect2" lang="en">
206
 
<a name="id2647268"></a><h3>
 
206
<a name="id2645639"></a><h3>
207
207
<a name="go-font-sel-get-font"></a>go_font_sel_get_font ()</h3>
208
 
<a class="indexterm" name="id2647279"></a><pre class="programlisting">GOFontconst *       go_font_sel_get_font                (<a href="goffice-GoFontSel.html#GOFontSel">GOFontSel</a> const *fs);</pre>
 
208
<a class="indexterm" name="id2645649"></a><pre class="programlisting">GOFontconst *       go_font_sel_get_font                (<a href="goffice-GoFontSel.html#GOFontSel">GOFontSel</a> const *fs);</pre>
209
209
<p>
210
210
 
211
211
</p>
229
229
</div>
230
230
<hr>
231
231
<div class="refsect2" lang="en">
232
 
<a name="id2648156"></a><h3>
 
232
<a name="id2645705"></a><h3>
233
233
<a name="go-font-sel-editable-enters"></a>go_font_sel_editable_enters ()</h3>
234
 
<a class="indexterm" name="id2648167"></a><pre class="programlisting">void                go_font_sel_editable_enters         (<a href="goffice-GoFontSel.html#GOFontSel">GOFontSel</a> *fs,
 
234
<a class="indexterm" name="id2645716"></a><pre class="programlisting">void                go_font_sel_editable_enters         (<a href="goffice-GoFontSel.html#GOFontSel">GOFontSel</a> *fs,
235
235
                                                         GtkWindow *dialog);</pre>
236
236
<p>
237
237
 
256
256
</div>
257
257
<hr>
258
258
<div class="refsect2" lang="en">
259
 
<a name="id2648234"></a><h3>
 
259
<a name="id2645783"></a><h3>
260
260
<a name="go-font-sel-set-sample-text"></a>go_font_sel_set_sample_text ()</h3>
261
 
<a class="indexterm" name="id2648245"></a><pre class="programlisting">void                go_font_sel_set_sample_text         (<a href="goffice-GoFontSel.html#GOFontSel">GOFontSel</a> *fs,
 
261
<a class="indexterm" name="id2645794"></a><pre class="programlisting">void                go_font_sel_set_sample_text         (<a href="goffice-GoFontSel.html#GOFontSel">GOFontSel</a> *fs,
262
262
                                                         char const *text);</pre>
263
263
<p>
264
264