alejandroautalan / pygubu

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

cannot add frames to notebook widget #261

Closed odds-get-evened closed 2 years ago

odds-get-evened commented 2 years ago

as the topic suggests. in code you can assign widgets to the notebook instance, but how do you accomplish this in Pygubu? seems the additional frames get placed outside of the notebook, and expecting them to be children of the notebook instance. image

alejandroautalan commented 2 years ago

Hello @mintaka5, thanks for trying pygubu. You need to use the Notebook.Tab helper. Located in Pygubu Helpers.

Captura de pantalla_2022-05-24_13-44-46

Regards Alejandro A.