Skip to main content

Module lifecycle

Module lifecycle 

Source
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§

WindowRegistration

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 handle close.

Type Aliases§

CloseSignal