| 568 | Metro_Panel.__init__(self, master, title, "#9954bb", "#7643a8", width) |
| 569 | |
| 570 | class Warning_Panel(Metro_Panel): |
| 571 | def __init__(self, master, title, width=None): |
| 572 | Metro_Panel.__init__(self, master, title, "#ff7518", "#ff4309", width) |
| 573 | |
| 574 | class Metro_Checkbutton(tk.Checkbutton): |
| 575 | image = { |