summaryrefslogtreecommitdiffstats
path: root/src/PYPFullPinyinEditor.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-09-21 11:39:17 +0800
committerPeng Wu <alexepico@gmail.com>2011-12-22 12:23:12 +0800
commit9d968ec9eb391d26b1762dfeae1699e92a4e6614 (patch)
tree00072b2dc116acd6c9c3993592282cf8b1ab2da8 /src/PYPFullPinyinEditor.h
parent45fc184f99a90c32d282732b5adf1199b219016c (diff)
downloadibus-libpinyin-9d968ec9eb391d26b1762dfeae1699e92a4e6614.tar.gz
ibus-libpinyin-9d968ec9eb391d26b1762dfeae1699e92a4e6614.tar.xz
ibus-libpinyin-9d968ec9eb391d26b1762dfeae1699e92a4e6614.zip
re-factor full pinyin editor
Diffstat (limited to 'src/PYPFullPinyinEditor.h')
-rw-r--r--src/PYPFullPinyinEditor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/PYPFullPinyinEditor.h b/src/PYPFullPinyinEditor.h
index afb52d5..11e53cb 100644
--- a/src/PYPFullPinyinEditor.h
+++ b/src/PYPFullPinyinEditor.h
@@ -54,6 +54,9 @@ protected:
/* TODO: to be implemented. */
void updatePinyin (void);
+ guint getCursorLeftByWord (void);
+ guint getCursorRightByWord (void);
+
};
};