* Hide window immediately * 立即隐藏窗口
()
| 246 | * 立即隐藏窗口 |
| 247 | */ |
| 248 | public hideImmediately(): void { |
| 249 | const r = this.parent instanceof GRoot ? this.parent : GRoot.inst; |
| 250 | r.hideWindowImmediately(this); |
| 251 | } |
| 252 | |
| 253 | /** |
| 254 | * Center window on GRoot |
no test coverage detected