WidgetFunc


Description:

public delegate Widget? WidgetFunc (Widget widget)

Used by Widget.do_recursive_parent and Widget.do_recursive_children to traverse the widget tree.

Parameters:

widget

The current widget in the recursion.

Returns:

null to continue the recursion or widget to stop the recursion.


Namespace: EV3devKit.UI
Package: ev3devkit