Python GUI Programming Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

Aligning the GUI widgets by embedding frames within frames

We'll have a much better control of our GUI layout if we embed frames within frames. This is what we will do in this recipe.