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