While browsing through this questions answer, I found out that there is also a name option in all widget.
My question is how do I find all such options of a widget?, as using keys or config only returns the standard options of that particular widget.
Example:
Label(options).pack()
I only need to know all the values which are accepted in the options of a widget.