Skip to main content

finish_window_open

Function finish_window_open 

Source
pub fn finish_window_open(id: NodeId, raw: RawHandle, size: Size) -> bool
Expand description

Backend-facing: complete a Pending window open (docs/windows.md). id is the node the backend’s open_window received; raw is the new window’s CONTENT container; size its content size in points. false ⇒ the window was closed before completion — the backend should drop the native window it just created.

Day API ↩ Guides· daybrite.dev