You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current implementation of .__init__ of tk.OptionMenu, tkinter raise's error if we use
tk.OptionMenu() # Argument missing error
while other widgets like tk.Button work without arguments
tk.Button() # No Error
Therefore by making the below change, tkinter can follow its standard among other widget as well as get user get a non-parameterized OptionMenu widget.
Feature or enhancement
Proposal:
In current implementation of
.__init__
oftk.OptionMenu
, tkinter raise's error if we usewhile other widgets like
tk.Button
work without argumentsTherefore by making the below change, tkinter can follow its standard among other widget as well as get user get a non-parameterized OptionMenu widget.
Change:
To:
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
The text was updated successfully, but these errors were encountered: