summaryrefslogtreecommitdiffstats
path: root/src/PYPDoublePinyinEditor.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-09-21 14:52:09 +0800
committerPeng Wu <alexepico@gmail.com>2011-12-22 12:23:12 +0800
commitdde9caeb198ab9756555ac8e040090941e53abba (patch)
tree7644795fd52cdb1a0e9fb49ac0a89d32f842e90f /src/PYPDoublePinyinEditor.h
parent490d506672590d37242cbb45cc8ec871d6f23137 (diff)
downloadibus-libpinyin-dde9caeb198ab9756555ac8e040090941e53abba.tar.gz
ibus-libpinyin-dde9caeb198ab9756555ac8e040090941e53abba.tar.xz
ibus-libpinyin-dde9caeb198ab9756555ac8e040090941e53abba.zip
add update pinyin
Diffstat (limited to 'src/PYPDoublePinyinEditor.h')
-rw-r--r--src/PYPDoublePinyinEditor.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/PYPDoublePinyinEditor.h b/src/PYPDoublePinyinEditor.h
index f0cb548..d756fbd 100644
--- a/src/PYPDoublePinyinEditor.h
+++ b/src/PYPDoublePinyinEditor.h
@@ -32,18 +32,6 @@ public:
gboolean insert (gint ch);
- gboolean removeCharBefore (void);
- gboolean removeCharAfter (void);
- gboolean removeWordBefore (void);
- gboolean removeWordAfter (void);
-
- gboolean moveCursorLeft (void);
- gboolean moveCursorRight (void);
- gboolean moveCursorLeftByWord (void);
- gboolean moveCursorRightByWord (void);
- gboolean moveCursorToBegin (void);
- gboolean moveCursorToEnd (void);
-
/* override virtual functions */
gboolean processKeyEvent (guint keyval, guint keycode, guint modifiers);
void reset (void);