- Tkinter GUI Application Development Blueprints(Second Edition)
- Bhaskar Chaudhary
- 108字
- 2021-06-24 18:35:11
QA section
Here are a few questions to reflect upon:
- What's the difference between the Checkbutton menu item and the Radio button menu item?
- What's the Cascade menu button used for?
- Identify different kinds of Toplevel window.
- List the different types of filedialogs and message boxes available in Tkinter.
- We used the pack geometry manager to build this text editor. Could we have built this using the grid geometry manager? How would the grid geometry manager fare against pack?
- How can we trigger events without an external stimulus in Tkinter?
- What are accelerator options in menu items?
- What is a transient window?
推薦閱讀
- MySQL數(shù)據(jù)庫管理實戰(zhàn)
- UML和模式應用(原書第3版)
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應用教程
- concrete5 Cookbook
- Mastering Drupal 8 Views
- Getting Started with Laravel 4
- Mastering ROS for Robotics Programming
- 零基礎Java學習筆記
- Learning AngularJS for .NET Developers
- Babylon.js Essentials
- Azure Serverless Computing Cookbook
- Python程序設計與算法基礎教程(第2版)(微課版)
- JavaScript+jQuery網(wǎng)頁特效設計任務驅動教程
- SQL Server 入門很輕松(微課超值版)
- Secret Recipes of the Python Ninja