alejandroautalan / pygubu

A simple GUI builder for the python tkinter module
MIT License
2.01k stars 213 forks source link

OptionMenu available in tk but not in ttk #246

Closed Guekka closed 3 years ago

Guekka commented 3 years ago

Currently using this tool to rebuild an old app. I wanted to add themes support, but it looks like OptionMenu is available in the tk menu and not in the ttk menu.

alejandroautalan commented 3 years ago

Hello Guekka, thanks for trying pygubu and for the bug report.

I will add it in the ttk menu as well, as there is no equivalent widget for ttk so far. It will be available in the next release.

Thank you! Regards Alejandro A.

Guekka commented 3 years ago

Thanks for your quick answer. And for your work, pygubu is really good!