(self, callingWindow, context, mainItem, selection)
| 256 | return self.display(callingWindow, context) |
| 257 | |
| 258 | def _baseGetBitmap(self, callingWindow, context, mainItem, selection): |
| 259 | return self.getBitmap(callingWindow, context) |
| 260 | |
| 261 | def _baseGetText(self, callingWindow, context, mainItem, selection): |
| 262 | return self.getText(callingWindow, context) |