Replies: 1 comment
-
|
don't you need a Have u tried their example (see below) ? import ttkbootstrap as ttk
from ttkbootstrap.constants import *
root = ttk.Window(themename="superhero")
b1 = ttk.Button(root, text="Submit", bootstyle="success")
b1.pack(side=LEFT, padx=5, pady=10)
b2 = ttk.Button(root, text="Submit", bootstyle="info-outline")
b2.pack(side=LEFT, padx=5, pady=10)
root.mainloop() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I use the
ttkbootstraplibrary, some problems arise. The axis in Cadwork changes color and I can't select objects, and the selection is irregular.Axis:

Selection:

Beta Was this translation helpful? Give feedback.
All reactions