def calenderStyleWidget(self):
style = ttk.Style(self.master)
styleArrowLayout = lambda dir: (
[('Button.focus', {'children': [('Button.%sarrow' % dir, None)]})]
)
style.layout('L.TButton', styleArrowLayout('left'))
style.layout('R.TButton', styleArrowLayout('right'))
style.configure('Calendar.Treeview', rowheight=40)
评论列表
文章目录