Skip to content

CTkLoader

Rudy edited this page Feb 21, 2024 · 1 revision

Preview

ctk_loader

Example usage

# 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.

Arguments

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)

Clone this wiki locally