summaryrefslogtreecommitdiffstats
path: root/src/ZYZPhoneticEditor.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-07-02 17:12:40 +0800
committerPeng Wu <alexepico@gmail.com>2014-07-02 17:12:40 +0800
commitcde4b45e75e2cf7bcf2b22ab8056322b1ad04cba (patch)
treea425fa5e801a62681f34966068545d4fca99b38d /src/ZYZPhoneticEditor.h
parent19e5caec8ff73a7b8e3307a490ec5930706633aa (diff)
downloadibus-libzhuyin-cde4b45e75e2cf7bcf2b22ab8056322b1ad04cba.tar.gz
ibus-libzhuyin-cde4b45e75e2cf7bcf2b22ab8056322b1ad04cba.tar.xz
ibus-libzhuyin-cde4b45e75e2cf7bcf2b22ab8056322b1ad04cba.zip
write method prepareCandidates
Diffstat (limited to 'src/ZYZPhoneticEditor.h')
-rw-r--r--src/ZYZPhoneticEditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ZYZPhoneticEditor.h b/src/ZYZPhoneticEditor.h
index 6652ac6..7ea3a58 100644
--- a/src/ZYZPhoneticEditor.h
+++ b/src/ZYZPhoneticEditor.h
@@ -68,6 +68,7 @@ public:
virtual gboolean insertEnglish (gint ch);
protected:
+ gboolean prepareCandidates (void);
gboolean selectCandidate (guint i);
gboolean selectCandidateInPage (guint i);