gboolean visible)
{
IBusLookupTable *new_table;
+ IBusText *text;
gint page_begin;
gint i;
ibus_lookup_table_append_candidate (new_table, ibus_lookup_table_get_candidate (table, i));
}
+ for (i = 0; (text = ibus_lookup_table_get_label (table, i)) != NULL; i++) {
+ ibus_lookup_table_append_label (new_table, text);
+ }
+
ibus_lookup_table_set_cursor_pos (new_table, ibus_lookup_table_get_cursor_in_page (table));
ibus_lookup_table_set_orientation (new_table, ibus_lookup_table_get_orientation (table));