示例#1
0
 def set(self, parent=None):
     """
         Run scan event configuration procedure.
         Parameters:
             parent    -    parent window (wx.Window)
         Output:
             True if successful
     """
     # Insert here configuration actions (e.g. pop dialog box)
     return ScanEvent.set(self, parent)