how to change color of sash (seperator ) in panedwindow. #604
Unanswered
its-me-abi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
to change sash color of ttk.panedwindow I tried everything, like changing bordercolor, borderwidth, sashcolor, etc., but nothing worked. When I added bootstyle as an argument to the PanedWindow constructor, it allowed color changes, but only a limited set of predefined colors.
I tried to debug it by reading the source code and found that the create_panedwindow_style function is responsible for changing the sash color,
I edited this function of this module and added sashcolor to make it work, but that's not a real solution. Has anyone found other options in the API to change the sash color?
Beta Was this translation helpful? Give feedback.
All reactions