def get_view(docsets, download_action, refresh_docsets_action, delete_action, refresh_main_view, theme_manager):
w,h = ui.get_screen_size()
tv.width = w
tv.height = h
tv.flex = 'WH'
tv.name = 'Docsets'
data = DocsetManagementView(docsets, download_action, refresh_docsets_action, delete_action, refresh_main_view, theme_manager)
tv.delegate = data
tv.data_source = data
return tv
评论列表
文章目录