pub trait NestedWindowWidgetInfoExt {
// Required method
fn nested_window(&self) -> Option<WindowId>;
// Provided method
fn nested_window_tree(&self) -> Option<WidgetInfoTree> { ... }
}
Expand description
Extension methods for widget info about a node that hosts a nested window.
Required Methods§
sourcefn nested_window(&self) -> Option<WindowId>
fn nested_window(&self) -> Option<WindowId>
Gets the hosted window ID if the widget hosts a nested window.
Provided Methods§
sourcefn nested_window_tree(&self) -> Option<WidgetInfoTree>
fn nested_window_tree(&self) -> Option<WidgetInfoTree>
Gets the hosted window info tree if the widget hosts a nested window that is open.