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.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tawindow.py b/tawindow.py
index 68a9f01..fd1d949 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -269,6 +269,14 @@ class TurtleArtWindow():
self.nop = 'pythonloaded'
"""
+ Enter fulscreen mode
+ """
+ def set_fullscreen(self):
+ if self.running_sugar:
+ self.activity.fullscreen()
+ self.activity.recenter()
+
+ """
Hide/show button
"""
def hideshow_button(self):