uiCheckBox.py 文件源码

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

项目:pythonista-scripts 作者: khilnani 项目源码 文件源码
def _setup_cb(self):
        '''set up encapsulated button as checkbox'''
        tf=ui.Button()
        tf.action=self._button_action
        tf.width=self.width
        tf.height=self.height
        tf.flex='whtblr'
        tf.title=self._get_checkbox_char()
        self.add_subview(tf)
        return tf
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号