書名: Maya Programming with Python Cookbook作者名: Adrian Herbez本章字數: 79字更新時間: 2021-07-14 10:46:43
Chapter 2. Creating User Interfaces
In this chapter, we'll be taking a guided tour through Maya's collection of user interface elements and learning how to use them to create interfaces that you and your teammates will love to use. The following topics will be covered:
- Making a basic window
- Simple controls – making a button
- Retrieving input from controls
- Using classes to organize UI logic
- Using nested layouts
- Using tabs and scrolling
- Adding menu to your UIs
推薦閱讀
- 零基礎學C++程序設計
- Java Web及其框架技術
- 秒懂設計模式
- Visual C++數字圖像處理技術詳解
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- Salesforce Reporting and Dashboards
- Learning AngularJS for .NET Developers
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- 編程可以很簡單
- Mastering HTML5 Forms
- Mastering Apache Camel
- TypeScript全棧開發
- Using Yocto Project with BeagleBone Black
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL
- Instant Pygame for Python Game Development How-to