alejandroautalan / pygubu-designer

A simple GUI designer for the python tkinter module
GNU General Public License v3.0
828 stars 101 forks source link

Panes and Notebooks only permit one child widget. #105

Closed matecsaj closed 2 years ago

matecsaj commented 2 years ago

To put more than one Control & Display widget in a Pane or Notebook, I had to enclose them in a Frame.

Screen Shot 2022-03-29 at 9 19 57 PM

I don't know if this is normal for Tkinter or a bug; I'm bringing it to your attention just in case it is the latter.

matecsaj commented 2 years ago

I've learned this is a limitation of Tkinter, that the designer is correctly handling, so I will close this issue.