MCPcopy
hub / github.com/1j01/jspaint / $WindowConstructor

Interface $WindowConstructor

lib/os-gui/os-gui.d.ts:275–282  ·  view source on GitHub ↗

* Creates a new window.

Source from the content-addressed store, hash-verified

273 * Creates a new window.
274 */
275interface $WindowConstructor {
276 new(options?: OSGUIWindowOptions): OSGUI$Window;
277 (options?: OSGUIWindowOptions): OSGUI$Window;
278
279 DEBUG_FOCUS?: boolean;
280 OVERRIDE_TRANSITION_DURATION?: number;
281 Z_INDEX: number;
282}
283
284/**
285 * Creates a new form window.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected