* Show window on specified GRoot * 在指定 GRoot 上显示窗口
(root: GRoot)
| 228 | * 在指定 GRoot 上显示窗口 |
| 229 | */ |
| 230 | public showOn(root: GRoot): void { |
| 231 | root.showWindow(this); |
| 232 | } |
| 233 | |
| 234 | /** |
| 235 | * Hide window with animation |
nothing calls this directly
no test coverage detected