Salome HOME
bos #20430 [CEA 20428] FIELDS : improvement of simplified visualisations
[modules/med.git] / src / MEDCalc / tui / medevents.py
index 01e803d4aa8fdc6bdb2b133c213ea6911c4cbd9f..939696de53cc0a12907d6c4fe195436d9c6b0c82 100644 (file)
@@ -120,6 +120,9 @@ def notifyGui_removePresentation(presId):
 #
 def notifyGui_modifyPresentation(presId):
   __notifyGui(MEDCALC.EVENT_MODIFY_PRESENTATION, presentationId=presId)
+#
+def notifyGui_visibilityChanged(presId):
+  __notifyGui(MEDCALC.EVENT_VISIBILITY_CHANGED, presentationId=presId)
 
 def notifyGui_playQtTestingScenario(filename):
   __notifyGui(MEDCALC.EVENT_PLAY_TEST, filename=filename)