aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvidon2005-06-02 10:01:35 +0000
committervidon2005-06-02 10:01:35 +0000
commite446c9b3cb3efcba1cafd0d7de0494ef012502ba (patch)
tree039800bf8c0dcdd62fca724d40a59ec1be80516d
parentae7fd23fc3f4f67ce2b413a0fdcf8fa84effadc8 (diff)
downloadtkzinc-e446c9b3cb3efcba1cafd0d7de0494ef012502ba.zip
tkzinc-e446c9b3cb3efcba1cafd0d7de0494ef012502ba.tar.gz
tkzinc-e446c9b3cb3efcba1cafd0d7de0494ef012502ba.tar.bz2
tkzinc-e446c9b3cb3efcba1cafd0d7de0494ef012502ba.tar.xz
Closed #5
value now returned
-rw-r--r--Python/library/Zinc.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/library/Zinc.py.in b/Python/library/Zinc.py.in
index c0c8531..799e960 100644
--- a/Python/library/Zinc.py.in
+++ b/Python/library/Zinc.py.in
@@ -232,7 +232,7 @@ class Zinc(Widget):
"""
id = zinc.clone(tagOrId, **attributs)
"""
- self.tk.call(self._w,'clone', *args)
+ return self.tk.call(self._w,'clone', *args)
def __oldconfigure(self,**kw):