예제 #1
0
파일: ore.py 프로젝트: bartvbl/ORE
 def orre_notifyAnimationEventHandled(self, menu):
     GUIScriptHandler.notifyAnimationEndHandled(menu)
예제 #2
0
파일: ore.py 프로젝트: bartvbl/ORE
 def hide(self, menu):
     GUIScriptHandler.hide(menu)
예제 #3
0
파일: ore.py 프로젝트: bartvbl/ORE
 def animateMenu(self, menu, animationName):
     GUIScriptHandler.animate(menu, animationName)
예제 #4
0
파일: ore.py 프로젝트: bartvbl/ORE
 def show(self, menu):
     GUIScriptHandler.show(menu)