def script_collapse(self, gesture):
if controlTypes.STATE_EXPANDED in self.states:
#translators: a message indecating that a tree view item in watch / locals /... tool window has been collapsed
ui.message(_("collapsed"))
gesture.send()
评论列表
文章目录