ListBoxSortFunc
typealias ListBoxSortFunc = (row1: ListBoxRow, row2: ListBoxRow) -> <Error class: unknown class>(source)
Compare two rows to determine which should be first.
param
row1
the first rowparam
row2
the second rowreturn < 0 if @row1 should be before @row2, 0 if they are equal and 0 otherwise