Python tkinter change OptionMenu during runtime
My second dropdown list is dependent on my first dropdown list. I can make it work by creating a second OptionMenu that overwrites the first OptionMenu. The following code works.
Python tkinter OptionMenu Documentation
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