DVUI

OsWindowWidget

Spawn a new OS Window

If not supported by the backend, a dvui.FloatingWindowWidget will be used as fallback.

This is not technically a widget (it doesn't conform to the interface) but is essentially a wrapping container around a heap allocated backend/dvui.Window, or around a FloatingWindowWidget in the fallback case.

See dvui.osWindow

Fields

#
inner:if (Backend.support_child_os_wins) *ChildOsWindow else *FloatingWindowWidget
if (Backend.support_child_os_wins) *ChildOsWindow else *FloatingWindowWidget