Home > Net >  tkinter application structure - using LabelFrames and Class
tkinter application structure - using LabelFrames and Class

Time:05-19

Python-tkinter beginner here...

I would like to fill the main window (MainWin) with 2 vertical labelFrames (ModeWin and StatusWin) using the object oriented approach found here: screenshot

  • Related