MCPcopy Create free account
hub / github.com/EasyIME/PIME / customizeUI

Method customizeUI

python/textService.py:262–264  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

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)

Callers 4

applyConfigMethod · 0.80
onActivateMethod · 0.80
createSessionMethod · 0.80
applyConfigMethod · 0.80

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected