items_processors.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:draobpilc 作者: awamper 项目源码 文件源码
def _update_switcher(self):
        for button in self._switcher.get_children():
            if not isinstance(button, Gtk.RadioButton): continue

            for label in button.get_children():
                if not isinstance(label, Gtk.Label): continue
                processor = self._get_for_title(label.get_text())
                if not processor: continue

                button.set_sensitive(processor.get_sensitive())
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号