Example #1
0
File: ore.py Project: bartvbl/ORE
 def orre_notifyAnimationEventHandled(self, menu):
     GUIScriptHandler.notifyAnimationEndHandled(menu)
Example #2
0
File: ore.py Project: bartvbl/ORE
 def hide(self, menu):
     GUIScriptHandler.hide(menu)
Example #3
0
File: ore.py Project: bartvbl/ORE
 def animateMenu(self, menu, animationName):
     GUIScriptHandler.animate(menu, animationName)
Example #4
0
File: ore.py Project: bartvbl/ORE
 def show(self, menu):
     GUIScriptHandler.show(menu)