~ubuntu-branches/ubuntu/karmic/ibus/karmic-updates

« back to all changes in this revision

Viewing changes to docs/reference/ibus/html/IBusLookupTable.html

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-06-13 11:39:05 UTC
  • mfrom: (1.1.3 upstream) (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090613113905-0mfi5hhoz8w9y6k2
Tags: 1.1.0.20090612-1
* new upstream release.
* Fix "python-ibus should depends on iso-codes" (Closes: #532163)
* debian/libibus0.symbols: update symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.3">
7
7
<link rel="home" href="index.html" title="iBus Reference Manual">
8
8
<link rel="up" href="ch02.html" title="User Interfaces">
9
 
<link rel="prev" href="IBusAttribute.html" title="IBusAttribute">
 
9
<link rel="prev" href="IBusHotkeyProfile.html" title="IBusHotkeyProfile">
10
10
<link rel="next" href="IBusProperty.html" title="IBusProperty">
11
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="ch01.html" title="API Overviews">
14
14
<link rel="chapter" href="ch02.html" title="User Interfaces">
15
15
<link rel="chapter" href="ch03.html" title="Input method engine">
16
 
<link rel="chapter" href="ch04.html" title="Configure">
 
16
<link rel="chapter" href="ch04.html" title="Configuration">
17
17
<link rel="chapter" href="ch05.html" title="Others">
18
18
</head>
19
19
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
20
20
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
21
21
<tr valign="middle">
22
 
<td><a accesskey="p" href="IBusAttribute.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
22
<td><a accesskey="p" href="IBusHotkeyProfile.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
23
23
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
24
24
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
25
25
<th width="100%" align="center">iBus Reference Manual</th>
68
68
                                                         <a
69
69
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
70
70
>guint</a> index);
 
71
void                <a class="link" href="IBusLookupTable.html#ibus-lookup-table-append-label" title="ibus_lookup_table_append_label ()">ibus_lookup_table_append_label</a>      (<a class="link" href="IBusLookupTable.html" title="IBusLookupTable">IBusLookupTable</a> *table,
 
72
                                                         <a class="link" href="IBusText.html" title="IBusText">IBusText</a> *text);
 
73
<a class="link" href="IBusText.html" title="IBusText">IBusText</a> *          <a class="link" href="IBusLookupTable.html#ibus-lookup-table-get-label" title="ibus_lookup_table_get_label ()">ibus_lookup_table_get_label</a>         (<a class="link" href="IBusLookupTable.html" title="IBusLookupTable">IBusLookupTable</a> *table,
 
74
                                                         <a
 
75
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
 
76
>guint</a> index);
71
77
void                <a class="link" href="IBusLookupTable.html#ibus-lookup-table-set-cursor-pos" title="ibus_lookup_table_set_cursor_pos ()">ibus_lookup_table_set_cursor_pos</a>    (<a class="link" href="IBusLookupTable.html" title="IBusLookupTable">IBusLookupTable</a> *table,
72
78
                                                         <a
73
79
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
143
149
    gboolean round;
144
150
 
145
151
    GArray *candidates;
 
152
    GArray *labels;
146
153
} IBusLookupTable;
147
154
</pre>
148
155
<p>
187
194
<td> Candidate words/phrases/
188
195
</td>
189
196
</tr>
 
197
<tr>
 
198
<td><p><span class="term"><a
 
199
href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"
 
200
>GArray</a> *<em class="structfield"><code>labels</code></em>;</span></p></td>
 
201
<td>
 
202
</td>
 
203
</tr>
190
204
</tbody>
191
205
</table></div>
192
206
</div>
214
228
<tbody>
215
229
<tr>
216
230
<td><p><span class="term"><em class="parameter"><code>page_size</code></em> :</span></p></td>
217
 
<td> number of candidate shown per page.
 
231
<td> number of candidate shown per page, the max value is 16.
218
232
</td>
219
233
</tr>
220
234
<tr>
299
313
</div>
300
314
<hr>
301
315
<div class="refsect2" lang="en">
 
316
<a name="ibus-lookup-table-append-label"></a><h3>ibus_lookup_table_append_label ()</h3>
 
317
<pre class="programlisting">void                ibus_lookup_table_append_label      (<a class="link" href="IBusLookupTable.html" title="IBusLookupTable">IBusLookupTable</a> *table,
 
318
                                                         <a class="link" href="IBusText.html" title="IBusText">IBusText</a> *text);</pre>
 
319
<p>
 
320
Append a candidate word/phrase to IBusLookupTable.</p>
 
321
<p>
 
322
</p>
 
323
<div class="variablelist"><table border="0">
 
324
<col align="left" valign="top">
 
325
<tbody>
 
326
<tr>
 
327
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
 
328
<td> An IBusLookupTable.
 
329
</td>
 
330
</tr>
 
331
<tr>
 
332
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
 
333
<td> candidate word/phrase to be appended (in IBusText format).
 
334
</td>
 
335
</tr>
 
336
</tbody>
 
337
</table></div>
 
338
</div>
 
339
<hr>
 
340
<div class="refsect2" lang="en">
 
341
<a name="ibus-lookup-table-get-label"></a><h3>ibus_lookup_table_get_label ()</h3>
 
342
<pre class="programlisting"><a class="link" href="IBusText.html" title="IBusText">IBusText</a> *          ibus_lookup_table_get_label         (<a class="link" href="IBusLookupTable.html" title="IBusLookupTable">IBusLookupTable</a> *table,
 
343
                                                         <a
 
344
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
 
345
>guint</a> index);</pre>
 
346
<p>
 
347
Return IBusText at the given index.</p>
 
348
<p>
 
349
</p>
 
350
<div class="variablelist"><table border="0">
 
351
<col align="left" valign="top">
 
352
<tbody>
 
353
<tr>
 
354
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
 
355
<td> An IBusLookupTable.
 
356
</td>
 
357
</tr>
 
358
<tr>
 
359
<td><p><span class="term"><em class="parameter"><code>index</code></em> :</span></p></td>
 
360
<td> Index in the Lookup table.
 
361
</td>
 
362
</tr>
 
363
<tr>
 
364
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
365
<td> IBusText at the given index; NULL if no such IBusText.
 
366
</td>
 
367
</tr>
 
368
</tbody>
 
369
</table></div>
 
370
</div>
 
371
<hr>
 
372
<div class="refsect2" lang="en">
302
373
<a name="ibus-lookup-table-set-cursor-pos"></a><h3>ibus_lookup_table_set_cursor_pos ()</h3>
303
374
<pre class="programlisting">void                ibus_lookup_table_set_cursor_pos    (<a class="link" href="IBusLookupTable.html" title="IBusLookupTable">IBusLookupTable</a> *table,
304
375
                                                         <a