Are you looking for my non-technical blog?

This is now my technical-only blog, my non-technical blog is here.

25 January 2006

Tkinter Layout Management

Tkinter is a good GUI toolkit for python, however they have to add more widgets such as Tree Controls, Tabbed Frames, etc. But what I hated most in it is the layout management, and I was unable to understand how to make the frames and different widgets in them stretchable till I found this tutorial. The problem with most of the Tkinter tutorials that they didn't mention anything about the Grid rows and columns weights and how this weight can affect their stretchability. New Mexico Tech Computer Center (TCC), Tkinter reference: a GUI for Python Tags: , ,

1 comment:

  1. the link to the tutorial is wrong. Can you provide the good one. I'm having the same issue with the layaout.
    Thanks

    ReplyDelete