def treeview_button_press(self, treeview, event):
if gv.jcchess.get_stopped():
GObject.idle_add(self.process_tree_selection)
else:
GObject.idle_add(self.tree_selection.unselect_all)
# set the board position at the move the user clicked on
评论列表
文章目录