(self, state)
| 26 | #self.handle = self.handle_ |
| 27 | |
| 28 | def commit(self, state): |
| 29 | self.Destroy() |
| 30 | if state=='ok' and self.on_ok:self.on_ok() |
| 31 | if state=='cancel' and self.on_cancel:self.on_cancel() |
| 32 | |
| 33 | def add_confirm(self, modal=True): |
| 34 | # self.lst.AddStretchSpacer(1) |