summaryrefslogtreecommitdiffstats
path: root/src/ZYZPhoneticEditor.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-04-21 14:09:24 +0800
committerPeng Wu <alexepico@gmail.com>2014-04-21 14:09:24 +0800
commitb43817fe83cb6a726f53faeaa011bd41f6b53e51 (patch)
treea9ac7a2c6320374608933afa0c4de990b101961c /src/ZYZPhoneticEditor.h
parentcf8f34957cb56513848ed6f24320c8c3136b6053 (diff)
downloadibus-libzhuyin-b43817fe83cb6a726f53faeaa011bd41f6b53e51.tar.gz
ibus-libzhuyin-b43817fe83cb6a726f53faeaa011bd41f6b53e51.tar.xz
ibus-libzhuyin-b43817fe83cb6a726f53faeaa011bd41f6b53e51.zip
write class PhoneticEditor in progress
Diffstat (limited to 'src/ZYZPhoneticEditor.h')
-rw-r--r--src/ZYZPhoneticEditor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ZYZPhoneticEditor.h b/src/ZYZPhoneticEditor.h
index b8f9db7..94afb60 100644
--- a/src/ZYZPhoneticEditor.h
+++ b/src/ZYZPhoneticEditor.h
@@ -67,6 +67,8 @@ protected:
gboolean selectCandidate (guint i);
gboolean selectCandidateInPage (guint i);
+ void commit (const gchar *str);
+
/* pure virtual functions */
virtual gboolean insert (gint ch) = 0;
virtual gboolean removeCharBefore (void);