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

Setting the focus to a widget and disabling widgets

While our GUI is nicely improving, it would be more convenient and useful to have the cursor appear in the Entry widget as soon as the GUI appears. Here we learn how to do this.