- Tkinter GUI Application Development Blueprints(Second Edition)
- Bhaskar Chaudhary
- 109字
- 2021-06-24 18:35:06
Some common root window options
Now that we are done discussing styling options, let's wrap up with a discussion on some commonly used options for the root window:

Let's explain these styling options in more detail:
- root.geometry('142x280+150+200'): Specifying the geometry of the root window limits the launch size of the root window. If the widgets do not fit in the specified size, they get clipped from the window. It is often better not to specify this and let Tkinter decide this for you.
- self.root.wm_iconbitmap('my_icon.ico') or self.root.iconbitmap('my_icon.ico '): This option is only applicable to Windows. Unix-based operating systems do not display the title bar icon.
推薦閱讀
- Vue.js快跑:構建觸手可及的高性能Web應用
- Scala Design Patterns
- Getting Started with PowerShell
- Learning Bayesian Models with R
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- 實戰Java高并發程序設計(第3版)
- 新印象:解構UI界面設計
- UI設計基礎培訓教程(全彩版)
- 數據結構:Python語言描述
- 程序員的英語
- Spark Cookbook
- C#面向對象程序設計(微課版)
- Magento 2 Development Essentials
- Building Modern Networks