def init_SortingButton():
fontemp = font.Font(bo_Frame, size=12, weight='bold')
m1_button = Button(bo_Frame, font=fontemp, bg="grey", fg="black",
text="?? BOX OFFICE ?? ??\n({0} ??)".format(yesterday), command=lambda: searchButtonAction(1))
m1_button.place(x=730, y=5)
m2_button = Button(bo_Frame, font=fontemp, bg="grey", fg="black", text="?? ?? ?",
command=lambda: sortingButtonAction(1))
m2_button.place(x=5, y=350)
m3_button = Button(bo_Frame, font=fontemp, bg="grey", fg="black", text="?? ???",
command=lambda: sortingButtonAction(2))
m3_button.place(x=127, y=350)
m4_button = Button(bo_Frame, font=fontemp, bg="grey", fg="black", text="?? ?? ?",
command=lambda: sortingButtonAction(3))
m4_button.place(x=250, y=350)
m5_button = Button(bo_Frame, font=fontemp, bg="grey", fg="black", text="?? ???",
command=lambda: sortingButtonAction(4))
m5_button.place(x=382, y=350)
评论列表
文章目录