May 2017
Beginner to intermediate
444 pages
11h 31m
English
In line 109, we create our first ttk LabelFrame widget and assign the resulting instance to the buttons_frame variable. The parent container is win, our main window.
In lines 114 to 116, we create labels and place them in LabelFrame. buttons_frame is the parent of the labels. We use the important grid layout tool to arrange the labels within the LabelFrame. The column and row properties of this layout manager give us the power to control our GUI layout.
We can see how easy it is to change our layout via the column and row properties. Note how we ...
Read now
Unlock full access