2019-05-06 19:33:29 -05:00
|
|
|
package main
|
|
|
|
|
|
|
|
import "github.com/andlabs/ui"
|
2019-05-06 19:42:59 -05:00
|
|
|
import _ "github.com/andlabs/ui/winmanifest"
|
2019-05-06 19:33:29 -05:00
|
|
|
|
|
|
|
func (mh *modelHandler) NumRows(m *ui.TableModel) int {
|
|
|
|
// log.Println("NumRows() with m=", m)
|
|
|
|
return mh.rows
|
|
|
|
}
|