[Tutor] grid manager question

Albert-Jan Roskam sjeik_appie at hotmail.com
Sat Feb 18 14:38:20 EST 2023


   Hi,
   What I usually find easier with something like a group of buttons is to
   put them in a tk.Frame object. To debug, you can use e.g. bg="red" to
   change the background color of the frame to see its shape. The frame
   itself is another "unit" with its own .grid() method.
   Albert-Jan


More information about the Tutor mailing list