Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: src/IBusChewingEngine-keys.c

Issue 2436006: Add support for selecting candidates via mouseclick. (Closed) Base URL: ssh://git@chromiumos-git/ibus-chewing.git
Patch Set: Code Review Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IBusChewingEngine.gob ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IBusChewingEngine-keys.c
diff --git a/src/IBusChewingEngine-keys.c b/src/IBusChewingEngine-keys.c
index 98d4e1bbbbc3d891d156e764f459cdac2f3df721..2598d4e0d9af3119e221b734ad39a28ce836bb14 100644
--- a/src/IBusChewingEngine-keys.c
+++ b/src/IBusChewingEngine-keys.c
@@ -198,3 +198,10 @@ gboolean ibus_chewing_engine_process_key_event(IBusEngine *engine,
}
return self_update(self);
}
+
+void ibus_chewing_engine_candidate_clicked(IBusEngine *engine, guint index,
+ guint button, guint state) {
+ G_DEBUG_MSG(3,"[I3] cadidate_clicked(-, %u, %u, %u) ... proceed.", index, button, state);
+ IBusChewingEngine *self=IBUS_CHEWING_ENGINE(engine);
+ self_handle_candidate_clicked(self, index, button, state);
+}
« no previous file with comments | « src/IBusChewingEngine.gob ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698