如何更改tkinter滚动条颜色

问题描述

嗨,我正在用python创建文本编辑器,但是如何更改tkinters滚动条颜色

我尝试使用bg,但是它不起作用

这是我的代码

import datatable as dt
x = dt.Frame({"a": ["1","2","3"],"b":["20","30","40"]})
x.stypes
#(stype.str32,stype.str32)
x[:,:] = dt.int64
x.stypes
#(stype.int64,stype.int64)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)