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

« back to all changes in this revision

Viewing changes to docs/reference/html/goffice-06-go-combo-text.html

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2009-02-16 18:20:31 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20090216182031-qpnfx8ihozyfd1lz
Tags: 0.6.6-1ubuntu1
* Merge from debian unstable, remaining changes:
  - call intltool-update -p in debian/rules
  - libgoffice-gtk-0-6 is a transitional package
  - libgoffice-0-6 conflicts with libgoffice-gtk-0-6 (<< 0.6.3-1ubuntu2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch05.html" title="Selectors">
9
9
<link rel="prev" href="goffice-06-go-combo-color.html" title="go-combo-color">
10
10
<link rel="next" href="goffice-06-go-charmap-sel.html" title="go-charmap-sel">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="pt01.html" title="Part I. Graphs">
14
14
<link rel="chapter" href="ch01.html" title="Objects">
36
36
<th width="100%" align="center">Goffice Reference Manual</th>
37
37
<td><a accesskey="n" href="goffice-06-go-charmap-sel.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
38
38
</tr>
39
 
<tr><td colspan="5" class="shortcuts">
40
 
<a href="#goffice-06-go-combo-text.synopsis" class="shortcut">Top</a>
41
 
                 | 
42
 
                <a href="#goffice-06-go-combo-text.description" class="shortcut">Description</a>
43
 
                 | 
44
 
                <a href="#goffice-06-go-combo-text.object-hierarchy" class="shortcut">Object Hierarchy</a>
45
 
                 | 
46
 
                <a href="#goffice-06-go-combo-text.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
47
 
                 | 
48
 
                <a href="#goffice-06-go-combo-text.signals" class="shortcut">Signals</a>
49
 
</td></tr>
 
39
<tr><td colspan="5" class="shortcuts"><nobr><a href="#goffice-06-go-combo-text.synopsis" class="shortcut">Top</a>
 
40
                   | 
 
41
                  <a href="#goffice-06-go-combo-text.description" class="shortcut">Description</a>
 
42
                   | 
 
43
                  <a href="#goffice-06-go-combo-text.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
44
                   | 
 
45
                  <a href="#goffice-06-go-combo-text.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
46
                   | 
 
47
                  <a href="#goffice-06-go-combo-text.signals" class="shortcut">Signals</a></nobr></td></tr>
50
48
</table>
51
49
<div class="refentry" lang="en">
52
50
<a name="goffice-06-go-combo-text"></a><div class="titlepage"></div>
65
63
#define             <a class="link" href="goffice-06-go-combo-text.html#IS-GO-COMBO-TEXT:CAPS" title="IS_GO_COMBO_TEXT()">IS_GO_COMBO_TEXT</a>                    (obj)
66
64
                    <a class="link" href="goffice-06-go-combo-text.html#GoComboText-struct" title="GoComboText">GoComboText</a>;
67
65
enum                <a class="link" href="goffice-06-go-combo-text.html#GoComboTextSearch" title="enum GoComboTextSearch">GoComboTextSearch</a>;
68
 
GType               <a class="link" href="goffice-06-go-combo-text.html#go-combo-text-get-type" title="go_combo_text_get_type ()">go_combo_text_get_type</a>              (void);
69
 
GtkWidget *         <a class="link" href="goffice-06-go-combo-text.html#go-combo-text-new" title="go_combo_text_new ()">go_combo_text_new</a>                   (GCompareFunc cmp_func);
70
 
GtkWidget *         <a class="link" href="goffice-06-go-combo-text.html#go-combo-text-glade-new" title="go_combo_text_glade_new ()">go_combo_text_glade_new</a>             (void);
71
 
GtkWidget *         <a class="link" href="goffice-06-go-combo-text.html#go-combo-text-get-entry" title="go_combo_text_get_entry ()">go_combo_text_get_entry</a>             (<a class="link" href="goffice-06-go-combo-text.html#GoComboText">GoComboText</a> *ct);
72
 
gboolean            <a class="link" href="goffice-06-go-combo-text.html#go-combo-text-set-text" title="go_combo_text_set_text ()">go_combo_text_set_text</a>              (<a class="link" href="goffice-06-go-combo-text.html#GoComboText">GoComboText</a> *ct,
73
 
                                                         const gchar *text,
 
66
<a
 
67
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
 
68
>GType</a>               <a class="link" href="goffice-06-go-combo-text.html#go-combo-text-get-type" title="go_combo_text_get_type ()">go_combo_text_get_type</a>              (void);
 
69
<a
 
70
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
71
>GtkWidget</a>*          <a class="link" href="goffice-06-go-combo-text.html#go-combo-text-new" title="go_combo_text_new ()">go_combo_text_new</a>                   (<a
 
72
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GCompareFunc"
 
73
>GCompareFunc</a> cmp_func);
 
74
<a
 
75
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
76
>GtkWidget</a>*          <a class="link" href="goffice-06-go-combo-text.html#go-combo-text-glade-new" title="go_combo_text_glade_new ()">go_combo_text_glade_new</a>             (void);
 
77
<a
 
78
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
79
>GtkWidget</a>*          <a class="link" href="goffice-06-go-combo-text.html#go-combo-text-get-entry" title="go_combo_text_get_entry ()">go_combo_text_get_entry</a>             (<a class="link" href="goffice-06-go-combo-text.html#GoComboText">GoComboText</a> *ct);
 
80
<a
 
81
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
82
>gboolean</a>            <a class="link" href="goffice-06-go-combo-text.html#go-combo-text-set-text" title="go_combo_text_set_text ()">go_combo_text_set_text</a>              (<a class="link" href="goffice-06-go-combo-text.html#GoComboText">GoComboText</a> *ct,
 
83
                                                         const <a
 
84
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
85
>gchar</a> *text,
74
86
                                                         <a class="link" href="goffice-06-go-combo-text.html#GoComboTextSearch" title="enum GoComboTextSearch">GoComboTextSearch</a> start);
75
87
void                <a class="link" href="goffice-06-go-combo-text.html#go-combo-text-add-item" title="go_combo_text_add_item ()">go_combo_text_add_item</a>              (<a class="link" href="goffice-06-go-combo-text.html#GoComboText">GoComboText</a> *ct,
76
 
                                                         const gchar *label);
 
88
                                                         const <a
 
89
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
90
>gchar</a> *label);
77
91
</pre>
78
92
</div>
79
93
<div class="refsect1" lang="en">
80
94
<a name="goffice-06-go-combo-text.object-hierarchy"></a><h2>Object Hierarchy</h2>
81
95
<pre class="synopsis">
82
 
  GObject
83
 
   +----GInitiallyUnowned
84
 
         +----GtkObject
85
 
               +----GtkWidget
86
 
                     +----GtkContainer
87
 
                           +----GtkBox
88
 
                                 +----GtkHBox
 
96
  <a
 
97
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
98
>GObject</a>
 
99
   +----<a
 
100
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
 
101
>GInitiallyUnowned</a>
 
102
         +----<a
 
103
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
 
104
>GtkObject</a>
 
105
               +----<a
 
106
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
107
>GtkWidget</a>
 
108
                     +----<a
 
109
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
 
110
>GtkContainer</a>
 
111
                           +----<a
 
112
href="/usr/share/gtk-doc/html/gtk/GtkBox.html"
 
113
>GtkBox</a>
 
114
                                 +----<a
 
115
href="/usr/share/gtk-doc/html/gtk/GtkHBox.html"
 
116
>GtkHBox</a>
89
117
                                       +----<a class="link" href="GOComboBox.html" title="GOComboBox">GOComboBox</a>
90
118
                                             +----GoComboText
91
119
</pre>
94
122
<a name="goffice-06-go-combo-text.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
95
123
<p>
96
124
GoComboText implements
97
 
 AtkImplementorIface and  GtkBuildable.</p>
 
125
 AtkImplementorIface,  <a
 
126
href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
 
127
>GtkBuildable</a> and  GtkOrientable.</p>
98
128
</div>
99
129
<div class="refsect1" lang="en">
100
130
<a name="goffice-06-go-combo-text.signals"></a><h2>Signals</h2>
181
211
<hr>
182
212
<div class="refsect2" lang="en">
183
213
<a name="go-combo-text-get-type"></a><h3>go_combo_text_get_type ()</h3>
184
 
<pre class="programlisting">GType               go_combo_text_get_type              (void);</pre>
 
214
<pre class="programlisting"><a
 
215
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
 
216
>GType</a>               go_combo_text_get_type              (void);</pre>
185
217
<p>
186
218
 
187
219
</p>
199
231
<hr>
200
232
<div class="refsect2" lang="en">
201
233
<a name="go-combo-text-new"></a><h3>go_combo_text_new ()</h3>
202
 
<pre class="programlisting">GtkWidget *         go_combo_text_new                   (GCompareFunc cmp_func);</pre>
 
234
<pre class="programlisting"><a
 
235
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
236
>GtkWidget</a>*          go_combo_text_new                   (<a
 
237
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GCompareFunc"
 
238
>GCompareFunc</a> cmp_func);</pre>
203
239
<p>
204
240
</p>
205
241
<p>
226
262
<hr>
227
263
<div class="refsect2" lang="en">
228
264
<a name="go-combo-text-glade-new"></a><h3>go_combo_text_glade_new ()</h3>
229
 
<pre class="programlisting">GtkWidget *         go_combo_text_glade_new             (void);</pre>
 
265
<pre class="programlisting"><a
 
266
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
267
>GtkWidget</a>*          go_combo_text_glade_new             (void);</pre>
230
268
<p>
231
269
 
232
270
</p>
244
282
<hr>
245
283
<div class="refsect2" lang="en">
246
284
<a name="go-combo-text-get-entry"></a><h3>go_combo_text_get_entry ()</h3>
247
 
<pre class="programlisting">GtkWidget *         go_combo_text_get_entry             (<a class="link" href="goffice-06-go-combo-text.html#GoComboText">GoComboText</a> *ct);</pre>
 
285
<pre class="programlisting"><a
 
286
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
287
>GtkWidget</a>*          go_combo_text_get_entry             (<a class="link" href="goffice-06-go-combo-text.html#GoComboText">GoComboText</a> *ct);</pre>
248
288
<p>
249
289
 
250
290
</p>
269
309
<hr>
270
310
<div class="refsect2" lang="en">
271
311
<a name="go-combo-text-set-text"></a><h3>go_combo_text_set_text ()</h3>
272
 
<pre class="programlisting">gboolean            go_combo_text_set_text              (<a class="link" href="goffice-06-go-combo-text.html#GoComboText">GoComboText</a> *ct,
273
 
                                                         const gchar *text,
 
312
<pre class="programlisting"><a
 
313
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
314
>gboolean</a>            go_combo_text_set_text              (<a class="link" href="goffice-06-go-combo-text.html#GoComboText">GoComboText</a> *ct,
 
315
                                                         const <a
 
316
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
317
>gchar</a> *text,
274
318
                                                         <a class="link" href="goffice-06-go-combo-text.html#GoComboTextSearch" title="enum GoComboTextSearch">GoComboTextSearch</a> start);</pre>
275
319
<p>
276
320
return TRUE if the item is found in the list.</p>
309
353
<div class="refsect2" lang="en">
310
354
<a name="go-combo-text-add-item"></a><h3>go_combo_text_add_item ()</h3>
311
355
<pre class="programlisting">void                go_combo_text_add_item              (<a class="link" href="goffice-06-go-combo-text.html#GoComboText">GoComboText</a> *ct,
312
 
                                                         const gchar *label);</pre>
 
356
                                                         const <a
 
357
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
358
>gchar</a> *label);</pre>
313
359
<p>
314
360
</p>
315
361
<p>
336
382
<a name="goffice-06-go-combo-text.signal-details"></a><h2>Signal Details</h2>
337
383
<div class="refsect2" lang="en">
338
384
<a name="GoComboText-entry-changed"></a><h3>The <code class="literal">"entry-changed"</code> signal</h3>
339
 
<pre class="programlisting">gboolean            user_function                      (<a class="link" href="goffice-06-go-combo-text.html#GoComboText">GoComboText</a> *gocombotext,
340
 
                                                        gpointer     arg1,
341
 
                                                        gpointer     user_data)        : Run Last</pre>
 
385
<pre class="programlisting"><a
 
386
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
387
>gboolean</a>            user_function                      (<a class="link" href="goffice-06-go-combo-text.html#GoComboText">GoComboText</a> *gocombotext,
 
388
                                                        <a
 
389
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
390
>gpointer</a>     arg1,
 
391
                                                        <a
 
392
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
393
>gpointer</a>     user_data)        : Run Last</pre>
342
394
<p>
343
395
 
344
396
</p>
371
423
<hr>
372
424
<div class="refsect2" lang="en">
373
425
<a name="GoComboText-selection-changed"></a><h3>The <code class="literal">"selection-changed"</code> signal</h3>
374
 
<pre class="programlisting">gboolean            user_function                      (<a class="link" href="goffice-06-go-combo-text.html#GoComboText">GoComboText</a> *gocombotext,
375
 
                                                        gpointer     arg1,
376
 
                                                        gpointer     user_data)        : Run Last</pre>
 
426
<pre class="programlisting"><a
 
427
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
428
>gboolean</a>            user_function                      (<a class="link" href="goffice-06-go-combo-text.html#GoComboText">GoComboText</a> *gocombotext,
 
429
                                                        <a
 
430
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
431
>gpointer</a>     arg1,
 
432
                                                        <a
 
433
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
434
>gpointer</a>     user_data)        : Run Last</pre>
377
435
<p>
378
436
 
379
437
</p>
407
465
</div>
408
466
<div class="footer">
409
467
<hr>
410
 
          Generated by GTK-Doc V1.11</div>
 
468
          Generated by GTK-Doc V1.10</div>
411
469
</body>
412
470
</html>