Skip to content

CTkNotification

Rudy edited this page Feb 21, 2024 · 1 revision

Preview

ctk_notification_1 ctk_notification_2 ctk_notification_3 ctk_notification_4

Example usage

# CTkNotification
CTkNotification(master=app, state="info", message="message", side="right_bottom") # This will display a notification at the right bottom of the app.

Arguments

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)

Clone this wiki locally