mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-09-23 04:46:31 +00:00
为了pull,暂存更改
This commit is contained in:
@ -50,6 +50,17 @@ functions.py中会调取./addon/目录下的全部功能文件,这些功能文
|
||||
}
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- 变量
|
||||
|
||||
1. root
|
||||
窗口根,即一个Tk类,注意,外部调用请不要直接访问窗口根
|
||||
因为这可不一定是Tk的类,加载其他窗口组件的话就是其他的
|
||||
了。
|
||||
2. title
|
||||
窗口标题,字符串
|
||||
3. menuWidgets
|
||||
|
||||
|
||||
- 函数
|
||||
|
||||
1. `setMenu`对菜单的基础设定
|
||||
|
Reference in New Issue
Block a user