ElementCreationView.py 文件源码

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

项目:pythonista-scripts 作者: khilnani 项目源码 文件源码
def get_view(savecb, apcb, capcb, thememanager):
    dbo = ElementCreationView(saveCallBack = savecb, showAssetPickerCallBack = apcb, closeAssetPickerCallBack = capcb, thememanager = thememanager)
    table_view.name = 'Element'
    table_view.data_source = dbo
    table_view.delegate = dbo
    table_view.right_button_items = [ui.ButtonItem(title='Save Element', action=dbo.create_element)]
    table_view.background_color = thememanager.main_background_colour
    return table_view
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号