-
Notifications
You must be signed in to change notification settings - Fork 6
CTkLoader
Rudy edited this page Feb 21, 2024
·
1 revision

# CTkLoader
loader = CTkLoader(master=app, opacity=0.8, width=40, height=40)
# app.after(5000, loader.stop_loader) # Stop Loader after 5sec: This will stop the loader after 5 seconds.| Parameter | Description |
|---|---|
master |
Set parent window, the widget will spawn at center with full screen of the parent window |
opacity |
The opacity of frame background (0.8: default) |
width |
Loader icon width (40: default) |
height |
Loader icon height (40: default) |