Function zng_wgt_panel::panel_fn
source ยท pub fn panel_fn(
child: impl UiNode,
panel: impl IntoVar<WidgetFn<PanelArgs>>,
) -> impl UiNode
Expand description
P
Widget function that generates the panel layout widget.
This property can be set in any widget to affect all Panel!
descendants.
This property sets PANEL_FN_VAR
.