aboutsummaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-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):