def on_num_int_spin(self, _o):
adj = Gtk.Adjustment(self.get_int('cur_edit_interval'), 1,
self.get_int('number_of_intervals'), 1, self.MAX_INT)
self.g_int_sel_spin.set_adjustment(adj)
self.g_int_sel_spin.update()
multipleintervalconfigwidget.py 文件源码
python
阅读 19
收藏 0
点赞 0
评论 0
评论列表
文章目录