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

Using radio button widgets

In this recipe, we will create three tkinter Radiobutton widgets. We will also add some code that changes the color of the main form, depending upon which Radiobutton is selected.