(self, **kwargs)
| 260 | candFontName, cadFontSize, candPerRow, candUseCursor |
| 261 | ''' |
| 262 | def customizeUI(self, **kwargs): |
| 263 | data = self.currentReply.setdefault("customizeUI", {}) |
| 264 | data.update(kwargs) |
| 265 | |
| 266 | def isComposing(self): |
| 267 | return (self.compositionString != "" or self.showCandidates) |
no test coverage detected