summaryrefslogtreecommitdiffstats
path: root/ibus
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-08-19 13:56:28 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-08-19 13:56:28 +0800
commit628a3d8eea5bb38beae3022cf594212e803f0d22 (patch)
tree781a411a9388c2df755ae1804ff1bdbccc84a676 /ibus
parent8c6fae5ec47bb0684c88e891e66ea070b1d0af58 (diff)
downloadibus-628a3d8eea5bb38beae3022cf594212e803f0d22.tar.gz
ibus-628a3d8eea5bb38beae3022cf594212e803f0d22.tar.xz
ibus-628a3d8eea5bb38beae3022cf594212e803f0d22.zip
Add get_labels for lookuptable
Diffstat (limited to 'ibus')
-rw-r--r--ibus/lookuptable.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ibus/lookuptable.py b/ibus/lookuptable.py
index bfdc479..09e6d21 100644
--- a/ibus/lookuptable.py
+++ b/ibus/lookuptable.py
@@ -86,6 +86,9 @@ class LookupTable(object):
def set_labels(self, labels):
self.__labels == labels
+ def get_labels(self):
+ return self.__labels
+
def show_cursor(self, show = True):
self.__cursor_visible = show