- 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?
推薦閱讀
- Learning Java Functional Programming
- What's New in TensorFlow 2.0
- 微服務與事件驅動架構
- 深入淺出Java虛擬機:JVM原理與實戰
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- CentOS 7 Linux Server Cookbook(Second Edition)
- Unity 2020 Mobile Game Development
- 實用防銹油配方與制備200例
- 征服RIA
- C語言從入門到精通
- Procedural Content Generation for C++ Game Development
- Python:Deeper Insights into Machine Learning
- Buildbox 2.x Game Development
- Mastering Elixir
- Android Game Programming by Example