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

# CTkNotification
CTkNotification(master=app, state="info", message="message", side="right_bottom") # This will display a notification at the right bottom of the app.| Parameter | Description |
|---|---|
master |
Set parent window, the widget will spawn at right bottom of the parent window |
state |
The icon of alert (info: default, warning and error) |
message |
Message or body text of notification |
side |
The position where the widget should be displayed (right_bottom: default) |