alejandroautalan / pygubu

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

Not all CTk arguments are exposed by pugubu #292

Closed scaramacai closed 6 months ago

scaramacai commented 7 months ago

Describe the bug CTK widget settings miss many arguments

To Reproduce Many CTK widgets miss arguments to set the position or the dimensions of the internal elements. For instance CTkTabView.anchor cannot be set. The same is for CTkButton. CTkRadioButton and CTkCheckButton (radiobutton_width, radiobutton_height) and ( checkbox_width, checkbox_height), respectively. There are other arguments that are exposed by the plugin/pygubu-designer interface and that would be nice to have.

Expected behavior Make pygubu expose those arguments and let set them in via pygubu-designer.

Your Environment (please complete the following information):

However, thank you very much for your terrific work. Hope you can fix this annoying behavior.

alejandroautalan commented 7 months ago

Hello @scaramacai, thanks for the report. I will add the missing properties ASAP. I'm glad that you like pygubu.

Regards Alejandro A.