Book Image

Python GUI Programming Cookbook

By : Burkhard Meier
Book Image

Python GUI Programming Cookbook

By: Burkhard Meier

Overview of this book

Table of Contents (18 chapters)
Python GUI Programming Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 2. Layout Management

In this chapter we will lay out our GUI using Python 3:

  • Arranging several labels within a label frame widget

  • Using padding to add space around widgets

  • How widgets dynamically expand the GUI

  • Aligning the GUI widgets by embedding frames within frames

  • Creating menu bars

  • Creating tabbed widgets

  • Using the grid layout manager