Author: tack
Date: Fri Mar 31 13:43:27 2006
New Revision: 1371

Modified:
   trunk/canvas/test/animation/menu.py

Log:
Add 'f' key to toggle fullscreen mode.



Modified: trunk/canvas/test/animation/menu.py
==============================================================================
--- trunk/canvas/test/animation/menu.py (original)
+++ trunk/canvas/test/animation/menu.py Fri Mar 31 13:43:27 2006
@@ -30,6 +30,8 @@
     elif key == "enter":
         streak.move(right = 0)
         streak.animate("move", left="100%", duration = 0.25)
+    elif key == "f":
+        c.get_window().set_fullscreen(not c.get_window().get_fullscreen())
 
     if new_item != cur_item:
         set_menu_item(new_item)


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to