(event)
| 74 | |
| 75 | @staticmethod |
| 76 | def OnEditSetFocus(event): |
| 77 | # value = self.EditBox.GetValue() |
| 78 | # if value == self.descriptiveText: |
| 79 | # self.EditBox.ChangeValue("") |
| 80 | event.Skip() |
| 81 | |
| 82 | def OnEditKillFocus(self, event): |
| 83 | if self.EditBox.GetValue() == "": |
nothing calls this directly
no outgoing calls
no test coverage detected