SetCellValue changes the model cell value at (row, column) in the TableModel. Within this function, either do nothing to keep the current cell value or save the new cell value as appropriate. After SetCellValue is called, the Table will itself reload the table cell. Under certain conditions, the Tab
(m *TableModel, row, column int, value TableValue)
| 134 | // TableValue passed in can be nil; refer to the various |
| 135 | // methods that add columns to Table for details. |
| 136 | SetCellValue(m *TableModel, row, column int, value TableValue) |
| 137 | } |
| 138 | |
| 139 | //export pkguiDoTableModelNumColumns |
no outgoing calls
no test coverage detected