Salome HOME
Update Help for VISU module.
[modules/visu.git] / src / VISU_SWIG / test_events.py
1 ###############################################################
2 #
3 # File        : test_events.py
4 # Description : Test postEvent() functionality for VISU module
5 #               This script can be run from GUI Python console only!
6 ###############################################################
7
8 from visu_gui import *
9
10 for i in range ( 10 ):
11     myVisu.CreateTestView()
12     for j in range ( 10 ):
13         myVisu.ShowTestObject();
14