Salome HOME
Fix bug 17577: Help in 4x: Page is not displayed.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Swig.i
index 0ba7ee7e452a28c884f21df92b7489982d629e02..67c00c06eab264369a824f6c0b9be41721141cd3 100644 (file)
 
   PyAllowThreadsGuard guard;
 
-  try {
-    $action
-  }
-  catch(...) {
-    PyErr_SetString(PyExc_RuntimeError,"Unknown exception caught");
-    return NULL;
-  }
+  $action
 }
 
 %include "typemaps.i"
@@ -79,5 +73,7 @@ class SMESH_Swig
 
   void SetName(const char* Entry, const char* Name);
 
-  void SetMeshIcon(const char* Mesh_Entry, const bool isComputed);
+  void SetMeshIcon(const char* Mesh_Entry, const bool isComputed, const bool isEmpty);
+
+  void CreateAndDisplayActor( const char* Mesh_Entry );
 };