- Tkinter GUI Application Development Blueprints(Second Edition)
- Bhaskar Chaudhary
- 143字
- 2021-06-24 18:35:07
Summary
This brings us to end of this chapter. This chapter aimed to provide a high-level overview of Tkinter. We worked our way through all the important concepts that drive a Tkinter program.
You now know what a root window is and how to set it up. You also know the 21 core Tkinter widgets and how to set them up. We also had a look at how to lay out our programs by using the Pack, Grid, and Place geometry managers, and how to make our programs functional by using events and callbacks. Finally, you saw how to apply custom styles to GUI programs.
To summarize, we can now start thinking about making interesting, functional, and stylish GUI programs with Tkinter! In the next chapter, we will build our first real application - a Text editor.
推薦閱讀
- iOS Game Programming Cookbook
- Oracle WebLogic Server 12c:First Look
- 老“碼”識(shí)途
- R的極客理想:工具篇
- The HTML and CSS Workshop
- Elasticsearch for Hadoop
- Visual FoxPro程序設(shè)計(jì)
- R大數(shù)據(jù)分析實(shí)用指南
- Learning Unity 2D Game Development by Example
- Jenkins Continuous Integration Cookbook(Second Edition)
- Mastering React
- Unity 2018 Shaders and Effects Cookbook
- Learning Modular Java Programming
- Go語(yǔ)言入門經(jīng)典
- Get Your Hands Dirty on Clean Architecture