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

Combo box widgets

In this recipe, we will improve our GUI by adding drop-down combo boxes which can have initial default values. While we can restrict the user to only certain choices, we can also allow the user to type in whatever they wish.