screens.py 文件源码

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

项目:Mobile-TetriNET 作者: Smug28 项目源码 文件源码
def __init__(self, **kwargs):   # inicializace
        self.root = kwargs['root']
        self.root.insertStrings.append((self, ))
        super(BookmarksScreen, self).__init__(**kwargs)
        self.layout = GridLayout(cols=1, size_hint_y=None, size_hint_x = 1, spacing=10)
        self.layout.bind(minimum_height=self.layout.setter('height'))
        self.scrollview.add_widget(self.layout)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号