Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/tawindow.py b/tawindow.py
index 4a7f72d..3fdfa64 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -261,6 +261,15 @@ class TurtleArtWindow():
self.activity.do_hide()
"""
+ Callback from 'show blocks' block
+ """
+ def showblocks(self):
+ self.hide = True
+ self.hideshow_button()
+ if self.running_sugar:
+ self.activity.do_show()
+
+ """
Where is the mouse event?
"""
def xy(self, event):