Function zng::panel::node

source ยท
pub fn node(
    children: ArcNodeList<Box<dyn UiNodeListBoxed>>,
    panel_fn: impl IntoVar<WidgetFn<PanelArgs>>,
) -> impl UiNode
Expand description

Panel widget child node.