pub fn undo_panel_fn(
child: impl UiNode,
wgt_fn: impl IntoVar<WidgetFn<UndoPanelArgs>>,
) -> impl UiNode
Expand description
P
Widget function that converts UndoPanelArgs
to widgets.
Sets the UNDO_PANEL_FN_VAR
.
pub fn undo_panel_fn(
child: impl UiNode,
wgt_fn: impl IntoVar<WidgetFn<UndoPanelArgs>>,
) -> impl UiNode
P
Widget function that converts UndoPanelArgs
to widgets.
Sets the UNDO_PANEL_FN_VAR
.