mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
readme fix
This commit is contained in:
parent
b262ddb39b
commit
ec97ef16b5
@ -150,7 +150,7 @@ created two buttons with a bell and a settings image on them:
|
||||
## Documentation - CustomTkinter Elements
|
||||
|
||||
### CTk
|
||||
You can use the normal ``kinter.Tk`` class to create the root window,
|
||||
You can use the normal ``tkinter.Tk`` class to create the root window,
|
||||
but if you want a background color that changes with the appearance mode and a dark title-bar on macOS,
|
||||
you should use the `customtkinter.CTk` class which behaves exactly like the normal Tk
|
||||
class, except that you can also set a tuple color as bg color.
|
||||
|
Loading…
Reference in New Issue
Block a user