Ev3devKit.Ui.Container.sort – ev3devkit Reference Manual
Packages
ev3devkit
Ev3devKit
Ui
Container
child
children
container_type
descendant_has_focus
draw_children_as_focused
Container
add
do_layout
draw_content
focus_first
get_preferred_height
get_preferred_height_for_width
get_preferred_width
get_preferred_width_for_height
insert_before
remove
set_child_bounds
sort
child_added
child_removed
_children
sort
Description:
public
void
sort
(
CompareDataFunc
<
Widget
> func)
Sorts the list of children using the provided function.
Parameters:
func
A function that compares two widgets.