MCPcopy Index your code
hub / github.com/lxn/walk / Sort

Method Sort

models.go:550–550  ·  view source on GitHub ↗

Sort sorts column col in order order. If col is -1 then no column is to be sorted. Sort must publish the event returned from SortChanged() after sorting.

(col int, order SortOrder)

Source from the content-addressed store, hash-verified

548 // If col is -1 then no column is to be sorted. Sort must publish the event
549 // returned from SortChanged() after sorting.
550 Sort(col int, order SortOrder) error
551
552 // SortChanged returns an event that is published after sorting.
553 SortChanged() *Event

Callers 8

SortMethod · 0.65
UpdateItemMethod · 0.65
attachModelMethod · 0.65
SetModelMethod · 0.65
RestoreStateMethod · 0.65
lvWndProcMethod · 0.65
sortMethod · 0.65
SortMethod · 0.65

Implementers 1

SorterBasemodels.go

Calls

no outgoing calls

Tested by

no test coverage detected