csvdump.py 文件源码

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

项目:chirp_fork 作者: mach327 项目源码 文件源码
def __init__(self, radiosel, download, upload, iport, eport):
        gtk.Window.__init__(self)

        self.tips = gtk.Tooltips()

        self.fn_radiosel = radiosel
        self.fn_download = download
        self.fn_upload = upload
        self.fn_iport = iport
        self.fn_eport = eport

        self.set_title("CHIRP: CSV Dump")
        self.set_resizable(False)

        vbox = gtk.VBox(False, 2)

        vbox.pack_start(self.make_radio_sel(), 0, , )
        vbox.pack_start(self.make_image_ctl(), 0, , )
        vbox.pack_start(self.make_file_ctl(), 0, , )
        vbox.pack_start(self.make_status_bar(), 0, , )

        vbox.show()
        self.add(vbox)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号