- Tkinter GUI Application Development Cookbook
- Alejandro Rodas de Paz
- 140字
- 2021-08-27 19:44:07
Introduction
Widgets determine the actions that users can perform with our GUI application; however, we should pay attention to their placement and the relationships we establish with that arrangement. Effective layouts help users to identify the meaning and priority of each graphical element so that they can quickly understand how to interact with our program.
Layout also determines the visual appearance that users expect to find consistently across the whole application, such as always placing confirmation buttons at the bottom-right corner of the screen. Although this information might be obvious to us as developers, end users may feel overwhelmed if we do not guide them through the application by following a natural order.
This chapter will dive into the different mechanisms that Tkinter offers to lay out and group widgets and control other attributes, such as their size or spacing.
- Java異步編程實戰(zhàn)
- Java高并發(fā)核心編程(卷2):多線程、鎖、JMM、JUC、高并發(fā)設計模式
- Learn to Create WordPress Themes by Building 5 Projects
- SQL Server 2016從入門到精通(視頻教學超值版)
- Offer來了:Java面試核心知識點精講(原理篇)
- PostgreSQL技術內(nèi)幕:事務處理深度探索
- Learning Unity 2D Game Development by Example
- PySide 6/PyQt 6快速開發(fā)與實戰(zhàn)
- 啊哈C語言!:邏輯的挑戰(zhàn)(修訂版)
- C語言程序設計教程
- Python滲透測試編程技術:方法與實踐(第2版)
- Beginning PHP
- Java程序設計及應用開發(fā)
- Learning Azure DocumentDB
- MATLAB從入門到精通