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

« back to all changes in this revision

Viewing changes to docs/reference/html/goffice-GoComboText.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-GoOptionMenu.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="#id2590121" class="shortcut">Top</a>
 
37
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2595724" class="shortcut">Top</a>
38
38
                  &#160;|&#160;
39
 
                  <a href="#id2643394" class="shortcut">Description</a></nobr></td></tr>
 
39
                  <a href="#id2642808" class="shortcut">Description</a></nobr></td></tr>
40
40
</table>
41
41
<div class="refentry" lang="en">
42
42
<a name="goffice-GoComboText"></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="id2590121"></a><span class="refentrytitle">GoComboText</span>
 
46
<a name="id2595724"></a><span class="refentrytitle">GoComboText</span>
47
47
</h2>
48
48
<p>GoComboText</p>
49
49
</td>
72
72
</pre>
73
73
</div>
74
74
<div class="refsect1" lang="en">
75
 
<a name="id2643394"></a><h2>Description</h2>
 
75
<a name="id2642808"></a><h2>Description</h2>
76
76
<p>
77
77
 
78
78
</p>
79
79
</div>
80
80
<div class="refsect1" lang="en">
81
 
<a name="id2643410"></a><h2>Details</h2>
 
81
<a name="id2642823"></a><h2>Details</h2>
82
82
<div class="refsect2" lang="en">
83
 
<a name="id2643420"></a><h3>
 
83
<a name="id2642834"></a><h3>
84
84
<a name="GO-TYPE-COMBO-TEXT:CAPS"></a>GO_TYPE_COMBO_TEXT</h3>
85
 
<a class="indexterm" name="id2643432"></a><pre class="programlisting">#define GO_TYPE_COMBO_TEXT        (go_combo_text_get_type ())
 
85
<a class="indexterm" name="id2642846"></a><pre class="programlisting">#define GO_TYPE_COMBO_TEXT        (go_combo_text_get_type ())
86
86
</pre>
87
87
<p>
88
88
 
90
90
</div>
91
91
<hr>
92
92
<div class="refsect2" lang="en">
93
 
<a name="id2643448"></a><h3>
 
93
<a name="id2642862"></a><h3>
94
94
<a name="GO-COMBO-TEXT:CAPS"></a>GO_COMBO_TEXT()</h3>
95
 
<a class="indexterm" name="id2643461"></a><pre class="programlisting">#define GO_COMBO_TEXT(obj)        (G_TYPE_CHECK_INSTANCE_CAST (obj, GO_TYPE_COMBO_TEXT, GoComboText))
 
95
<a class="indexterm" name="id2642875"></a><pre class="programlisting">#define GO_COMBO_TEXT(obj)        (G_TYPE_CHECK_INSTANCE_CAST (obj, GO_TYPE_COMBO_TEXT, GoComboText))
96
96
</pre>
97
97
<p>
98
98
 
110
110
</div>
111
111
<hr>
112
112
<div class="refsect2" lang="en">
113
 
<a name="id2644181"></a><h3>
 
113
<a name="id2642911"></a><h3>
114
114
<a name="IS-GO-COMBO-TEXT:CAPS"></a>IS_GO_COMBO_TEXT()</h3>
115
 
<a class="indexterm" name="id2644192"></a><pre class="programlisting">#define IS_GO_COMBO_TEXT(obj)     (G_TYPE_CHECK_INSTANCE_TYPE (obj, GO_TYPE_COMBO_TEXT))
 
115
<a class="indexterm" name="id2646325"></a><pre class="programlisting">#define IS_GO_COMBO_TEXT(obj)     (G_TYPE_CHECK_INSTANCE_TYPE (obj, GO_TYPE_COMBO_TEXT))
116
116
</pre>
117
117
<p>
118
118
 
130
130
</div>
131
131
<hr>
132
132
<div class="refsect2" lang="en">
133
 
<a name="id2644228"></a><h3>
 
133
<a name="id2646361"></a><h3>
134
134
<a name="GoComboText"></a>GoComboText</h3>
135
 
<a class="indexterm" name="id2644240"></a><pre class="programlisting">typedef struct _GoComboText GoComboText;</pre>
 
135
<a class="indexterm" name="id2646373"></a><pre class="programlisting">typedef struct _GoComboText GoComboText;</pre>
136
136
<p>
137
137
 
138
138
</p>
139
139
</div>
140
140
<hr>
141
141
<div class="refsect2" lang="en">
142
 
<a name="id2644256"></a><h3>
 
142
<a name="id2646388"></a><h3>
143
143
<a name="GoComboTextSearch"></a>enum GoComboTextSearch</h3>
144
 
