-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
3.14bugs and security fixesbugs and security fixesstdlibPython modules in the Lib dirPython modules in the Lib dirtopic-tkintertype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
In current implementation of tk.OptionMenu
and ttk.OptionMenu
, we can not specify name to them since adding additional kwargs
raises unknown option
error
Since after initialization of widget name
cannot be changed, hence we cannot specify custom name such as games_option_menu
etc to the OptionMenu
.
Ability to specify name to a widget is very handy, since it helps programmer to easily gain access to widget between diffrent scopes and this ability is lacking in OptionMenu
widget.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
StanFromIreland and Xiaokang2022
Metadata
Metadata
Assignees
Labels
3.14bugs and security fixesbugs and security fixesstdlibPython modules in the Lib dirPython modules in the Lib dirtopic-tkintertype-featureA feature request or enhancementA feature request or enhancement