(self, context, frame, view, location)
| 50 | self.widget.updateState() |
| 51 | |
| 52 | def OnAddressChange(self, context, frame, view, location): |
| 53 | self.widget.updateState() |
| 54 | |
| 55 | |
| 56 | # Pane widget itself. This can be any QWidget. |
nothing calls this directly
no test coverage detected