<a class="indexterm" name="id2644268"></a><pre class="programlisting">typedef enum {            /* begin the search from : */
 
144
<a class="indexterm" name="id2646400"></a><pre class="programlisting">typedef enum {            /* begin the search from : */
145
145
        GO_COMBO_TEXT_FROM_TOP, /* the top of the list */
146
146
        GO_COMBO_TEXT_CURRENT,          /* the current selection */
147
147
        GO_COMBO_TEXT_NEXT              /* the next element after current */
153
153
</div>
154
154
<hr>
155
155
<div class="refsect2" lang="en">
156
 
<a name="id2644287"></a><h3>
 
156
<a name="id2646420"></a><h3>
157
157
<a name="go-combo-text-get-type"></a>go_combo_text_get_type ()</h3>
158
 
<a class="indexterm" name="id2644298"></a><pre class="programlisting">GType               go_combo_text_get_type              (void);</pre>
 
158
<a class="indexterm" name="id2646431"></a><pre class="programlisting">GType               go_combo_text_get_type              (void);</pre>
159
159
<p>
160
160
 
161
161
</p>
172
172
</div>
173
173
<hr>
174
174
<div class="refsect2" lang="en">
175
 
<a name="id2644334"></a><h3>
 
175
<a name="id2646467"></a><h3>
176
176
<a name="go-combo-text-new"></a>go_combo_text_new ()</h3>
177
 
<a class="indexterm" name="id2644347"></a><pre class="programlisting">GtkWidget*          go_combo_text_new                   (GCompareFunc cmp_func);</pre>
 
177
<a class="indexterm" name="id2646479"></a><pre class="programlisting">GtkWidget*          go_combo_text_new                   (GCompareFunc cmp_func);</pre>
178
178
<p>
179
179
</p>
180
180
<p>
200
200
</div>
201
201
<hr>
202
202
<div class="refsect2" lang="en">
203
 
<a name="id2643856"></a><h3>
 
203
<a name="id2646539"></a><h3>
204
204
<a name="go-combo-text-glade-new"></a>go_combo_text_glade_new ()</h3>
205
 
<a class="indexterm" name="id2643867"></a><pre class="programlisting">GtkWidget*          go_combo_text_glade_new             (void);</pre>
 
205
<a class="indexterm" name="id2646550"></a><pre class="programlisting">GtkWidget*          go_combo_text_glade_new             (void);</pre>
206
206
<p>
207
207
 
208
208
</p>
219
219
</div>
220
220
<hr>
221
221
<div class="refsect2" lang="en">
222
 
<a name="id2643903"></a><h3>
 
222
<a name="id2644004"></a><h3>
223
223
<a name="go-combo-text-get-entry"></a>go_combo_text_get_entry ()</h3>
224
 
<a class="indexterm" name="id2643914"></a><pre class="programlisting">GtkWidget*          go_combo_text_get_entry             (<a href="goffice-GoComboText.html#GoComboText">GoComboText</a> *ct);</pre>
 
224
<a class="indexterm" name="id2644015"></a><pre class="programlisting">GtkWidget*          go_combo_text_get_entry             (<a href="goffice-GoComboText.html#GoComboText">GoComboText</a> *ct);</pre>
225
225
<p>
226
226
 
227
227
</p>
245
245
</div>
246
246
<hr>
247
247
<div class="refsect2" lang="en">
248
 
<a name="id2643971"></a><h3>
 
248
<a name="id2644071"></a><h3>
249
249
<a name="go-combo-text-set-text"></a>go_combo_text_set_text ()</h3>
250
 
<a class="indexterm" name="id2643982"></a><pre class="programlisting">gboolean            go_combo_text_set_text              (<a href="goffice-GoComboText.html#GoComboText">GoComboText</a> *ct,
 
250
<a class="indexterm" name="id2644082"></a><pre class="programlisting">gboolean            go_combo_text_set_text              (<a href="goffice-GoComboText.html#GoComboText">GoComboText</a> *ct,
251
251
                                                         const gchar *text,
252
252
                                                         <a href="goffice-GoComboText.html#GoComboTextSearch">GoComboTextSearch</a> start);</pre>
253
253
<p>
285
285
</div>
286
286
<hr>
287
287
<div class="refsect2" lang="en">
288
 
<a name="id2644085"></a><h3>
 
288
<a name="id2644185"></a><h3>
289
289
<a name="go-combo-text-add-item"></a>go_combo_text_add_item ()</h3>
290
 
<a class="indexterm" name="id2644096"></a><pre class="programlisting">void                go_combo_text_add_item              (<a href="goffice-GoComboText.html#GoComboText">GoComboText</a> *ct,
 
290
<a class="indexterm" name="id2644196"></a><pre class="programlisting">void                go_combo_text_add_item              (<a href="goffice-GoComboText.html#GoComboText">GoComboText</a> *ct,
291
291
                                                         const gchar *label);</pre>
292
292
<p>
293
293
</p>