MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / setResizable

Method setResizable

src/core.js:220–222  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

218 }
219
220 setResizable(value) {
221 Deno.core.opSync("op_window_set_resizable", [this.#rid, value]);
222 }
223
224 setTitle(title) {
225 Deno.core.opSync("op_window_set_title", [this.#rid, title]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected