set_sort


Description:

public void set_sort (int column, owned ModelSortFunc? func)

Sorts this using the given sorting function.

Note:

Use ListModel instead

Parameters:

this

a Model

column

the column to sort on

func

a ModelSortFunc, or null

notify

destroy notifier of user_data, or null

user_data

user data to pass to func, or null