* Check if a window is always on top * @param {string} name window * @returns {boolean}
(name)
| 431 | * @returns {boolean} |
| 432 | */ |
| 433 | isAlwaysOnTop(name) { |
| 434 | return this.isValid(name) && this.win[name].isAlwaysOnTop() |
| 435 | } |
| 436 | |
| 437 | /** |
| 438 | * Toggle window always on top status (or force true) |
no test coverage detected