Audio Widget Experimental
WARNING
This widget is experimental
Parameters
Name | Type | Description |
---|---|---|
master | ||
controls | ||
state | ||
bg | ||
fg | ||
activebackground | ||
activeforeground | ||
troughcolor | ||
bordercolor | ||
borderwidth |
Methods
Example
py
import tkinter
from tkinterplus.experimental import Audio
root = tkinter.Tk()
widget = Audio(root)
widget.pack()
root.mainloop()