Adding tkinter modules to notebook tabs [RESOLVED]

Rich Shepard rshepard at appl-ecosys.com
Sun Apr 5 11:54:34 EDT 2020


On Sat, 4 Apr 2020, Christian Gollwitzer wrote:

> Add that thing instead of the frame.
> 
> blabla=BioDataForm() # whatever args it needs, maybe parent=nb
> 
> nb.add(blabla, text="Biodata")

Christian,

This clarifies my uncertainty and answers my question. Thanks.

> PS: I suggest to change all Tk widgets to ttk widgets for optical reasons, 
> but that's a side note.

I thought I had all as ttk; I'll check and correct as necessary.

Best regards,

Rich


More information about the Python-list mailing list