syncExec.py
Go to the documentation of this file.
1 import org.eclipse.swt.widgets.Display as Display
2 
3 def Exec(r):
4  display = Display.getDefault()
5  display.syncExec(r)
6  return None
def Exec(r)
Definition: syncExec.py:3


openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Sat May 8 2021 02:42:41