- Tkinter GUI Application Development Cookbook
- Alejandro Rodas de Paz
- 65字
- 2021-08-27 19:44:08
There's more…
Another benefit of this approach is that it allows us to use different geometry managers in each container widget, such as using grid() for the widgets within a frame and pack() to lay out the frame in the main window.
However, remember that mixing these geometry managers within the same container is not allowed in Tkinter and will make your application crash.
推薦閱讀
- The Complete Rust Programming Reference Guide
- 前端跨界開發指南:JavaScript工具庫原理解析與實戰
- Oracle從新手到高手
- INSTANT Django 1.5 Application Development Starter
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- 青少年學Python(第1冊)
- BIM概論及Revit精講
- Python High Performance Programming
- Hands-On Nuxt.js Web Development
- Citrix XenServer企業運維實戰
- SQL Server 入門很輕松(微課超值版)
- PHP與MySQL權威指南
- 從零開始學Android開發
- Qt 4開發實踐
- MySQL核心技術與最佳實踐