diff options
| author | Jeff Carr <[email protected]> | 2019-06-01 01:20:20 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-01 01:20:20 -0700 |
| commit | bf9b5bd49d65dae7868d74d5f972510c2585ff7a (patch) | |
| tree | 6cbaf7e0b44a6054f91aa4307bb2ea41c75bdcb3 /tableCallbacks.go | |
| parent | 133ed30192bce5e2b10a993aaa17d26a11bed93f (diff) | |
more control panel code removal
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'tableCallbacks.go')
| -rw-r--r-- | tableCallbacks.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tableCallbacks.go b/tableCallbacks.go index e63c5b3..df9c408 100644 --- a/tableCallbacks.go +++ b/tableCallbacks.go @@ -14,6 +14,8 @@ import "runtime" import "github.com/andlabs/ui" import _ "github.com/andlabs/ui/winmanifest" +// THIS IS CLEAN + func (mh *TableData) NumRows(m *ui.TableModel) int { if (Data.Debug) { log.Println("NumRows = mh.RowCount = ", mh.RowCount, "(last Row & Column =", mh.lastRow, mh.lastColumn, ")") |
