(value)
| 226 | } |
| 227 | |
| 228 | setVisible(value) { |
| 229 | Deno.core.opSync("op_window_set_visible", [this.#rid, value]); |
| 230 | } |
| 231 | |
| 232 | setIcon({ data, width, height }) { |
| 233 | Deno.core.opSync("op_window_set_window_icon", [this.#rid, width, height], data); |
nothing calls this directly
no outgoing calls
no test coverage detected