MCPcopy Create free account
hub / github.com/lxn/walk / SortChanged

Method SortChanged

reflectmodels.go:244–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242}
243
244func (m *reflectTableModel) SortChanged() *Event {
245 if sorter, ok := m.dataSource.(Sorter); ok {
246 return sorter.SortChanged()
247 }
248
249 if m.sorterBase != nil {
250 return m.sorterBase.SortChanged()
251 }
252
253 return nil
254}
255
256func (m *reflectTableModel) SortedColumn() int {
257 if sorter, ok := m.dataSource.(Sorter); ok {

Callers

nothing calls this directly

Calls 1

SortChangedMethod · 0.65

Tested by

no test coverage detected