alejandroautalan / pygubu

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

Allow to setup values for option database after first window created. #282

Closed alejandroautalan closed 1 year ago

alejandroautalan commented 1 year ago

Is your feature request related to a problem? Please describe. Some widget styling requires the use of option database. When using the ttk styles definition file, the method is called after creation of all widgets.

Describe the solution you'd like Allow to call the method setup_ttk_styles when the first window is created and before all children creation. So, option database values take effect.

Describe alternatives you've considered None

Your Environment (please complete the following information):

Additional context Add any other context or screenshots about the feature request here.