process the data This method is called automatically to process the data, *after* the dialog is destroyed. By default, it does nothing.
(self)
| 220 | return 1 # override |
| 221 | |
| 222 | def apply(self): |
| 223 | '''process the data |
| 224 | |
| 225 | This method is called automatically to process the data, *after* |
| 226 | the dialog is destroyed. By default, it does nothing. |
| 227 | ''' |
| 228 | |
| 229 | pass # override |
| 230 | |
| 231 | |
| 232 | # Place a toplevel window at the center of parent or screen |
no outgoing calls