{
//return ProcessEvent( new TGetRendererEvent() );
PyObject * aResult;
- Py_BEGIN_ALLOW_THREADS // PAL12755
aResult = ProcessEvent( new TGetRendererEvent() );
- Py_END_ALLOW_THREADS // PAL12755
return aResult;
}
{
//return ProcessEvent( new TGetRenderWindowEvent() );
PyObject * aResult;
- Py_BEGIN_ALLOW_THREADS // PAL12755
aResult = ProcessEvent( new TGetRenderWindowEvent() );
- Py_END_ALLOW_THREADS // PAL12755
return aResult;
}
{
//return ProcessEvent( new TGetRenderWindowInteractorEvent() );
PyObject * aResult;
- Py_BEGIN_ALLOW_THREADS // PAL12755
aResult = ProcessEvent( new TGetRenderWindowInteractorEvent() );
- Py_END_ALLOW_THREADS // PAL12755
return aResult;
}