(self, event)
| 163 | return False |
| 164 | |
| 165 | def Selected(self, event): |
| 166 | obj = event.GetEventObject() |
| 167 | formatName = obj.GetLabel() |
| 168 | self.copyFormat = self.copyFormats[formatName][0] |
| 169 | self.toggleOptions() |
| 170 | self.Fit() |
| 171 | |
| 172 | def toggleOptions(self): |
| 173 | for formatId in self.options: |
nothing calls this directly
no test coverage detected