def __init__(self, *args, **kwargs):
xbmcgui.WindowXMLDialog.__init__(self)
self.listing = kwargs.get("listing")
self.windowtitle = kwargs.get("windowtitle")
self.extrabutton = kwargs.get("extrabutton", "")
self.autofocus = kwargs.get("autofocus", "")
self.result = None
dialogselect.py 文件源码
python
阅读 20
收藏 0
点赞 0
评论 0
评论列表
文章目录