(value)
| 210 | } |
| 211 | |
| 212 | setMinimized(value) { |
| 213 | Deno.core.opSync("op_window_set_minimized", [this.#rid, value]); |
| 214 | } |
| 215 | |
| 216 | setPosition(pos) { |
| 217 | Deno.core.opSync("op_window_set_outer_position", [this.#rid, pos]); |
nothing calls this directly
no outgoing calls
no test coverage detected