gui.py 文件源码

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

项目:2017_script 作者: endl524 项目源码 文件源码
def SearchMenu():
    global list_movieData, dic_detailData, s1_ListBox, s2_ListBox
    global dic_photo, photo
    list_movieData = []
    dic_detailData = {}
    bgLabel = Label(sc_Frame, width=600, height=600, bg='white')
    bgLabel.place(x=0, y=0)
    init_searchInputLabel()

    fontemp = font.Font(sc_Frame, size=12, weight='bold')
    s1_ListBox = Listbox(sc_Frame, font=fontemp, width=37, height=18, borderwidth=2, relief='ridge')
    s1_ListBox.place(x=5, y=75)
    s2_ListBox = Listbox(sc_Frame, font=fontemp, width=37, height=10, borderwidth=2, relief='ridge')
    s2_ListBox.place(x=5, y=450)


    s1_ListBox.bind('<<ListboxSelect>>', info_event)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号