(self, context, frame, type)
| 47 | UIContext.unregisterNotification(self) |
| 48 | |
| 49 | def OnViewChange(self, context, frame, type): |
| 50 | self.widget.updateState() |
| 51 | |
| 52 | def OnAddressChange(self, context, frame, view, location): |
| 53 | self.widget.updateState() |
nothing calls this directly
no test coverage detected