Expand description
Figure lifecycle helpers for native GUI windows.
This module lets embedding runtimes associate RunMat figure handles with
window instances so that lifecycle events (e.g. MATLAB’s close) can
gracefully tear down the corresponding OS windows without polling.
Structs§
Functions§
- register_
handle - Render a figure in an interactive window that is tied to a specific MATLAB figure handle.
- render_
figure - request_
close - Request that the window associated with
handleclose.