Beispiel #1
0
 def Apply(self):
     ModelessDialog.Apply(self)
     if self.command:
         self.command(1, self)
Beispiel #2
0
 def Apply(self):
     for entryWidget in self._entryWidgets:
         if entryWidget.valid():
             entryWidget.invoke()
     ModelessDialog.Apply(self)