Beispiel #1
0
 def orre_notifyAnimationEventHandled(self, menu):
     GUIScriptHandler.notifyAnimationEndHandled(menu)
Beispiel #2
0
 def hide(self, menu):
     GUIScriptHandler.hide(menu)
Beispiel #3
0
 def animateMenu(self, menu, animationName):
     GUIScriptHandler.animate(menu, animationName)
Beispiel #4
0
 def show(self, menu):
     GUIScriptHandler.show(menu)