I can make a widget with an OptionMenu in both Tk and ttk. OptionMenu
is structured just like Button
, Entry
, Label
, etc. However when I look in the official documentation, ttk has 17 widgets, none of which include OptionMenu
Why is OptionMenu
not in the official documentation with the rest of the widgets? What am I missing?