python:: howto tkinter _ .config()

 

 

tkinter를 잘 쓰려면, .config()를 잘써야 하는데 이걸 다루는 예제가 인터넷에 별로 없음

더구나 "이쁜" 앱을 만들려고 import ttkbootstrap 을 사용해서 만들게 되면

 

분명히 doc에는 사용법이 같아 보이는데,

   .config(bg="blue")   

이런 명령어가 잘 안 먹음.

 

 

 

 

 

https://www.youtube.com/watch?v=tqKyMDqp-3E&list=PLCC34OHNcOtoC6GglhF3ncJ5rLwQrLGnV&index=64 

 

 

 

 


ttkbootstrap을 결국에는 쓰게 될텐데....

이게 tkinter from ttk와 호환이 되지만 약간씩 다른 부분이 있어서, 결국에는 ttk(original tkinter)를 잘 알아야 하긴 함.

그리고 예제가 ttk 밖에 없음 

 

 

 

bootstyle 은 잘 적용되지만
configure()은 잘 안됨

 

 

 

https://ttkbootstrap.readthedocs.io/en/latest/styleguide/button/#outline-button

 

Button - ttkbootstrap

Button This widget features a variety of button style types that have a primary color by default, or the selected color. This widget supports a special style for disabled state. Solid button (default) The default style features a solid background that ligh

ttkbootstrap.readthedocs.io

 

 

 

 

 

_

반응형