WARNING
This widget is experimental
Notification Widget Experimental
Parameters
Name | Type | Description |
---|---|---|
master | ||
text | ||
textvariable | ||
state | ||
anchor | ||
bg | ||
fg |
Methods
show
UNDOCUMENTED
hide
UNDOCUMENTED
configure
UNDOCUMENTED
Example
py
import tkinter
from tkinterplus.experimental import Notification
root = tkinter.Tk()
widget = Notification(root)
widget.pack()
root.mainloop()